Page MenuHomeWildfire Games

Upgrade Mac OS libraries
ClosedPublic

Authored by wraitii on Nov 17 2020, 11:48 AM.

Details

Reviewers
None
Commits
rP24257: Upgrade Mac OS libraries
Summary

This upgrades most Mac OS libs to their latest versions. Compiled fine on 10.14.
gnutls 3.6.14+ don't compile atm (reported).
Boost is left as-is, I'll do it later, might need some changes elsewhere.

Test Plan

Compile.

Event Timeline

wraitii created this revision.Nov 17 2020, 11:48 AM
Owners added a subscriber: Restricted Owners Package.Nov 17 2020, 11:48 AM

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

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

wraitii requested review of this revision.Nov 17 2020, 12:12 PM
wraitii updated this revision to Diff 13997.Nov 17 2020, 5:59 PM

c++0x->c++11

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

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

wraitii updated this revision to Diff 13998.Nov 17 2020, 6:15 PM

Don't upgrade libogg, doesn't compile on 10.9

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

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

wraitii updated this revision to Diff 14196.Nov 25 2020, 6:26 PM

Upgrade back libraries, include boost and SDL since the minimal OSX support becomes 10.12

Found a patch for GNUTLS 3.6.15 so include that.

Also active SSE4.1 since that's also possible now.

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

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

wraitii updated this revision to Diff 14197.Nov 25 2020, 6:38 PM

Seems libogg is still not happy to update.

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

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//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: library not found for -lboost_filesystem-mt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [../../../binaries/system/pyrogenesis_dbg] Error 1
make: *** [pyrogenesis] Error 2

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

wraitii updated this revision to Diff 14198.Nov 25 2020, 8:53 PM

Fix boost. The nex "tagged" layout adds the architecture, but in fact we don't use different libs for debug/release so just use the "system" name.

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

builderr-debug-macos.txt
In file included from ../../../source/network/NetFileTransfer.cpp:1:
In file included from ../../../source/pch/network/precompiled.h: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:
19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
            static const uint64_t POWERS_OF_10_64[];
                                  ^
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
590:35: /Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
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:590:35: note: forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit            static const uint32_t POWERS_OF_10_32[];
                                  ^

/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/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];
                                                ^
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetSession.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/fsm.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/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.
In file included from ../../../source/network/StunClient.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/rlinterface/RLInterface.cpp:28:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/tinygettext/precompiled.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/iconv.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/dictionary.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary_manager.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/log.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/tinygettext.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/plural_forms.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/po_parser.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/unix_file_system.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lobby/Globals.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/StanzaExtensions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/XmppClient.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lobby/scripting/GlooxScriptConversions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lobby/scripting/JSInterface_Lobby.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/pch/lobby/precompiled.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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.
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];
                                                ^
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];
                                                ^
../../../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/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: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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/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];
                                                ^
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.
In file included from ../../../source/simulation2/components/CCmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/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];
                                                ^
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.
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];
                                                ^
3 warnings generated.
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];
                                                ^
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];
                                                ^
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]
3 warnings generated.
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpSoundManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpVisualActor.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpAIInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/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;
                        ^
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
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRallyPoint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRallyPointRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpRangeOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpSettlement.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpSound.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpTemplateManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpTurretHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/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/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;
                        ^
In file included from ../../../source/simulation2/components/ICmpUnknownScript.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpValueModificationManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVisibility.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpVisual.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Geometry.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/CinemaPath.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpWaterManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/PathGoal.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/HierarchicalPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Pathfinding.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/LongPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Rasterize.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Render.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Selection.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/VertexPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/JSInterface_Simulation.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/EngineScriptConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/scripting/MessageTypeConversions.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/scripting/ScriptComponent.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/DebugSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/BinarySerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/IDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/HashSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/serialization/StdDeserializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/StdSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/system/CmpPtr.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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/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];
                                                ^
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];
                                                ^
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/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];
                                                ^
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.
3 warnings generated.
6 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];
                                                ^
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];
                                                ^
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Brush.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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/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.
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/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];
                                                ^
In file included from ../../../source/maths/Noise.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/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/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/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];
                                                ^
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.
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.
3 warnings generated.
In file included from ../../../source/ps/ArchiveBuilder.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/scripting/JSInterface_Network.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/CStr.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/CStrIntern.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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/CacheLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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/Compress.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/DllLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Errors.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Filesystem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Atlas.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/CmdLineArgs.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<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/Config.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/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/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/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.
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.
3 warnings generated.
In file included from ../../../source/ps/Joystick.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/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];
                                                ^
../../../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];
                                                ^
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.
5 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];
                                                ^
In file included from ../../../source/ps/ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Profiler2.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2GPU.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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.
In file included from ../../../source/ps/Pyrogenesis.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Shapes.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Replay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/ThreadUtil.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/TemplateLoader.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/TouchInput.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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/Util.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/XMLWriter.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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/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:495 warnings generated.
: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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_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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<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.
In file included from ../../../source/ps/scripting/JSInterface_Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Main.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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/scripting/JSInterface_Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_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_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/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];
                                                ^
3 warnings generated.
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];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/data/SoundData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/ogg.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
3 warnings generated.
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;
                        ^
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];
                                                ^
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.
3 warnings generated.
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];
                                                ^
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.
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.
In file included from ../../../source/graphics/Font.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Frustum.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/HeightMipmap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/HFTracer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ICameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/LightEnv.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MapIO.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/LOSTexture.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapGenerator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Material.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapWriter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MaterialManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MeshManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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.
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];
                                                ^
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];
                                                ^
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/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/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];
                                                ^
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];
                                                ^
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.
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/PreprocessorWrapper.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/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.
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];
                                                ^
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/TerrainProperties.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/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];
                                                ^
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/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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/UnitManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/HWLightingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/InstancingModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/renderer/MikktspaceWrap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/DecalRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/ModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/ParticleRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
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.
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];
                                                ^
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.
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];
                                                ^
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];
                                                ^
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/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.
3 warnings generated.
In file included from ../../../source/renderer/TimeManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/VertexArray.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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/VertexBufferManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/VertexBuffer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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];
                                                ^
In file included from ../../../source/renderer/scripting/JSInterface_Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/WaterManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/atlas/precompiled.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/CommandProc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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/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];
                                                ^
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];
                                                ^
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;
                        ^
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/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.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/EnvironmentHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/GraphicsSetupHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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/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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/PlayerHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/MiscHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/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/Handlers/ObjectHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Handlers/TerrainHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/MessagePasserImpl.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Misc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/SimState.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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/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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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];
                                                ^
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];
                                                ^
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.
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/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.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/GUITooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/IGUIScrollBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIButtonBehavior.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectBases/IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUIScrollBarOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectBases/IGUITextOwner.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CChart.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CCheckBox.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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];
                                                ^
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.
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];
                                                ^
../../../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);
        ^~~~~~~~~~~~~~~~ ~~~~~~~~
3 warnings generated.
3 warnings generated.
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];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CProgressBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CRadioButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
5 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CSlider.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CTooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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.
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/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/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/SettingTypes/CGUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/gui/precompiled.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/SettingTypes/CGUIString.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/i18n/L10n.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/sysdep/os/osx/dir_watch.cpp:38:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMMatrix44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUAssert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUXmlParser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEntityInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometrySource.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDSkinController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometryPolygonsInput.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometryPolygonsTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMAllocator.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUError.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCollada.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMVector3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDocument.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDSceneNode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometryMesh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometryPolygons.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDExtra.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEntity.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FArchiveXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEmitter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDLibrary.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDVersion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDMaterial.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDTransform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUTracker.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUObjectType.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDForceField.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUFileManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPlaceHolder.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDObjectWithId.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsModel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsScene.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationClip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUStringBuilder.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometrySpline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUCriticalSection.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUParameterizable.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEmitterInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEntityReference.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDMorphController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsMaterial.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUStringConversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUUniqueStringMap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationChannel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDGeometryInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDControllerInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FColladaPlugin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationCurveTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDParameterAnimatable.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDExternalReferenceManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsForceFieldInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUCrc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAsset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDImage.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDLight.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDCamera.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDObject.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationCurve.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUUri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDTexture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUDateTime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXImportLinking.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXCameraImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXMaterialImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXSceneImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXEntityImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXPhysicsImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXGeometryImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXEntityExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXMaterialExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXLightExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXEmitterImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXCameraExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXSceneExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXPhysicsExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXEmitterExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXAnimationImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXGeometryExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXControllerImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXForceFieldImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXAnimationExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXControllerExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXForceFieldExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXInstanceImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXInstanceExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXLightImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsAnalyticalGeometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMAngleAxis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXColladaParser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FAXColladaWriter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUXmlWriter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectCode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectPass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUXmlDocument.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsShape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUPluginManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectProfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectStandard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDTargetedEntity.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectParameter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectPassState.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectProfileFX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectTechnique.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectPassShader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDMaterialInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsRigidBody.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationMultiCurve.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsModelInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectParameterFactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectParameterSampler.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectParameterSurface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsRigidConstraint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsRigidBodyInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsRigidConstraintInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMSkew.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUFile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMLookAt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUObject.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDLightTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUBoundingBox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUDaeEnum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDEffectTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDAnimationKey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FCDPhysicsRigidBodyParameters.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUDebug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FMVolume.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSD.a(FUBoundingSphere.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
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//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//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//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/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: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dynapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src34.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(mozalloc_abort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src33.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_events.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_hints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_pixels.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwops.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_atomic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_spinlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiocvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syscond.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_surface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysmutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syssem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_video.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systimer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_fillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_wave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gamecontroller.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysfilesystem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cpuinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_keyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_malloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_touch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_power.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_haptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_joystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_bmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gesture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysloadso.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mixer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stretch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systhread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stdlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_qsort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_strtokr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src29.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src26.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src39.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src40.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src27.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsmath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src31.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src7.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src35.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src38.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src28.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src37.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(JSAtom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src30.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(DoubleToString.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TraceLogging.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Interpreter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TraceLoggingGraph.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(StoreBuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src17.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src15.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src21.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src19.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src42.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src43.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path_traits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(operations.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_mfbt0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TimeStamp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-easy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-escape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-setopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-slist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_memory_build0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_coreaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoawindow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamessagebox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-content_encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sendf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-url.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-conncache.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dynbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-multi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-connect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ctype.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strdup.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-asyn-thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strcase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_diskaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummyaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullvideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniupnpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_metal.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiotypecvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dataqueue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysjoystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummysensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syspower.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwopsbundlesupport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_quit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_RLEaccel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syshaptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_windowevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpcommands.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src36.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_mfbt1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(pm_stub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(RegExp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src18.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src24.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Disassembler-x86-shared.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src14.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src23.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src25.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src45.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src9.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Context.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(InputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OutputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressionOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(nvtt.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(exception.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(codecvt_error_category.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(directory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(utf8_codecvt_facet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_nearbyint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_acos.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_asin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_atan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_cbrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_ceil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_cosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_sinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_tanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_acosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_asinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_atan2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_atanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_ceilf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_expm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_floor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_hypot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_log1p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_trunc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_floorf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_truncf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(datefmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringpiece.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestream.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locid.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locavailable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(calendar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(timezone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Compression.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Printf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TimeStamp_darwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(ConditionVariable_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Mutex_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdispnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_generichash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mprintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-warnless.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(unix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(host.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(protocol.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(packet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(peer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpdev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-codecs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnperrors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utypes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(uncompr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(yuv_rgb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpreplyparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaclipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoashape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamousetap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamodes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoakeyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoametalview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavulkan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-socks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostasyn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_addrinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_proxy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-transfer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_get_line.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-parsedate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-gopher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-imap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pop3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rtsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-telnet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-tftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_chunks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-if2ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-urlapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-llist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_memrchr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-timeval.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-netrc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-progress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-select.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-speedcheck.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-splay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sectransp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-wildcard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(igd_desc_parse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(lz4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(portlistingparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendfillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_slow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_A.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_N.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullframebuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_auto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dropevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rotate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(k_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(Debug.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaCompressorDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Surface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(StrLib.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(DirectDrawSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaUtils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_pow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_fabs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_rint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_rintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(appendable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(charstr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(serv.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fmtable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servnotf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locbased.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifiedcache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(patternprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resource.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(sharedobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dangical.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decimfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(format.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(msgfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(olsontz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(parsepos.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coptccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(curramt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dayperiodrules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(hebrwcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(indiancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(simpletz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(taiwncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(chnsecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(islamcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numsys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(persncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(simpleformatter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(buddhcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ethpccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servls.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(japancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregocal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytesinkutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(reldtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tztrans.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dcfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutex.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbnf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtptngen.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fphdlimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servrbf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfst.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedval_sbimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregoimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_integerwidth.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_fluent.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimalquantity.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_output.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_utils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(zonemeta.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(errorcode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CubeSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formatted_string_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbtz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(vtzone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX11.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX9.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX10.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorRGB.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-generichash_blake2b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-onetimeauth_poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-scalarmult_curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_chacha20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_salsa20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-runtime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(connecthostport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-keypair.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign_ed25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-nonblock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strtoofft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(callbacks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minissdpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniwget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minixml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minisoap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uinvchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrtrns.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucln_cmn.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucln_in.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucurr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loclikely.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_tag.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(putil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cmemory.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umath.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dotdot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-doh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-fileinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftplistparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-formdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_gethostname.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_wb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pingpong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_range.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_endian.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_sasl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_egl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboardevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_vulkan_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ColorBlock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(FloatImage.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ParallelFor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ErrorMetric.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Filter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(QuickCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Half.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OptimalCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(NormalMap.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT5_RGBM.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(BlockCompressor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Image.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ImageIO.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(BlockDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_scalbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(cecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(util.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(messagepattern.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(choicfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(selfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(basictz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(astro.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifilt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedvalue.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-double-to-string.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currpinf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(usetiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzgnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unisetspan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fpositer.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servslkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(filteredbrk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(edits.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bmpset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(region.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_skeletons.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_affixutils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_formatimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternmodifier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_mapper.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimfmtprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_grouping.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_modifiers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_multiplier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvector.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(static_unicode_sets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coll.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(erarules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_parsednumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr32.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(weightedclusterfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourset.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifunct.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rulebasedcollator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-string-to-double.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_asformat.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-long.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha256_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha512_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-poly1305_donna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse2_la-poly1305_sse2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-x25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-curve25519_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-chacha20_dolbeau-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-chacha20_dolbeau-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-chacha20_ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-salsa20_xmm6int-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-ed25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-argon2-fill-block-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx512f_la-argon2-fill-block-avx512f.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-fill-block-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-argon2-fill-block-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbisfile.a(vorbisfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes_sysrandom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(receivedata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(propname.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucol_swp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udatamem.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udataswp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash_us.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ulist.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_keytype.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(umsg.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locmap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decContext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decNumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uarrsort.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uscript_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utf_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrace.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cram.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cleartext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-oauth2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_fnmatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(SingleColorLookup.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(ClusterFit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(TextWriter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ThreadPool.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Gamma.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohone.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohtwo.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode0.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode2.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode3.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode4.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode5.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode6.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode7.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_copysign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(sortkey.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationkeys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationroot.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(string_segment.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfsubs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(standardplural.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_res.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit_extra.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbidata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbirb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkeng.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationcompare.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationweights.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(caniter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsettings.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-strtod.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-fast-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatin.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationtailoring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdspnm.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(characterproperties.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatareader.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationruleparser.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatabuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ruleiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf8collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi_cache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(uitercollationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf16collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(schriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coleitr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nounit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustack.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_notation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_rounding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_compact.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_currencysymbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_longnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_padding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_symbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_decimal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_compositions.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_affixes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_validators.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_currency.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr64.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourblock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(maths.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationrootelements.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-blake2b-compress-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-compress-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse41_la-blake2b-compress-sse41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-blake2b-compress-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe51_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe_frombytes_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicudata.a(icudt67l_dat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(framing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6-asm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(bocsu.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_sit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucmndata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umapfile.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie_swap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(block.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(info.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(synthesis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(nvthread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Fitting.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Event.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Mutex.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Thread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(gloox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(registration.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(iq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(disco.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(client.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesessionmanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jingleiceudp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglecontent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanza.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucroom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrieiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_closure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loadednormalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfcd.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictbe.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictionarydata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbisetb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbiscan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbitblb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringtriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-cached-powers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatinbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbinode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatawriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(registry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(envelope.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(psy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(smallft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mdct.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(bitwise.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(sharedbook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ubidi_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutablecptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(bitrate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(codebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsdefault.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(nonsaslauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(capabilities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(subscription.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfield.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rostermanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(messagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(compressionzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(delayeddelivery.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(eventdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(softwareversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucmessagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanzaextensionfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(oob.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(sha.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(prep.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(util.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(atomicrefcount.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglepluginfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(logsink.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(message.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(presence.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbistbl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(chariter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mapping0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(res0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(privatexml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rosteritem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformreported.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclientanon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsserveranon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfieldcontainer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred-x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(state.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(auth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(global.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(priority.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(protocols.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system_override.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hostname-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls-sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-tls13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt10-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(errors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-backend.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cryptodev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(urls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt8-ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(constate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_b64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh_common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(heartbeat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(buffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt9-kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fips.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt15-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(debug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt16-pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(profiles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(read-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(accelerated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(atfork.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(datum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supplemental.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(keys-dummy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt1-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mbuffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sysrng-getentropy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(structure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(coding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(parser_aux.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(element.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strcasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strncasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphersuites.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gnutls_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert_types.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(db.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fingerprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-idna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe-memfuncs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(status_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pcert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secparams.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(publickey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(max_record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe_renegotiation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(etm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ext_master_secret.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_update.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sockets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(name_constraints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls_features.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(output.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(virt-san.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt2-privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash-pjw-bare.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ini.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkix_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fopen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(memmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secure_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(strverscmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt2-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt3-add_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt4-clear.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt6-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt9-cmp_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt22-init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt31-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt33-mul_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(pprime_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt39-set.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt44-set_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sizeinbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt47-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt48-sub_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(finished.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(encrypted_extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_retry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-checks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt13-cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt14-mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pre_shared_key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gostdsa-mask.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(krb5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(bignum-le.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_encr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt17-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sslv2_compat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt5-session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_name.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(signature.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_pack.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt7-psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_bag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secrets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_ecdh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher-cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(explicit_bzero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alpn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(client_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dumbfw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt3-early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt4-post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ke_modes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record_size_limit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt6-srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ec_point_formats.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_versions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-primes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(email-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_openssl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-gen-params.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-scalar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc256b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc512a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp192r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp224r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp256r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp384r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp521r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-decrypt-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x86-common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko_gost.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(memory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(errno.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tal-reent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt75-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_entry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_bases.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(binvert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt93-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt81-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mullo_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt103-powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt76-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sub_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt98-tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cmpabs_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(export.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt21-get_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(getlimbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(import.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt26-iset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt29-iset_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt30-iset_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_finish.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_read.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(millerrabin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt32-mul_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(realloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(roinit_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(setbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt45-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt46-sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tstbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls13-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ext_parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ccm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul-avx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-xts-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anti_replay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs7-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stek.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext_lib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(iov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve448.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jja.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jjj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-jj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-j-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-inv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-arith.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pm1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pp1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-decompress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-expand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gmp-glue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-compute-root.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-add-1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prov-seed.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(attributes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-unicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpn-base256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(provable-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arctwo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ccm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-nonce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes192.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hkdf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(pbkdf2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-rsa-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-256-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20r12-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha384-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls1-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac96.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(e_padlock-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cloexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Cc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ll.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Me.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_No.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Po.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ps.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_So.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Zs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_minv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_get_fns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randclr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randdef.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_bdiv_dbm1c.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt78-divis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divrem_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt96-gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt97-gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mod_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mode1o.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mulmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt77-neg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nussbaumer_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(redc_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt85-sqrtrem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom2_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom32_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom33_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom3_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom42_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom43_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom44_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom4_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom53_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom63_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul_i.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_modify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt43-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(stronglucas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(urandomm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8_pbes1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost_keywrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_sb64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-invert-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-set-key-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-absorb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-crypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-invert-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(cnd-copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-a-to-j.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-ehh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-thh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-eh-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(poly1305-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-nh-n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-be32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-gcm-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ghash-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decompose-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cnd-memcpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memeql-sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss-mgf1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha224-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha1-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha256-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha512-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-check.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(canonical-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(combiningclass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(composition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_and_not.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_or.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_test.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_default_ignorable_code_point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_join_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_not_a_character.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_none.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_dv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cnd_swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(div_qr_2n_pi1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt102-divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_fft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_subdiv_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_lehmer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_matrix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invertappr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul1_inverse_vector.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt94-perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_pi1_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt88-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(strongfibo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_couple_handling.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2rexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_12pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_16pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_5pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_6pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_7pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_8pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(kronzu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lucmod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost-wrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-permute.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compat-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_of.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addaddmul_1msb0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addlsh_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(compute_powtab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib2m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_reduce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt89-scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(clrbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt23-init2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt42-set_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt49-swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt79-fib2_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_appr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt99-jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AGL.framework/AGL.tbd and library file /System/Library/Frameworks//AGL.framework/AGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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 (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filefn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilscmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_hid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fldlgcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_containr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colourdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_object.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checkboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checkbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combocmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datetime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_osx_cocoa_glcanvas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_glcanvas_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menucmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_notebook_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_nbkbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_gdicmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textctrl_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anybutton_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_framecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_sizer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_windowid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_imaglist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_panelcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textentry_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choiccmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_config.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dataobj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dlgcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_event.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fileconf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statline_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stattext_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_window_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_wincmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_arrstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artprov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_ctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_lboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tbarbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu_xml-3.0.a(xmllib_xml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dynarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbuttn_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bookctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colordlgosx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strvararg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menuitem_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiocmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrlwing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbmpg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_treebase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_clipcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_ctrlsub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_msgdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_sysopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textentrycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_valtext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dobjcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_nonownedwnd_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_splitter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stattextcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_hashmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_filehistorycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_listctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_treectlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_graphcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_accel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cmdproc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wfstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_sstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toplevel_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toplvcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_clntdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_settings.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_app.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dircmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_dir.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_pen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_font.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dcgraph.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_icon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menu_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_ffile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_frame.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_image.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_threadpsx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_regex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timercmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_bitmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_button_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_btncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choice_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_colour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_cursor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dialog_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_slider_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_appcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dcbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_toolbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toolbar_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_tooltip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unichar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_anybutton.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_event.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_convauto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagbmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colourcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagpng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statlinecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbmpcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_mdi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_slidercmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_palette.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_collpaneg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stringimpl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmlparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilscmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_intl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stockitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsexc_base.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wxcrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_nonownedwnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utils_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_common_time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilscocoa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_graphics.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_tokenzr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloop_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_gdiobj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_cfstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_menu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_quantize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_textfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fdiounix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloopunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_clipbrd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cmndata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrolbarcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrolbar_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbrma.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stopwatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timerimpl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anidecod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_docview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dnd_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_dnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_iconbndl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_rgncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_selectdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinbtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinbutt_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_textbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_button.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_choice.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_slider.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_notebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_checkbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_statbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_statline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_stattext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_textctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_xpmdecod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artstd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_arttango.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_popupcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobut_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_stackwalk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_glcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_evtloop.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cshelp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_markupparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_dcmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_menuitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_platinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_prntbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcscreen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stdpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_cmdline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloopcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_msgout.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_geometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontenumcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fmapbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_rendcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_selstore.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_settcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_modalhook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textdlgg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textmeasurecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_accelcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_encconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_layout.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_threadinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_variant.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_brush.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_dialog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_logg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_module.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_region.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dpycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_process.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_xlocale.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datetimefmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_longlong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strconv_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_textmeasure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_affinematrix2d.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fdiodispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_any.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regcomp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regfree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmltok.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmlrole.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_fontutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_printmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicdgg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tipwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_fontdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wakeuppipe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_scrolbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_spinbutt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_radiobut.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_popupwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_apptraits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilsexc_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tglbtn_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dynlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dlunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_fontenum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_printdlg_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_renderer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timerunx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datstrm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_txtstrm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_statusbr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_mstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_paper.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_colour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_languageinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_display.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_stdpaths.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_glgrab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontdlgosx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_tglbtn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checklstcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checklst_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_printdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_renderg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stdpaths_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_extended.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToStringHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxStringToNumHashMap_wxImplementation_HashTable::clear()' from file 'obj/AtlasUI_Debug/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxCompositeWindow<wxSpinCtrlBase>::wxCompositeWindow()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Debug/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Color.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Camera.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_MapGenerator.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_LOSTexture.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_MeshManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_ShaderManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Terrain.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_TextureConverter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_TextureManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/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/lib/allocators/tests/test_allocators.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_ParseString.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/allocators/tests/test_headerless.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/common/tests/test_trace.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_tree.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/file/vfs/tests/test_vfs_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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.
3 warnings generated.
In file included from ../../../source/lib/tests/test_byte_order.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_fnv_hash.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_cache_adt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_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.
In file included from ../../../source/lib/tests/test_path_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_rand.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/tests/test_regex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_secure_crt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_wchar.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Bound.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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.
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];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/tests/test_FixedVector2D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_FixedVector3D.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/maths/tests/test_MD5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_Matrix3d.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Sqrt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/tests/test_NetMessage.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/network/tests/test_Net.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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];
                                                ^
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.
3 warnings generated.
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.
In file included from ../../../source/ps/tests/test_CLogger.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_CStr.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/test_ModIo.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_fmt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_test.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptConversions.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
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.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_ObstructionManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_HierPathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_Position.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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_RangeManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_TerritoryManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_CmpTemplateManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_scripts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_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/simulation2/tests/test_Serializer.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_setup.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_Simulation2.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_root.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<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/ogre3d_preprocessor/tests/test_Preprocessor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dynapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src34.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src26.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src40.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src29.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src7.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(mozalloc_abort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(unix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_memory_build0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-codecs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniupnpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src33.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_events.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_hints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_pixels.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwops.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_atomic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_spinlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiocvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syscond.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_surface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysmutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syssem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_video.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systimer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_fillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_wave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gamecontroller.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysfilesystem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cpuinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_keyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_malloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_touch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_power.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_haptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_joystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_bmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gesture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysloadso.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mixer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stretch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systhread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stdlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_qsort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_strtokr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpcommands.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(JSAtom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src39.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src30.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src27.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsmath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src31.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src38.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src37.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src35.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src28.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(jsarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Interpreter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src36.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(DoubleToString.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src43.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TraceLogging.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(RegExp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TraceLoggingGraph.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(StoreBuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src15.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src17.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src19.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src21.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src24.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src25.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src23.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src18.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src14.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src42.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Context.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(InputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OutputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressionOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(nvtt.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path_traits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(operations.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Printf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TimeStamp_darwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_mfbt0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(ConditionVariable_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Mutex_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(TimeStamp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-generichash_blake2b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-onetimeauth_poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-scalarmult_curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_chacha20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_salsa20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-runtime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_generichash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha256_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-easy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-setopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-multi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-slist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(host.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(protocol.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(packet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpdev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnperrors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_coreaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpreplyparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoawindow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamessagebox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-socks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-content_encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sendf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-url.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-conncache.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-connect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_proxy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dynbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-transfer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-llist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strdup.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-timeval.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-progress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-select.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-asyn-thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-speedcheck.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-splay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strcase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-wildcard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_diskaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummyaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullvideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(igd_desc_parse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_metal.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(portlistingparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiotypecvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dataqueue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysjoystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummysensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syspower.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwopsbundlesupport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_quit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_RLEaccel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syshaptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_windowevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(Debug.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_mfbt1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(pm_stub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Disassembler-x86-shared.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src45.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Unified_cpp_js_src9.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaCompressorDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Surface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(StrLib.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(DirectDrawSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaUtils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(exception.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(codecvt_error_category.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(directory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(utf8_codecvt_facet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_nearbyint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_acos.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_asin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_atan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_cbrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_ceil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_cosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_sinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_tanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_acosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_asinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_atan2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_atanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_ceilf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_expm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_floor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_hypot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_log10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_log1p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_trunc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_floorf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_truncf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(datefmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringpiece.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestream.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locid.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locavailable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(calendar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(timezone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(Compression.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CubeSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdispnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX11.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX9.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX10.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorRGB.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-long.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(connecthostport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-poly1305_donna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse2_la-poly1305_sse2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-x25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-curve25519_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-keypair.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign_ed25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-chacha20_dolbeau-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-chacha20_dolbeau-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-chacha20_ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-salsa20_xmm6int-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-escape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mprintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-nonblock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-warnless.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(callbacks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(peer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-argon2-fill-block-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx512f_la-argon2-fill-block-avx512f.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-fill-block-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-argon2-fill-block-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minissdpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniwget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minixml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes_sysrandom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minisoap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utypes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(uncompr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(yuv_rgb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaclipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoashape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamousetap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamodes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoakeyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoametalview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavulkan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostasyn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_addrinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_chunks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-doh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-fileinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_get_line.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-parsedate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-formdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-gopher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-imap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pop3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rtsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-telnet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-tftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-if2ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_wb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-urlapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ctype.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_memrchr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-netrc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sectransp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(lz4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendfillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_slow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_A.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_N.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullframebuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_auto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dropevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rotate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(k_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ColorBlock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(FloatImage.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ParallelFor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ErrorMetric.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Filter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(QuickCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Half.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OptimalCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(NormalMap.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT5_RGBM.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(BlockCompressor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Image.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ImageIO.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(BlockDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_pow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_fabs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_rint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(e_sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_rintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(appendable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(charstr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(serv.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fmtable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servnotf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locbased.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifiedcache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(patternprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resource.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(sharedobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dangical.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decimfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(format.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(msgfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(olsontz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(parsepos.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coptccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(curramt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dayperiodrules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(hebrwcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(indiancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(simpletz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(taiwncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(chnsecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(islamcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numsys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(persncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(simpleformatter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(buddhcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ethpccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servls.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(japancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregocal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytesinkutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(reldtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tztrans.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dcfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutex.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbnf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtptngen.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fphdlimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servrbf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfst.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedval_sbimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregoimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_integerwidth.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_fluent.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimalquantity.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_output.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_utils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(zonemeta.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(errorcode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(weightedclusterfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourset.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formatted_string_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbtz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(vtzone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-blake2b-compress-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-compress-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse41_la-blake2b-compress-sse41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-blake2b-compress-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha512_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe51_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe_frombytes_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strtoofft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-ed25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(receivedata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6-asm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uinvchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrtrns.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucln_cmn.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucln_in.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucurr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loclikely.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_tag.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(putil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cmemory.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umath.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dotdot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftplistparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_gethostname.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pingpong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_range.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_endian.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_sasl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(SingleColorLookup.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_egl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboardevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_vulkan_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(ClusterFit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(TextWriter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ThreadPool.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Gamma.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohone.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohtwo.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode0.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode2.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode3.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode4.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode5.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode6.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode7.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_scalbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(cecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(util.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(messagepattern.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(choicfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(selfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(basictz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(astro.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifilt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedvalue.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-double-to-string.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currpinf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(usetiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzgnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unisetspan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fpositer.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servslkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(filteredbrk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(edits.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bmpset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(region.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_skeletons.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_affixutils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_formatimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternmodifier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_mapper.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimfmtprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_grouping.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_modifiers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_multiplier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvector.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(static_unicode_sets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coll.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(erarules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_parsednumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr32.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourblock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(maths.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifunct.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rulebasedcollator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-string-to-double.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_asformat.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(propname.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucol_swp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udatamem.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udataswp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash_us.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ulist.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_keytype.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(umsg.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locmap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decContext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decNumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uarrsort.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uscript_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utf_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrace.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cram.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cleartext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-oauth2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_fnmatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(nvthread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Fitting.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Event.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Mutex.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Thread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-debug.a(s_copysign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(sortkey.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationkeys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationroot.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(string_segment.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfsubs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(standardplural.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_res.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit_extra.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbidata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbirb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkeng.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationcompare.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationweights.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(caniter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsettings.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-strtod.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-fast-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatin.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationtailoring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdspnm.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(characterproperties.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatareader.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationruleparser.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatabuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ruleiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf8collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi_cache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(uitercollationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf16collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(schriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coleitr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nounit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustack.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_notation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_rounding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_compact.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_currencysymbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_longnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_padding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_symbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_decimal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_compositions.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_affixes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_validators.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_currency.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr64.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationrootelements.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicudata.a(icudt67l_dat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbisfile.a(vorbisfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(bocsu.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_sit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucmndata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umapfile.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie_swap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(gloox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(registration.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(iq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(disco.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(client.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesessionmanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jingleiceudp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglecontent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanza.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucroom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrieiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_closure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loadednormalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfcd.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictbe.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictionarydata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbisetb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbiscan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbitblb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringtriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-cached-powers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatinbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbinode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatawriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(framing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ubidi_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutablecptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(block.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(info.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(synthesis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsdefault.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(nonsaslauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(capabilities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(subscription.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfield.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rostermanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(messagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(compressionzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(delayeddelivery.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(eventdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(softwareversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucmessagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanzaextensionfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(oob.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(sha.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(prep.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(util.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(atomicrefcount.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglepluginfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(logsink.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(message.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(presence.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbistbl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(chariter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(registry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(envelope.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(psy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(smallft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mdct.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(bitwise.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(sharedbook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(bitrate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(codebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(privatexml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rosteritem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformreported.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclientanon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsserveranon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfieldcontainer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mapping0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(res0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred-x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(state.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(auth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(global.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(priority.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(protocols.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system_override.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hostname-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls-sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-tls13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt10-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(errors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-backend.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cryptodev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(urls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt8-ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(constate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_b64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh_common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(heartbeat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(buffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt9-kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fips.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt15-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(debug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt16-pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(profiles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(read-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(accelerated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(atfork.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(datum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supplemental.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(keys-dummy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt1-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mbuffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sysrng-getentropy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(structure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(coding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(parser_aux.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(element.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strcasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strncasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphersuites.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gnutls_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert_types.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(db.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fingerprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-idna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe-memfuncs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(status_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pcert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secparams.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(publickey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(max_record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe_renegotiation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(etm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ext_master_secret.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_update.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sockets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(name_constraints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls_features.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(output.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(virt-san.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt2-privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash-pjw-bare.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ini.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkix_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fopen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(memmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secure_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(strverscmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt2-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt3-add_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt4-clear.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt6-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt9-cmp_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt22-init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt31-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt33-mul_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(pprime_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt39-set.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt44-set_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sizeinbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt47-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt48-sub_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(finished.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(encrypted_extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_retry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-checks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt13-cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt14-mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pre_shared_key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gostdsa-mask.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(krb5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(bignum-le.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_encr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt17-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sslv2_compat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt5-session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_name.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(signature.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_pack.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt7-psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_bag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secrets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_ecdh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher-cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(explicit_bzero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alpn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(client_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dumbfw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt3-early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt4-post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ke_modes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record_size_limit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt6-srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ec_point_formats.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_versions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-primes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(email-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_openssl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-gen-params.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-scalar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc256b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc512a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp192r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp224r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp256r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp384r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp521r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-decrypt-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x86-common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko_gost.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(memory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(errno.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tal-reent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt75-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_entry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_bases.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(binvert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt93-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt81-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mullo_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt103-powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt76-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sub_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt98-tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cmpabs_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(export.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt21-get_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(getlimbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(import.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt26-iset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt29-iset_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt30-iset_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_finish.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_read.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(millerrabin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt32-mul_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(realloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(roinit_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(setbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt45-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt46-sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tstbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls13-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ext_parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ccm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul-avx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-xts-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anti_replay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs7-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stek.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext_lib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(iov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve448.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jja.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jjj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-jj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-j-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-inv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-arith.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pm1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pp1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-decompress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-expand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gmp-glue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-compute-root.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-add-1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prov-seed.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(attributes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-unicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpn-base256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(provable-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arctwo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ccm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-nonce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes192.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hkdf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(pbkdf2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-rsa-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-256-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20r12-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha384-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls1-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac96.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(e_padlock-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cloexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Cc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ll.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Me.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_No.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Po.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ps.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_So.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Zs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_minv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_get_fns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randclr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randdef.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_bdiv_dbm1c.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt78-divis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divrem_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt96-gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt97-gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mod_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mode1o.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mulmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt77-neg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nussbaumer_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(redc_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt85-sqrtrem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom2_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom32_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom33_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom3_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom42_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom43_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom44_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom4_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom53_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom63_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul_i.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_modify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt43-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(stronglucas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(urandomm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8_pbes1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost_keywrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_sb64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-invert-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-set-key-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-absorb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-crypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-invert-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(cnd-copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-a-to-j.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-ehh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-thh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-eh-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(poly1305-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-nh-n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-be32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-gcm-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ghash-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decompose-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cnd-memcpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memeql-sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss-mgf1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha224-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha1-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha256-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha512-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-check.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(canonical-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(combiningclass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(composition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_and_not.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_or.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_test.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_default_ignorable_code_point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_join_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_not_a_character.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_none.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_dv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cnd_swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(div_qr_2n_pi1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt102-divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_fft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_subdiv_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_lehmer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_matrix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invertappr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul1_inverse_vector.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt94-perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_pi1_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt88-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(strongfibo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_couple_handling.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2rexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_12pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_16pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_5pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_6pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_7pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_8pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(kronzu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lucmod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost-wrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-permute.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compat-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_of.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addaddmul_1msb0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addlsh_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(compute_powtab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib2m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_reduce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt89-scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(clrbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt23-init2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt42-set_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt49-swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt79-fib2_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_appr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt99-jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
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];
                                                ^
3 warnings generated.
In file included from ../../../source/network/NetSession.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/NetStats.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/network/fsm.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/StunClient.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/pch/network/precompiled.cpp:1:
In file included from ../../../source/pch/network/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libnetwork.a(precompiled.o) has no symbols
In file included from ../../../source/rlinterface/RLInterface.cpp:28:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/tinygettext/precompiled.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/iconv.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/dictionary_manager.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/language.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/log.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/plural_forms.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/tinygettext/src/tinygettext.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
            static const char DIGITS[];
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note:                               ^
forward declaration of template entity is here
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/tinygettext/src/unix_file_system.cpp:1:
In file included from ../../../source/pch/tinygettext/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libtinygettext.a(tinygettext.o) has no symbols
In file included from ../../../source/lobby/Globals.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lobby/StanzaExtensions.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lobby/XmppClient.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/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]
In file included from   return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/lobby/scripting/GlooxScriptConversions.cpp:/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h1:591:
In file included from ../../../source/pch/lobby/precompiled.h::35: 18:
In file included from ../../../source/lib/precompiled.h:note111:
In file included from : ../../../source/ps/CLogger.hforward declaration of template entity is here
:            static const uint64_t POWERS_OF_10_64[];
                                  ^28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: 
instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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/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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/lobby/precompiled.cpp:1:
In file included from ../../../source/pch/lobby/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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());
                        ^~~~~~~~~~~ ~~~~~~~~~~~~~~
../../../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/CCmpCinemaManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/Simulation2.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpAIManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpCommandQueue.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpDecay.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpMinimap.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpMotionBall.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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.
5 warnings generated.
In file included from ../../../source/simulation2/components/CCmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpPosition.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpProjectileManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/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/CCmpRangeManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/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/CCmpSelectable.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/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/CCmpTerritoryInfluence.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerrain.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpTest.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpTerritoryManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpUnitMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpVision.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/CCmpUnitRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/CCmpVisualActor.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/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.
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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpFogging.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpFootprint.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpGarrisonHolder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpGuiInterface.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/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;
                        ^
In file included from ../../../source/simulation2/components/ICmpMotion.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpObstruction.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpObstructionManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOverlayRenderer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpOwnership.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/ICmpParticleManager.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/ICmpPlayer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/simulation2/components/ICmpPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
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:  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration 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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/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];
                                                ^
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];
                                                ^
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;
                        ^
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;
                        ^
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:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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/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/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/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.
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];
                                                ^
3 warnings generated.
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];
                                                ^
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/HierarchicalPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Pathfinding.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/LongPathfinder.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Rasterize.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/helpers/Render.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/helpers/Selection.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/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];
                                                ^
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];
                                                ^
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];
                                                ^
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.
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.
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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/DebugSerializer.cpp:1:
In file included from ../../../source/pch/simulation2/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/serialization/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/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.
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.
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];
                                                ^
3 warnings generated.
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;
                        ^
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/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.
../../../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/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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<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/Fixed.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/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.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/Matrix3D.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/NUSpline.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/Noise.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/Plane.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<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/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];
                                                ^
In file included from ../../../source/ps/CConsole.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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];
                                                ^
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/GUID.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Filesystem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Atlas.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/CmdLineArgs.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/Config.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/GameSetup/Paths.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/GameSetup/HWDetect.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/Globals.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
../../../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.
3 warnings generated.
In file included from ../../../source/ps/ProfileViewer.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Profiler2GPU.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
In file included from ../../../source/ps/ModIo.cpp:1:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/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/Shapes.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/Replay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/SavedGame.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/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.
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.
3 warnings generated.
In file included from ../../../source/ps/UserReport.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/Util.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/VideoMode.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/XML/RelaxNG.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/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/World.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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;
                            ^
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]
3 warnings generated.
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this 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/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];
                                                ^
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.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_Game.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Hotkey.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Main.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_Mod.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/scripting/JSInterface_ModIo.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_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_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.
3 warnings generated.
In file included from ../../../source/soundmanager/data/OggData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_VFS.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/SoundManager.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/scripting/JSInterface_VisualReplay.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/data/SoundData.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/data/ogg.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/soundmanager/items/CBufferItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/items/CSoundBase.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/items/CSoundItem.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.cpp:145:7: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
      ^
../../../source/third_party/fmt/format.cpp:145:37: warning: '_XOPEN_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || (defined(__ANDROID__) && __ANDROID__)
                                    ^
3 warnings generated.
In file included from ../../../source/soundmanager/scripting/JSInterface_Sound.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/soundmanager/scripting/SoundGroup.cpp:1:
In file included from ../../../source/pch/engine/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
2 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
In file included from ../../../source/graphics/Camera.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ColladaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/CinemaManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/CameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/Color.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Font.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/FontManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/FontMetrics.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Frustum.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/HFTracer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/HeightMipmap.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/ICameraController.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/GameView.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/LightEnv.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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];
                                                ^
In file included from ../../../source/graphics/MapIO.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MapGenerator.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/Material.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MapWriter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/MapReader.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MaterialManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/MeshManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/MiniPatch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ModelAbstract.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
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];
                                                ^
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];
                                                ^
In file included from ../../../source/graphics/ParticleEmitter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/Patch.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ParticleManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/ParticleEmitterType.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/PreprocessorWrapper.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderDefines.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/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/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/ShaderProgramFFP.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/ShaderTechnique.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/graphics/SkeletonAnimDef.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/SkeletonAnimManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/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.
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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TerrainProperties.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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/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/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];
                                                ^
In file included from ../../../source/graphics/TextRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/TextureConverter.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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];
                                                ^
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/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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/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;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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/DecalRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/ModelRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/ParticleRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/OverlayRenderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PatchRData.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/PostprocManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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/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.
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];
                                                ^
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];
                                                ^
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.
In file included from ../../../source/renderer/TimeManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/renderer/VertexArray.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/VertexBufferManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/VertexBuffer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/mikktspace/mikktspace.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/mikktspace/weldmesh.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/renderer/WaterManager.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/renderer/scripting/JSInterface_Renderer.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/third_party/ogre3d_preprocessor/OgreGLSLPreprocessor.cpp:1:
In file included from ../../../source/pch/graphics/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
In file included from ../../../source/pch/atlas/precompiled.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/CommandProc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Brushes.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/ActorViewer.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/BrushHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/Handlers/CameraCtrlHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/GameLoop.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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/Handlers/TerrainHandlers.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/InputProcessor.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/MessagePasserImpl.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/Misc.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
In file included from ../../../source/tools/atlas/GameInterface/SimState.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/tools/atlas/GameInterface/View.cpp:1:
In file included from ../../../source/pch/atlas/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
In file included from ../../../source/gui/CGUIScrollBarVertical.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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.
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.
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);
        ^~~~~~~~~~~~~~~~ ~~~~~~
3 warnings generated.
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/GUIObjectTypes.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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/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/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.
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];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectBases/IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CChart.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CCheckBox.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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.
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/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/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/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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CProgressBar.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CRadioButton.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
5 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/ObjectTypes/CSlider.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/ObjectTypes/CTooltip.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
In file included from ../../../source/gui/ObjectTypes/CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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.
In file included from ../../../source/gui/Scripting/JSInterface_CText.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
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;
                        ^
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:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUIColor.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/Scripting/JSInterface_IGUIObject.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/Scripting/ScriptFunctions.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUISize.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/gui/SettingTypes/CGUIString.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/pch/gui/precompiled.cpp:1:
In file included from ../../../source/pch/gui/precompiled.h:19:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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
In file included from ../../../source/lib/sysdep/os/osx/dir_watch.cpp:38:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(dbghelp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(file_stats.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/liblowlevel.a(vfs_path.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMMatrix44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUAssert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUXmlParser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEntityInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometrySource.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDSkinController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometryPolygonsInput.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometryPolygonsTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMAllocator.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUError.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCollada.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMVector3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDocument.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDSceneNode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometryMesh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometryPolygons.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDExtra.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEntity.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FArchiveXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEmitter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDLibrary.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDVersion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDMaterial.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDTransform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUTracker.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUObjectType.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDForceField.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUFileManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPlaceHolder.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDObjectWithId.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsModel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsScene.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationClip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUStringBuilder.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometrySpline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUCriticalSection.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUParameterizable.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEmitterInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEntityReference.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDMorphController.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsMaterial.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUStringConversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUUniqueStringMap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationChannel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDGeometryInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDControllerInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FColladaPlugin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationCurveTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDParameterAnimatable.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDExternalReferenceManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsForceFieldInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUCrc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAsset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDImage.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDLight.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDCamera.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDObject.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationCurve.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUUri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDTexture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUDateTime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXImportLinking.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXCameraImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXMaterialImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXSceneImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXEntityImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXPhysicsImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXGeometryImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXEntityExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXMaterialExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXLightExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXEmitterImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXCameraExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXSceneExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXPhysicsExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXEmitterExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXAnimationImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXGeometryExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXControllerImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXForceFieldImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXAnimationExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXControllerExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXForceFieldExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXInstanceImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXInstanceExport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXLightImport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsAnalyticalGeometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMAngleAxis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXColladaParser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FAXColladaWriter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUXmlWriter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectCode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectPass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUXmlDocument.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsShape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUPluginManager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectProfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectStandard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDTargetedEntity.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectParameter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectPassState.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectProfileFX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectTechnique.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectPassShader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDMaterialInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsRigidBody.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationMultiCurve.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsModelInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectParameterFactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectParameterSampler.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectParameterSurface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsRigidConstraint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsRigidBodyInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsRigidConstraintInstance.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMSkew.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUFile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMLookAt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUObject.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDLightTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUBoundingBox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUDaeEnum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDEffectTools.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDAnimationKey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FCDPhysicsRigidBodyParameters.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUDebug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FMVolume.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/fcollada/lib/libFColladaSR.a(FUBoundingSphere.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
In file included from ../../../source/main.cpp:47:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dynapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src34.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src33.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_events.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_hints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_pixels.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwops.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_atomic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_spinlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiocvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syscond.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_surface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysmutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syssem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_video.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systimer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_fillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_wave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gamecontroller.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysfilesystem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cpuinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_keyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_malloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_touch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_power.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_haptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_joystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_bmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gesture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysloadso.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mixer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stretch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systhread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stdlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_qsort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_strtokr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src29.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src26.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src39.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src40.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src27.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsmath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src7.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src31.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src35.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src38.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src28.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src37.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(JSAtom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src30.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(DoubleToString.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Interpreter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(StoreBuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src17.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src15.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src21.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src19.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src42.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src43.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path_traits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(operations.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Mutex_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(TimeStamp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(mozalloc_abort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-easy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-escape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-setopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-slist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_mfbt0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_memory_build0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_coreaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoawindow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamessagebox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-content_encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sendf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-url.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-conncache.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dynbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-multi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-connect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ctype.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strdup.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-asyn-thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strcase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_diskaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummyaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullvideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniupnpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_metal.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiotypecvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dataqueue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysjoystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummysensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syspower.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwopsbundlesupport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_quit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_RLEaccel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syshaptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_windowevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpcommands.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src36.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_mfbt1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(pm_stub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(RegExp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src18.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src24.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Disassembler-x86-shared.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src14.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src23.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src25.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src45.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src9.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Context.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(InputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OutputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressionOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(nvtt.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(exception.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(codecvt_error_category.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(directory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(utf8_codecvt_facet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_nearbyint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_acos.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_asin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_atan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_cbrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_ceil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_cosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_sinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_tanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_acosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_asinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_atan2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_atanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_ceilf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_expm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_floor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_hypot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_log1p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_trunc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_floorf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_truncf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(datefmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringpiece.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestream.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locid.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locavailable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(calendar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(timezone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Compression.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Printf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(TimeStamp_darwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(ConditionVariable_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdispnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_generichash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mprintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-warnless.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(unix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(host.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(protocol.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(packet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(peer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpdev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-codecs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnperrors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utypes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(uncompr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(yuv_rgb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpreplyparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaclipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoashape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamousetap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamodes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoakeyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoametalview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavulkan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-socks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostasyn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_addrinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_proxy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-transfer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_get_line.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-parsedate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-gopher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-imap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pop3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rtsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-telnet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-tftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_chunks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-if2ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-urlapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-llist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_memrchr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-timeval.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-netrc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-progress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-select.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-speedcheck.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-splay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sectransp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-wildcard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(igd_desc_parse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(lz4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(portlistingparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendfillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_slow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_A.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_N.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullframebuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_auto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dropevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rotate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(k_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(Debug.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaCompressorDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Surface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(StrLib.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(DirectDrawSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaUtils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_pow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_fabs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_rint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_rintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(appendable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(charstr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(serv.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fmtable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servnotf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locbased.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifiedcache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(patternprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resource.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(sharedobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dangical.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decimfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(format.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(msgfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(olsontz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(parsepos.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coptccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(curramt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dayperiodrules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(hebrwcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(indiancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(simpletz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(taiwncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(chnsecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(islamcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numsys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(persncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(simpleformatter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(buddhcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ethpccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servls.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(japancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregocal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytesinkutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(reldtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tztrans.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dcfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutex.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbnf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtptngen.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fphdlimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servrbf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfst.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedval_sbimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregoimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_integerwidth.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_fluent.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimalquantity.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_output.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_utils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(zonemeta.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(errorcode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CubeSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formatted_string_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbtz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(vtzone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX11.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX9.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX10.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorRGB.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-generichash_blake2b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-onetimeauth_poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-scalarmult_curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_chacha20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_salsa20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-runtime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(connecthostport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-keypair.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign_ed25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-nonblock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strtoofft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(callbacks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minissdpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniwget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minixml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minisoap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uinvchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrtrns.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucln_cmn.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucln_in.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucurr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loclikely.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_tag.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(putil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cmemory.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umath.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dotdot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-doh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-fileinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftplistparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-formdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_gethostname.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_wb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pingpong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_range.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_endian.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_sasl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_egl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboardevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_vulkan_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ColorBlock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(FloatImage.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ParallelFor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ErrorMetric.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Filter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(QuickCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Half.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OptimalCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(NormalMap.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT5_RGBM.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(BlockCompressor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Image.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ImageIO.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(BlockDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_scalbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(cecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(util.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(messagepattern.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(choicfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(selfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(basictz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(astro.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifilt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedvalue.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-double-to-string.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currpinf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(usetiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzgnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unisetspan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fpositer.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servslkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(filteredbrk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(edits.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bmpset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(region.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_skeletons.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_affixutils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_formatimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternmodifier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_mapper.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimfmtprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_grouping.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_modifiers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_multiplier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvector.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(static_unicode_sets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coll.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(erarules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_parsednumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr32.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(weightedclusterfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourset.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifunct.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rulebasedcollator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-string-to-double.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_asformat.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-long.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha256_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha512_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-poly1305_donna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse2_la-poly1305_sse2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-x25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-curve25519_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-chacha20_dolbeau-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-chacha20_dolbeau-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-chacha20_ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-salsa20_xmm6int-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-ed25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-argon2-fill-block-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx512f_la-argon2-fill-block-avx512f.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-fill-block-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-argon2-fill-block-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbisfile.a(vorbisfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes_sysrandom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(receivedata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(propname.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucol_swp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udatamem.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udataswp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash_us.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ulist.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_keytype.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(umsg.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locmap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decContext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decNumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uarrsort.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uscript_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utf_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrace.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cram.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cleartext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-oauth2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_fnmatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(SingleColorLookup.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(ClusterFit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(TextWriter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ThreadPool.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Gamma.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohone.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohtwo.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode0.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode2.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode3.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode4.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode5.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode6.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode7.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_copysign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(sortkey.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationkeys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationroot.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(string_segment.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfsubs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(standardplural.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_res.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit_extra.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbidata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbirb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkeng.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationcompare.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationweights.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(caniter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsettings.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-strtod.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-fast-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatin.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationtailoring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdspnm.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(characterproperties.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatareader.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationruleparser.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatabuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ruleiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf8collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi_cache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(uitercollationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf16collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(schriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coleitr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nounit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustack.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_notation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_rounding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_compact.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_currencysymbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_longnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_padding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_symbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_decimal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_compositions.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_affixes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_validators.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_currency.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr64.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourblock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(maths.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationrootelements.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-blake2b-compress-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-compress-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse41_la-blake2b-compress-sse41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-blake2b-compress-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe51_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe_frombytes_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicudata.a(icudt67l_dat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(framing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6-asm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(bocsu.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_sit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucmndata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umapfile.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie_swap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(block.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(info.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(synthesis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(nvthread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Fitting.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Event.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Mutex.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Thread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(gloox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(registration.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(iq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(disco.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(client.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesessionmanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jingleiceudp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglecontent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanza.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucroom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrieiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_closure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loadednormalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfcd.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictbe.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictionarydata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbisetb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbiscan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbitblb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringtriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-cached-powers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatinbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbinode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatawriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(registry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(envelope.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(psy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(smallft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mdct.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(bitwise.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(sharedbook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ubidi_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutablecptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(bitrate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(codebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsdefault.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(nonsaslauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(capabilities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(subscription.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfield.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rostermanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(messagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(compressionzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(delayeddelivery.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(eventdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(softwareversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucmessagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanzaextensionfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(oob.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(sha.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(prep.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(util.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(atomicrefcount.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglepluginfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(logsink.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(message.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(presence.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbistbl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(chariter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mapping0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(res0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(privatexml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rosteritem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformreported.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclientanon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsserveranon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfieldcontainer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred-x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(state.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(auth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(global.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(priority.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(protocols.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system_override.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hostname-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls-sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-tls13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt10-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(errors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-backend.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cryptodev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(urls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt8-ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(constate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_b64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh_common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(heartbeat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(buffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt9-kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fips.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt15-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(debug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt16-pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(profiles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(read-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(accelerated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(atfork.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(datum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supplemental.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(keys-dummy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt1-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mbuffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sysrng-getentropy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(structure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(coding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(parser_aux.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(element.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strcasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strncasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphersuites.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gnutls_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert_types.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(db.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fingerprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-idna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe-memfuncs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(status_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pcert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secparams.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(publickey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(max_record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe_renegotiation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(etm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ext_master_secret.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_update.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sockets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(name_constraints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls_features.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(output.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(virt-san.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt2-privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash-pjw-bare.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ini.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkix_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fopen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(memmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secure_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(strverscmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt2-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt3-add_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt4-clear.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt6-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt9-cmp_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt22-init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt31-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt33-mul_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(pprime_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt39-set.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt44-set_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sizeinbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt47-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt48-sub_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(finished.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(encrypted_extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_retry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-checks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt13-cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt14-mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pre_shared_key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gostdsa-mask.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(krb5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(bignum-le.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_encr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt17-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sslv2_compat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt5-session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_name.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(signature.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_pack.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt7-psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_bag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secrets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_ecdh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher-cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(explicit_bzero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alpn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(client_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dumbfw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt3-early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt4-post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ke_modes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record_size_limit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt6-srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ec_point_formats.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_versions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-primes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(email-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_openssl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-gen-params.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-scalar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc256b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc512a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp192r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp224r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp256r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp384r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp521r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-decrypt-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x86-common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko_gost.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(memory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(errno.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tal-reent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt75-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_entry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_bases.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(binvert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt93-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt81-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mullo_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt103-powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt76-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sub_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt98-tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cmpabs_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(export.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt21-get_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(getlimbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(import.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt26-iset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt29-iset_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt30-iset_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_finish.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_read.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(millerrabin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt32-mul_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(realloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(roinit_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(setbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt45-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt46-sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tstbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls13-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ext_parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ccm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul-avx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-xts-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anti_replay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs7-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stek.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext_lib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(iov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve448.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jja.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jjj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-jj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-j-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-inv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-arith.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pm1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pp1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-decompress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-expand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gmp-glue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-compute-root.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-add-1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prov-seed.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(attributes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-unicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpn-base256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(provable-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arctwo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ccm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-nonce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes192.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hkdf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(pbkdf2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-rsa-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-256-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20r12-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha384-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls1-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac96.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(e_padlock-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cloexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Cc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ll.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Me.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_No.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Po.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ps.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_So.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Zs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_minv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_get_fns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randclr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randdef.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_bdiv_dbm1c.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt78-divis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divrem_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt96-gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt97-gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mod_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mode1o.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mulmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt77-neg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nussbaumer_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(redc_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt85-sqrtrem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom2_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom32_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom33_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom3_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom42_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom43_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom44_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom4_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom53_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom63_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul_i.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_modify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt43-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(stronglucas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(urandomm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8_pbes1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost_keywrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_sb64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-invert-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-set-key-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-absorb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-crypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-invert-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(cnd-copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-a-to-j.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-ehh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-thh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-eh-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(poly1305-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-nh-n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-be32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-gcm-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ghash-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decompose-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cnd-memcpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memeql-sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss-mgf1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha224-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha1-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha256-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha512-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-check.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(canonical-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(combiningclass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(composition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_and_not.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_or.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_test.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_default_ignorable_code_point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_join_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_not_a_character.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_none.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_dv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cnd_swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(div_qr_2n_pi1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt102-divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_fft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_subdiv_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_lehmer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_matrix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invertappr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul1_inverse_vector.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt94-perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_pi1_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt88-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(strongfibo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_couple_handling.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2rexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_12pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_16pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_5pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_6pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_7pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_8pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(kronzu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lucmod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost-wrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-permute.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compat-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_of.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addaddmul_1msb0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addlsh_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(compute_powtab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib2m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_reduce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt89-scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(clrbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt23-init2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt42-set_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt49-swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt79-fib2_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_appr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt99-jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenGL.framework/OpenGL.tbd and library file /System/Library/Frameworks//OpenGL.framework/OpenGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AGL.framework/AGL.tbd and library file /System/Library/Frameworks//AGL.framework/AGL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.tbd and library file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filefn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilscmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_hid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fldlgcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_containr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colourdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_object.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsunx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checkboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checkbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combobox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combocmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datetime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_filename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_osx_cocoa_glcanvas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_glcanvas_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menucmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_notebook_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_nbkbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_gdicmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textctrl_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anybutton_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_framecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_sizer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_windowid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_imaglist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_panelcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textentry_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choiccmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_config.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dataobj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dlgcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_event.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fileconf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_filedlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statline_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stattext_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_window_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_wincmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_arrstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artprov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_ctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_lboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tbarbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu_xml-3.0.a(xmllib_xml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dynarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbuttn_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bookctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colordlgosx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strvararg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menuitem_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiocmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrlwing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbmpg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_translation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_treebase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_clipcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_ctrlsub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_msgdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_sysopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textentrycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_valtext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dobjcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_nonownedwnd_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_splitter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stattextcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_hashmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_filehistorycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_listctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_treectlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_graphcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_accel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cmdproc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wfstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_sstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toplevel_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toplvcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_clntdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_settings.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_app.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dircmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_dir.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_pen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_font.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dcgraph.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_icon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_menu_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_ffile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_frame.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_image.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_regex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timercmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_bitmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_button_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_btncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choice_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_colour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_cursor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dialog_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_slider_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_threadpsx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_appcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listbox_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dcbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_toolbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_toolbar_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_tooltip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unichar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_combobox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_anybutton.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_event.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_bmpbtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_convauto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statboxcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagbmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagpng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statlinecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbmpcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_slidercmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_palette.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_collpaneg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stringimpl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmlparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilscmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_intl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_stockitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_utilsexc_base.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wxcrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_nonownedwnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utils_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_common_time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilscocoa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_graphics.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_tokenzr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloop_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_gdiobj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_cfstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_menu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_quantize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_textfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fdiounix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloopunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_clipbrd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_combog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cmndata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrolbarcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_scrolbar_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_statbrma.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stopwatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timerimpl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_anidecod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_colourcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_docview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dnd_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_dnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontmap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_iconbndl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_rgncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_selectdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinbtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinbutt_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_textbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_button.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_choice.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_slider.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_listbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_notebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_checkbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_statbox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_statline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_stattext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_textctrl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_xpmdecod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artstd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_artmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_arttango.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_popupcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobtncmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_radiobut_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_stackwalk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_gl-3.0.a(gllib_glcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_evtloop.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cshelp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_markupparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_dcmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_menuitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_platinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_prntbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcscreen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stdpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_cmdline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_evtloopcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_msgout.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_geometry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fmapbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_rendcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_selstore.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_settcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_modalhook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textdlgg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_textmeasurecmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_accelcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_encconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_layout.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_threadinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_variant.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_brush.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_dialog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_logg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_module.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_region.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_dpycmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_process.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_xlocale.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datetimefmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_longlong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_strconv_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_textmeasure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_affinematrix2d.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_fdiodispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_any.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regcomp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxregexu-3.0.a(wxregex_regfree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmltok.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxexpat-3.0.a(wxexpat_xmlrole.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_fontutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_printmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicdgg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tipwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_fontdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_wakeuppipe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_scrolbar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_spinbutt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_radiobut.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_popupwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_apptraits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_utilsexc_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_tglbtn_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_dcprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dynlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_dlunix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontenumcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_printdlg_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_renderer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_timerunx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_datstrm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_txtstrm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_generic_statusbr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_mstream.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_paper.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_osx_cocoa_colour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_languageinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_display.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_unix_stdpaths.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_glgrab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/wxwidgets/lib/libwxpng-3.0.a(wxpng_pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontdlgosx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_tglbtn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checklstcmn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_checklst_osx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_core_fontenum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_cocoa_printdlg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_renderg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_stdpaths_cf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_extended.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToNumHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxLogger::~wxLogger()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxStringToStringHashMap_wxImplementation_HashTable::DeleteNode(_wxHashTable_NodeBase*)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_baseu-3.0.a(baselib_appbase.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxWindow>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/ActorEditor.o' to global weak symbol 'wxNavigationEnabled<wxWindow>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_busyinfo.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/EditableListCtrl.o' to global weak symbol 'wxNavigationEnabled<wxListCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_listctrlcmn.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxCompositeWindow<wxSpinCtrlBase> >::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxCompositeWindow<wxSpinCtrlBase>::OnWindowCreate(wxWindowCreateEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_spinctlg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnChildFocus(wxChildFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnFocus(wxFocusEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function 'wxNavigationEnabled<wxBookCtrlBase>::wxNavigationEnabled()' from file 'obj/AtlasUI_Release/Player.o' to global weak symbol 'wxNavigationEnabled<wxBookCtrlBase>::OnNavigationKey(wxNavigationKeyEvent&)' from file '/Users/wfg/Jenkins/workspace/macos-differential/libraries/osx/wxwidgets/lib/libwx_osx_cocoau_core-3.0.a(corelib_choicbkg.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
In file included from ../../../source/graphics/tests/test_Color.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_MapGenerator.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_LOSTexture.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_MeshManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_ShaderManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_TextureConverter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/graphics/tests/test_Terrain.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/graphics/tests/test_TextureManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_GuiManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/gui/tests/test_ParseString.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::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/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.
In file included from ../../../source/lib/allocators/tests/test_headerless.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/common/tests/test_trace.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_tree.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/file/vfs/tests/test_vfs_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/posix/tests/test_posix.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/res/graphics/tests/test_tex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/sysdep/tests/test_rtl.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/sysdep/tests/test_sysdep.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
3 warnings generated.
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/lib/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.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_byte_order.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
In file included from ../../../source/lib/tests/test_lib.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_path.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_path_util.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_rand.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_regex.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/lib/tests/test_secure_crt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/lib/tests/test_wchar.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_Bound.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/maths/tests/test_Brush.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/maths/tests/test_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];
                                                ^
In file included from ../../../source/maths/tests/test_Sqrt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/pch/test/precompiled.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/network/tests/test_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];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/GameSetup/tests/test_CmdLineArgs.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_RelaxNG.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/XML/tests/test_XMLWriter.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_CColor.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/ps/tests/test_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];
                                                ^
In file included from ../../../source/ps/tests/test_ModIo.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/ps/tests/test_fmt.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/ps/tests/test_test.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptConversions.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/scriptinterface/tests/test_ScriptInterface.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CinemaManager.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_CommandQueue.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/components/tests/test_HierPathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
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];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_Pathfinder.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_Position.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_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];
                                                ^
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];
                                                ^
3 warnings generated.
In file included from ../../../source/simulation2/components/tests/test_scripts.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
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.
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];
                                                ^
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_SerializeTemplates.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/simulation2/tests/test_Serializer.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/simulation2/tests/test_Simulation2.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_setup.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
In file included from ../../../source/test_root.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::DIGITS' is explicitly instantiated in another translation unit
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
In file included from ../../../source/third_party/encryption/tests/test_pkcs5_pbkdf5.cpp:1:
In file included from ../../../source/pch/test/precompiled.h:18:
In file included from ../../../source/lib/precompiled.h:111:
In file included from ../../../source/ps/CLogger.h:28:
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_64' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:591:35: note: forward declaration of template entity is here
            static const uint64_t POWERS_OF_10_64[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:612:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_64' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_64[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: warning: instantiation of variable 'fmt::internal::BasicData<void>::POWERS_OF_10_32' required here, but no definition is available [-Wundefined-var-template]
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:590:35: note: forward declaration of template entity is here
            static const uint32_t POWERS_OF_10_32[];
                                  ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:636:25: note: add an explicit instantiation declaration to suppress this warning if 'fmt::internal::BasicData<void>::POWERS_OF_10_32' is explicitly instantiated in another translation unit
  return t - (n < Data::POWERS_OF_10_32[t]) + 1;
                        ^
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];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: warning: instantiation of variable 'fmt::internal::BasicData<void>::DIGITS' required here, but no definition is available [-Wundefined-var-template]
                *--buffer_end = internal::Data::DIGITS[index + 1];
                                                ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:592:31: note: forward declaration of template entity is here
            static const char DIGITS[];
                              ^
/Users/wfg/Jenkins/workspace/macos-differential/build/workspaces/gcc/../../../source/third_party/fmt/format.h:2449:49: note: add an explicit instantiation declaration to suppress this warning if '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.
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//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//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//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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/sdl2/lib/libSDL2.a(SDL_dynapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src34.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src26.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src40.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src7.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(mozalloc_abort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(unix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-codecs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(tree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniupnpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src33.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_events.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_hints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_timer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_pixels.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwops.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_atomic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_spinlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiocvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syscond.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_surface.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysmutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syssem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_video.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systimer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_fillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_wave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gamecontroller.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysfilesystem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cpuinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_keyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_malloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_touch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_power.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_haptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_joystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_bmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_gesture.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysloadso.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_mixer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stretch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systhread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_stdlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_string.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_qsort.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_strtokr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpcommands.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src29.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(JSAtom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src39.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src30.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src27.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsmath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src38.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src37.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src35.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src31.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src28.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsarray.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Interpreter.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(jsutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src36.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(DoubleToString.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src43.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(RegExp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(StoreBuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src15.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src17.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src19.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src21.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src24.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src25.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src23.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src18.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src42.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src44.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Context.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(InputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OutputOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressionOptions.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(nvtt.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path_traits.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(path.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(operations.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(TimeStamp_darwin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Mutex_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(TimeStamp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(globals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(parserInternals.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-generichash_blake2b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-onetimeauth_poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-scalarmult_curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_chacha20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-stream_salsa20.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-runtime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_generichash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha256_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-crypto_sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-easy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-setopt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-multi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-slist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(host.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(protocol.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(packet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpdev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_mfbt0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_memory_build0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnperrors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(valid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlIO.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(buf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(uri.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(catalog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(chvalid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlstring.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlmemory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(entities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlsave.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(relaxng.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemastypes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpath.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_coreaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(upnpreplyparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoawindow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamessagebox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-socks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-content_encoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sendf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-url.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-conncache.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-connect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_proxy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dynbuf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-transfer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostip6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-llist.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strdup.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-timeval.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-progress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-select.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-asyn-thread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-speedcheck.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-splay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strcase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-wildcard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_diskaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummyaudio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullvideo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(igd_desc_parse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_metal.o)) was built for newer OSX version (10.12) than being linked (10.9)
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: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(portlistingparse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_audiotypecvt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dataqueue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_sysjoystick.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dummysensor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syspower.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rwopsbundlesupport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_quit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_RLEaccel.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_yuv_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_systls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_syshaptic.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_windowevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_render_sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(Debug.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_mfbt1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(pm_stub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Disassembler-x86-shared.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src14.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src45.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Unified_cpp_js_src9.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaCompressorDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(Surface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(StrLib.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(DirectDrawSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CudaUtils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(exception.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(codecvt_error_category.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(directory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/boost/lib/libboost_filesystem.a(utf8_codecvt_facet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_nearbyint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_acos.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_asin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_atan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_cbrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_ceil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_cosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_sinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_tanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_acosh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_asinh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_atan2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_atanh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_ceilf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_expm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_floor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_hypot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_log10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_log1p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_trunc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_floorf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_truncf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(datefmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringpiece.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestream.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locid.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locavailable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(calendar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(timezone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Compression.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(Printf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(ConditionVariable_posix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CubeSurface.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdispnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX11.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX9.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDX10.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorRGB.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-long.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(connecthostport.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(crc32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-poly1305_donna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse2_la-poly1305_sse2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-x25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-curve25519_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-keypair.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sign_ed25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-chacha20_dolbeau-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-chacha20_dolbeau-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-chacha20_ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-salsa20_xmm6int-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-escape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-mprintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-nonblock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-warnless.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(deflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(callbacks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/enet/lib/libenet.a(peer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-argon2-fill-block-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx512f_la-argon2-fill-block-avx512f.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-argon2-fill-block-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-argon2-fill-block-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minissdpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(miniwget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzclose.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(gzwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(HTMLtree.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inflate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(SAX.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minixml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-randombytes_sysrandom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(minisoap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utypes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(uncompr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlregexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(debugXML.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(pattern.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(list.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanoftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(nanohttp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlschemas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xpointer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(yuv_rgb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(zutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaclipboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoashape.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamousetap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaopengl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamodes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoamouse.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoakeyboard.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoametalview.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoaevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_cocoavulkan.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hostasyn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_addrinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_chunks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-doh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-fileinfo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_get_line.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-parsedate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-formdata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dict.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-gopher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-imap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pop3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rtsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-smtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-telnet.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-tftp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-http_ntlm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-if2ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_wb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-urlapi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ctype.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_memrchr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-netrc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-rename.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sectransp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gles2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_shaders_gl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(lz4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendfillrect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blendpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_slow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_A.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_N.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_nullframebuffer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawline.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_drawpoint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_blit_auto.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_dropevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_rotate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(k_exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ColorBlock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(FloatImage.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ParallelFor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ErrorMetric.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Filter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(QuickCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Half.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(OptimalCompressDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(NormalMap.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(CompressorDXT5_RGBM.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(BlockCompressor.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(Image.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(ImageIO.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvimage.a(BlockDXT.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zoh.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_pow.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_fabs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_rint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(e_sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_rintf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(appendable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(charstr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(serv.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fmtable.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servnotf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locbased.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifiedcache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(patternprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resource.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(sharedobject.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dangical.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decimfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(format.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(msgfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(olsontz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(parsepos.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coptccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(curramt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dayperiodrules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(hebrwcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(indiancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(simpletz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(taiwncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(chnsecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(islamcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numsys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(persncal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(simpleformatter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(buddhcal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ethpccal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servls.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(japancal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregocal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytesinkutil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(reldtfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tztrans.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dcfmtsym.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutex.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbnf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtptngen.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fphdlimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servrbf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(smpdtfst.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedval_sbimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(gregoimp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_integerwidth.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_fluent.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimalquantity.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_output.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_utils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(zonemeta.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(errorcode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(weightedclusterfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourfit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourset.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formatted_string_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rbtz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(vtzone.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(trees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(adler32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libavx2_la-blake2b-compress-avx2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-blake2b-compress-ref.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsse41_la-blake2b-compress-sse41.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libssse3_la-blake2b-compress-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-hash_sha512_cp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe51_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-fe_frombytes_sandy2x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-strtoofft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-ed25519_ref10.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inffast.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/zlib/lib/libz.a(inftrees.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/iconv/lib/libiconv.a(localcharset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(png.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngread.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwrite.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngerror.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngget.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngtrans.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwio.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/miniupnpc/lib/libminiupnpc.a(receivedata.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libsodium/lib/libsodium.a(libsodium_la-salsa20_xmm6-asm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uinvchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchar.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrtrns.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucln_cmn.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucln_in.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucurr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uenum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locresdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loclikely.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_tag.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(putil.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cmemory.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umath.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(cstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlreader.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xmlunicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-vauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-dotdot.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-ftplistparser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_gethostname.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_ntlm_core.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-pingpong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_range.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_endian.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_sasl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(SingleColorLookup.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_egl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_clipboardevents.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/sdl2/lib/libSDL2.a(SDL_vulkan_utils.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvtt.a(ClusterFit.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvcore.a(TextWriter.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(ThreadPool.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Gamma.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohone.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc6h.a(zohtwo.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode0.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode1.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode2.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode3.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode4.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode5.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode6.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_mode7.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_scalbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(cecal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(util.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(messagepattern.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tznames_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(choicfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currunit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(dtrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(plurfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(selfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(basictz.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(astro.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifilt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unistr_case.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(formattedvalue.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(resbund.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-double-to-string.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(currpinf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(usetiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(tzgnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unisetspan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(fpositer.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servslkf.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(filteredbrk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(edits.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bmpset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrule.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(region.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_skeletons.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_affixutils.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternstring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_formatimpl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_patternmodifier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_mapper.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_decimfmtprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_grouping.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_modifiers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_multiplier.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvector.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(static_unicode_sets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coll.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(erarules.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_parsednumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucase.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(servlk.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfrs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr32.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(colourblock.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libsquish.a(maths.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unifunct.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(rulebasedcollator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-string-to-double.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_asformat.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngrutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwutil.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libpng/lib/libpng16.a(pngwtran.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(propname.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrcase_locale.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucol_swp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udatamem.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(udataswp.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uhash_us.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ulist.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uloc_keytype.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(umsg.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locmap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decContext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(decNumber.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustrfmt.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uarrsort.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uscript_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustr_titlecase_brkiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utf_impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrace.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libxml2/lib/libxml2.a(xinclude.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cram.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-cleartext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-oauth2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-curl_fnmatch.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libcurl/lib/libcurl.a(libcurl_la-md4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(nvthread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvmath.a(Fitting.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Event.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Mutex.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libnvthread.a(Thread.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/nvtt/lib/libbc7.a(avpcl_utils.cpp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/source/spidermonkey/lib/libmozjs60-ps-release.a(s_copysign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsets.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(sortkey.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationkeys.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationroot.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(string_segment.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nfsubs.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(standardplural.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_res.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(measunit_extra.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbidata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbirb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(brkeng.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationcompare.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationweights.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(normalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(caniter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationsettings.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-strtod.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-fast-dtoa.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatin.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationtailoring.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(locdspnm.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(characterproperties.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatareader.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationruleparser.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatabuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ruleiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf8collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbi_cache.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(uitercollationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(utf16collationiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(schriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(coleitr.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(nounit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ustack.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_notation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_rounding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_compact.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_currencysymbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_longnames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(number_padding.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_symbols.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_decimal.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_scientific.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_compositions.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_affixes.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_validators.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(numparse_currency.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(bytestrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uvectr64.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationrootelements.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicudata.a(icudt67l_dat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbisfile.a(vorbisfile.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(unames.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uprops.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(bocsu.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(ucol_sit.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucmndata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uiter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umapfile.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uset_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utext.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie_swap.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(clientbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(gloox.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(registration.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(iq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jid.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(disco.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(client.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesessionmanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jingleiceudp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglecontent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanza.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucroom.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucharstrieiterator.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uniset_closure.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(loadednormalizer2impl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfcd.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictbe.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(dictionarydata.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbisetb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbiscan.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbitblb.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(stringtriebuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-cached-powers.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(double-conversion-bignum.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(uchriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationfastlatinbuilder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbinode.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collation.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicui18n.a(collationdatawriter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(framing.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ubidi_props.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(ucptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(umutablecptrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie2_builder.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(block.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(info.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(synthesis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsdefault.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(nonsaslauth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(capabilities.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(subscription.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfield.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rostermanager.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(messagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(compressionzlib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(delayeddelivery.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(eventdispatcher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(softwareversion.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mucmessagesession.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(stanzaextensionfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(oob.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(sha.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(prep.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(util.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(atomicrefcount.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(mutex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(error.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(base64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(jinglepluginfactory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(logsink.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(message.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataform.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(presence.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(rbbistbl.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(chariter.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(registry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(envelope.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(psy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(window.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(smallft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mdct.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/libogg/lib/libogg.a(bitwise.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(sharedbook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/icu/lib/libicuuc.a(utrie.ao)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(bitrate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lpc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(codebook.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(privatexml.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(rosteritem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformitem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclient.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformreported.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsclientanon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsserveranon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(connectiontcpbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dataformfieldcontainer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(dns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(floor1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(mapping0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(res0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gloox/lib/libgloox.a(tlsgnutlsbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert-cred-x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(state.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(auth.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(global.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(priority.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(protocols.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system_override.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hostname-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/vorbis/lib/libvorbis.a(lsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dtls-sw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-tls13.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt10-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(errors.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-backend.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cryptodev.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(urls.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash_int.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt8-ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(constate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_b64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh_common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(heartbeat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(buffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt9-kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fips.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt15-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(debug.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt16-pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(profiles.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(read-file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(accelerated.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(atfork.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(datum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supplemental.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(keys-dummy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt1-mpi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(time.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_ext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mbuffers.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sysrng-getentropy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(structure.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(version.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(coding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decoding.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(parser_aux.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(element.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strcasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(c-strncasecmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ciphersuites.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gnutls_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cert_types.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(db.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fingerprint.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(system.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-idna.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe-memfuncs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(threads.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(status_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ocsp-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pcert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secparams.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(publickey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(max_record.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(safe_renegotiation.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(etm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ext_master_secret.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_update.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sockets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(name_constraints.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls_features.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(output.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(virt-san.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt2-privkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(verify-high2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hash-pjw-bare.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ini.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkix_asn1_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(fopen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(memmem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secure_getenv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(strverscmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt2-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt3-add_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt4-clear.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt6-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt9-cmp_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt22-init.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt31-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt33-mul_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(pprime_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt39-set.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt44-set_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sizeinbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt47-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt48-sub_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gstr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(finished.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_request.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(certificate_verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(encrypted_extensions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_retry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(handshake-checks.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ip.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt13-cipher.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt14-mac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdsa-compute-k.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(extv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pre_shared_key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gostdsa-mask.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(krb5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(bignum-le.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_encr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt17-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sslv2_compat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt5-session_ticket.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rnd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_name.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(signature.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session_pack.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt7-psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-iconv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs12_bag.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa-keygen-fips186.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(secrets.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anon_ecdh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cipher-cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dhe_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dsa-validate.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ecdhe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(explicit_bzero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(alpn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(client_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cookie.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dumbfw.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt3-early_data.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(key_share.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt4-post_handshake.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ke_modes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(record_size_limit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(server_cert_type.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(lt6-srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srtp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ec_point_formats.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_groups.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(supported_versions.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crypto-api.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(dh-primes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(file.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(session.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(crq.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(email-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x509_dn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_openssl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hex.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-decode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(base64-encode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-gen-params.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-point-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-scalar.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc256b.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gost-gc512a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp192r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp224r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp256r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp384r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-secp521r1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gostdsa-vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-decrypt-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-keygen.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pkcs1-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha256-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-pss-sha512-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(x86-common.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(open.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(rsa_psk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_kx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_rsa.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko_gost.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(memory.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(assert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(errno.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tal-reent.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt75-add.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_entry.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_bases.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(binvert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt93-cmp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt81-mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mullo_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt103-powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt76-sub.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sub_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt98-tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zero_p.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cmpabs_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cong.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(export.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt21-get_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(getlimbn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(import.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt26-iset.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt29-iset_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt30-iset_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_finish.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_read.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_write.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(millerrabin.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt32-mul_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(realloc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(roinit_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(setbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt45-size.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt46-sqrt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tdiv_r_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(tstbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls13-sig.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_ext_parser.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ccm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-pclmul-avx.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-gcm-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-xts-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-cbc-x86-aesni.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(anti_replay.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pkcs7-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(psk_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(stek.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(vko.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hello_ext_lib.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(hmac-streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(iov.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-padlock.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha-x86-ssse3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_passwd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve25519.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve25519-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-curve448.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(curve448-eh-to-x.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(dsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jja.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-jjj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-jj.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-j-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-inv.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mod-arith.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-random.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-g-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pm1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-pp1-redc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed25519-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ed448-shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-decompress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-expand.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-pubkey.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(bignum-random-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(gmp-glue.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-sec-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sec-compute-root.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-sign-tr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(rsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-add-1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prov-seed.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(attributes.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(str-unicode.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(mpn-base256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(provable-prime.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes192-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arcfour-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(arctwo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-set-encrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia256-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia128-set-decrypt-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cbc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ccm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-poly1305.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-nonce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(des.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-ecdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-sign.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-gostdsa-verify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes192.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm-camellia256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gcm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hkdf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-gosthash94.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac-sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(pbkdf2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-encrypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1-rsa-digest.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-256-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20r12-crypt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha384-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-224.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-384.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-512.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(tls1-prf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac96.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts-aes256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(e_padlock-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(cloexec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Cc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ll.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Lu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Me.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Mn.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Nl.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_No.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pf.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Pi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Po.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Ps.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sk.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Sm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_So.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_Zs.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_minv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_get_fns.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randclr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randdef.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addlsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addlsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_addmul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_addmul_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_bdiv_dbm1c.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_cnd_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_com.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_copyi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt78-divis.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_divrem_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divrem_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt96-gcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nano_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_gcd_11.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt97-gcdext.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_lshiftc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mod_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_1_4.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mod_34lsub1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mode1o.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mul_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_mullo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mulmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt77-neg.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(nussbaumer_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_redc_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_redc_2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(redc_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k10_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_rshift.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_div_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_add_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_invert.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_powm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreibwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fat_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(k8_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sqr_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt85-sqrtrem.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_sublsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(atom_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bd1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bt1_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(core2_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreihwl_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreinhm_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(coreisbr_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(goldmont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(p4_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(silvermont_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(x86_64_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(zen_submul_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom2_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom32_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom33_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom3_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom42_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom43_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom44_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom4_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom53_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom63_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom6h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8_sqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom8h_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(aorsmul_i.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cfdiv_q_2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(limbs_modify.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(powm_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt43-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(stronglucas.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(urandomm.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(privkey_pkcs8_pbes1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost_keywrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(srp_sb64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(streebog-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-decrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-encrypt-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-invert-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes-set-key-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-absorb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-crypt-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-invert-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(camellia-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(chacha-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(cnd-copy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr16.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-a-to-j.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-ehh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-add-thh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-dup-th.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-eh-to-a.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(ecc-mul-a-eh.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(eddsa-hash.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gost28147.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pkcs1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(poly1305-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(salsa20-core-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(sec-tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha256-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha512-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-l3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-nh-n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-set-key.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-be32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(write-le64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aesni-gcm-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(ghash-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decompose-internal.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes128-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(aes256-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cnd-memcpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(ctr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(gosthash94-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(hmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(md5-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memeql-sec.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(memxor3.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libhogweed.a(pss-mgf1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha1-compress.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha224-meta.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(shake256.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(siv-cmac.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(xts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha1-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha256-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(sha512-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u16-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-normalize.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-to-u8.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-check.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-mbtoucr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-to-u32.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u8-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(canonical-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(combiningclass.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(composition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_and_not.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_or.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_test.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_default_ignorable_code_point.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_join_control.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(pr_not_a_character.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkc.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(aes-ssse3-x86_64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_none.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mp_dv_tab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(cnd_swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(dcpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(div_qr_2n_pi1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt102-divexact.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_fft.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_22.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcd_subdiv_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_lehmer.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_matrix.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invertappr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacbase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul1_inverse_vector.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt94-perfsqr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh1_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1add_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsh1sub_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_bdiv_qr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sbpi1_divappr_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_pi1_div_r.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sec_tabselect.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt88-set_str.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrlo_basecase.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(sqrmod_bnm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(strongfibo.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_couple_handling.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_dgr3_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2exp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_eval_pm2rexp.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_12pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_16pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_5pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_6pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_7pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(toom_interpolate_8pts.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(kronzu.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lucmod.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(invert_limb_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(gost-wrap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly128.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(umac-poly64.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition-table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(sha3-permute.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-cpy.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-mbtouc-unsafe.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(u32-uctomb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(compat-decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(categ_of.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(nfkd.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(randmt.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addaddmul_1msb0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(addlsh_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(compute_powtab.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib2m.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(gcdext_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_reduce.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_step.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(matrix22_mul.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(bdiv_q_1.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt89-scan0.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(clrbit.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt23-init2.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mul_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt42-set_si.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt49-swap.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/nettle/lib/libnettle.a(cfb.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gnutls/lib/libgnutls.a(decomposition.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt79-fib2_ui.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_appr.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(lt99-jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(mu_bdiv_q.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(rsblsh2_n.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(fib_table.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd2_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(hgcd_jacobi.o)) was built for newer OSX version (10.12) than being linked (10.9)
ld: warning: object file (../../../libraries/osx/gmp/lib/libgmp.a(jacobi_2.o)) was built for newer OSX version (10.12) than being linked (10.9)

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

This revision was not accepted when it landed; it landed in state Needs Review.Nov 26 2020, 8:20 AM
This revision was landed with ongoing or failed builds.
Closed by commit rP24257: Upgrade Mac OS libraries (authored by wraitii). · Explain Why
This revision was automatically updated to reflect the committed changes.