Page MenuHomeWildfire Games

Implements framebuffer readback for Vulkan to allow screenshots
ClosedPublic

Authored by vladislavbelov on Feb 15 2023, 5:13 PM.

Details

Reviewers
None
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rP27552: Implements framebuffer readback for Vulkan to allow screenshots.
Trac Tickets
#6636
Summary

Allows to readback data from a framebuffer on Vulkan.

Test Plan
  1. Apply the patch and compile the game
  2. Check screenshots and big screenshots in the game for Vulkan and OpenGL
  3. Check screenshots and big screenshots in Atlas for OpenGL

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vladislavbelov created this revision.

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui_dbg.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
builderr-release-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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/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/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//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: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.

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

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

Debug:
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(409): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(410): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(411): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(412): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
Release:
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(409): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(410): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(411): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(412): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]

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

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

Debug:
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(409): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(410): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(411): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(412): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
Release:
    13>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(409): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    13>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(410): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    13>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(411): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    13>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\devicecommandcontext.cpp(412): warning C4018: '<=': signed/unsigned mismatch [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]

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

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui_dbg.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
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//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
builderr-release-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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/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//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//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
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//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//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//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.

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

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

builderr-debug-clang8.txt
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-debug-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/lib/precompiled.h:73:0,
                 from ../../../source/pch/graphics/precompiled.h:18:
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::BlitFramebuffer(Renderer::Backend::IFramebuffer*, Renderer::Backend::IFramebuffer*, const Renderer::Backend::IDeviceCommandContext::Rect&, const Renderer::Backend::IDeviceCommandContext::Rect&, Renderer::Backend::Sampler::Filter)':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::Flush()':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
   const uint32_t width = backbufferReadbackTexture->GetWidth();
                  ^~~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
   const uint32_t height = backbufferReadbackTexture->GetHeight();
                  ^~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
builderr-release-clang8.txt
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-release-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/lib/precompiled.h:73:0,
                 from ../../../source/pch/graphics/precompiled.h:18:
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::BlitFramebuffer(Renderer::Backend::IFramebuffer*, Renderer::Backend::IFramebuffer*, const Renderer::Backend::IDeviceCommandContext::Rect&, const Renderer::Backend::IDeviceCommandContext::Rect&, Renderer::Backend::Sampler::Filter)':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::Flush()':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1027:18: warning: unused variable 'width' [-Wunused-variable]
   const uint32_t width = backbufferReadbackTexture->GetWidth();
                  ^~~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1028:18: warning: unused variable 'height' [-Wunused-variable]
   const uint32_t height = backbufferReadbackTexture->GetHeight();
                  ^~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In member function 'void CInput::UpdateText(int, int, int)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]

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

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

builderr-debug-clang8.txt
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-debug-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/lib/precompiled.h:73:0,
                 from ../../../source/pch/graphics/precompiled.h:18:
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::BlitFramebuffer(Renderer::Backend::IFramebuffer*, Renderer::Backend::IFramebuffer*, const Renderer::Backend::IDeviceCommandContext::Rect&, const Renderer::Backend::IDeviceCommandContext::Rect&, Renderer::Backend::Sampler::Filter)':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::Flush()':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
   const uint32_t width = backbufferReadbackTexture->GetWidth();
                  ^~~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
   const uint32_t height = backbufferReadbackTexture->GetHeight();
                  ^~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
builderr-release-clang8.txt
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: expanded from macro 'ENSURE'
                if(!(expr))\
                     ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
                const uint32_t width = backbufferReadbackTexture->GetWidth();
                               ^
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
                const uint32_t height = backbufferReadbackTexture->GetHeight();
                               ^
6 warnings generated.
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-release-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/lib/precompiled.h:73:0,
                 from ../../../source/pch/graphics/precompiled.h:18:
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::BlitFramebuffer(Renderer::Backend::IFramebuffer*, Renderer::Backend::IFramebuffer*, const Renderer::Backend::IDeviceCommandContext::Rect&, const Renderer::Backend::IDeviceCommandContext::Rect&, Renderer::Backend::Sampler::Filter)':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:409:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.x >= 0 && sourceRegion.x + sourceRegion.width <= sourceFramebuffer->GetWidth());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:410:69: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(sourceRegion.y >= 0 && sourceRegion.y + sourceRegion.height <= sourceFramebuffer->GetHeight());
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:411:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.x >= 0 && destinationRegion.x + destinationRegion.width <= destinationFramebuffer->GetWidth());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:412:84: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  ENSURE(destinationRegion.y >= 0 && destinationRegion.y + destinationRegion.height <= destinationFramebuffer->GetHeight());
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/lib/debug.h:294:8: note: in definition of macro 'ENSURE'
   if(!(expr))\
        ^~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp: In member function 'virtual void Renderer::Backend::Vulkan::CDeviceCommandContext::Flush()':
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1029:18: warning: unused variable 'width' [-Wunused-variable]
   const uint32_t width = backbufferReadbackTexture->GetWidth();
                  ^~~~~
../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:1030:18: warning: unused variable 'height' [-Wunused-variable]
   const uint32_t height = backbufferReadbackTexture->GetHeight();
                  ^~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In member function 'void CInput::UpdateText(int, int, int)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]

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

vladislavbelov requested review of this revision.Feb 15 2023, 7:04 PM
phosit added a subscriber: phosit.Feb 16 2023, 11:08 AM

It does work for me.

Nit: While making a big-screenshot, it is rendered in the bottom left corner (as with OpenGL). IIRC with Vulkan it should be easyer to do that in the background.
More nits inline ;)

source/renderer/backend/vulkan/DeviceCommandContext.cpp
979 ↗(On Diff #21559)

The second check for .empty is not required.

1031–1033 ↗(On Diff #21559)

Maybe wrap them in a struct and initialize it with a ternary.

1034–1053 ↗(On Diff #21559)

The [index-arithmetic] looks complicated. Maybe reinterpret as uint32_t* or a costum struct and use std::transform.

1036 ↗(On Diff #21559)

It's weard to have a statement that "calculates" the same value each loop-pass. Same inside the next loop

source/renderer/backend/vulkan/Texture.cpp
277 ↗(On Diff #21559)

There is lots of dublicate. Could the three named constructor share some code?

vladislavbelov marked 5 inline comments as done.Feb 16 2023, 5:24 PM
vladislavbelov added inline comments.
source/renderer/backend/vulkan/DeviceCommandContext.cpp
1034–1053 ↗(On Diff #21559)

You need to shuffle components anyway.

1036 ↗(On Diff #21559)

It might be:

const std::byte* data = static_cast<const std::byte*>(mappedData) + subresourceLayout.offset + subresourceLayout.rowPitch * (backbufferReadbackTexture->GetHeight() - queuedReackback.height - queuedReackback.y);

But it's not semantically different.

source/renderer/backend/vulkan/Texture.cpp
277 ↗(On Diff #21559)

I'm afraid it'll have a complicated argument list. But I'm thinking about it.

vladislavbelov marked 3 inline comments as done.Feb 16 2023, 5:24 PM

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

Debug:
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\device.cpp(1016): error C2039: 'CreateReadbackImage': is not a member of 'Renderer::Backend::Vulkan::CTexture' [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]
    14>e:\jenkins\workspace\vs2015-differential\source\renderer\backend\vulkan\device.cpp(1016): error C3861: 'CreateReadbackImage': identifier not found [E:\Jenkins\workspace\vs2015-differential\build\workspaces\vs2017\graphics.vcxproj]

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

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
../../../source/renderer/backend/vulkan/Device.cpp:1016:43: error: no member named 'CreateReadbackImage' in 'Renderer::Backend::Vulkan::CTexture'; did you mean 'CreateReadbackTexture'?
                m_BackbufferReadbackTexture = CTexture::CreateReadbackImage(
                                              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
                                                        CreateReadbackTexture
../../../source/renderer/backend/vulkan/Texture.h:101:35: note: 'CreateReadbackTexture' declared here
        static std::unique_ptr<CTexture> CreateReadbackTexture(
                                         ^
1 error generated.
make[1]: *** [obj/graphics_Debug/Device2.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [graphics] Error 2

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

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

builderr-debug-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/renderer/backend/vulkan/Device.cpp: In member function 'Renderer::Backend::Vulkan::CTexture* Renderer::Backend::Vulkan::CDevice::GetOrCreateBackbufferReadbackTexture()':
../../../source/renderer/backend/vulkan/Device.cpp:1016:43: error: 'CreateReadbackImage' is not a member of 'Renderer::Backend::Vulkan::CTexture'
   m_BackbufferReadbackTexture = CTexture::CreateReadbackImage(
                                           ^~~~~~~~~~~~~~~~~~~
make[1]: *** [graphics.make:571: obj/graphics_Debug/Device2.o] Error 1
make: *** [Makefile:127: graphics] Error 2

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

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

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui_dbg.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//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/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
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//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
builderr-release-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libengine.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgui.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//IOKit.framework/IOKit.tbd and library file /System/Library/Frameworks//IOKit.framework/IOKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd and library file /System/Library/Frameworks//QuartzCore.framework/QuartzCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Metal.framework/Metal.tbd and library file /System/Library/Frameworks//Metal.framework/Metal are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Cocoa.framework/Cocoa.tbd and library file /System/Library/Frameworks//Cocoa.framework/Cocoa are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
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//Security.framework/Security.tbd and library file /System/Library/Frameworks//Security.framework/Security are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//OpenAL.framework/OpenAL.tbd and library file /System/Library/Frameworks//OpenAL.framework/OpenAL are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit.tbd and library file /System/Library/Frameworks//AppKit.framework/Versions/C/AppKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData.tbd and library file /System/Library/Frameworks//CoreData.framework/Versions/A/CoreData are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage.tbd and library file /System/Library/Frameworks//CoreImage.framework/Versions/A/CoreImage are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation.tbd and library file /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation.tbd and library file /System/Library/Frameworks//Foundation.framework/Versions/C/Foundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText.tbd and library file /System/Library/Frameworks//CoreText.framework/Versions/A/CoreText are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync.tbd and library file /System/Library/Frameworks//ColorSync.framework/Versions/A/ColorSync are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/Versions/A/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.

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

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

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

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

builderr-debug-clang8.txt
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-debug-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
builderr-release-clang8.txt
In file included from ../../../source/gui/GUIObjectTypes.cpp:30:
../../../source/gui/ObjectTypes/COList.h:37:2: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
        MOVABLE(COListColumn);
        ^
../../../source/lib/code_annotation.h:237:13: note: expanded from macro 'MOVABLE'
        className& operator=(className&&) = default
                   ^
../../../source/gui/ObjectTypes/COList.h:41:27: note: move assignment operator of 'COListColumn' is implicitly deleted because field 'm_Heading' has a deleted move assignment operator
        CGUISimpleSetting<CStrW> m_Heading; // CGUIString??
                                 ^
../../../source/gui/CGUISetting.h:91:2: note: 'operator=' has been explicitly marked deleted here
        NONCOPYABLE(CGUISimpleSetting);
        ^
../../../source/lib/code_annotation.h:229:13: note: expanded from macro 'NONCOPYABLE'
        className& operator=(const className&) = delete
                   ^
1 warning generated.
builderr-release-gcc7.txt
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Buffer.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.h:22,
                 from ../../../source/renderer/backend/vulkan/DescriptorManager.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Device.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/DeviceCommandContext.cpp:27:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/DeviceSelection.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/Framebuffer.cpp:22:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/PipelineState.h:23,
                 from ../../../source/renderer/backend/vulkan/PipelineState.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/RenderPassManager.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.h:21,
                 from ../../../source/renderer/backend/vulkan/RingCommandContext.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SamplerManager.cpp:23:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.h:22,
                 from ../../../source/renderer/backend/vulkan/ShaderProgram.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.h:21,
                 from ../../../source/renderer/backend/vulkan/SubmitScheduler.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Device.h:24,
                 from ../../../source/renderer/backend/vulkan/SwapChain.cpp:26:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Texture.h:23,
                 from ../../../source/renderer/backend/vulkan/Texture.cpp:20:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../source/renderer/backend/vulkan/VMA.h:71:0,
                 from ../../../source/renderer/backend/vulkan/Buffer.h:22,
                 from ../../../source/renderer/backend/vulkan/Utilities.cpp:24:
../../../source/third_party/vma/vk_mem_alloc.h:178:9: warning: "VK_KHR_get_memory_requirements2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_get_memory_requirements2 && VK_KHR_dedicated_allocation
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:186:9: warning: "VK_KHR_bind_memory2" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_bind_memory2
         ^~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:194:9: warning: "VK_EXT_memory_budget" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_budget && (VK_KHR_get_physical_device_properties2 || VMA_VULKAN_VERSION >= 1001000)
         ^~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:212:9: warning: "VK_EXT_memory_priority" is not defined, evaluates to 0 [-Wundef]
     #if VK_EXT_memory_priority
         ^~~~~~~~~~~~~~~~~~~~~~
../../../source/third_party/vma/vk_mem_alloc.h:221:9: warning: "VK_KHR_external_memory" is not defined, evaluates to 0 [-Wundef]
     #if VK_KHR_external_memory
         ^~~~~~~~~~~~~~~~~~~~~~
In member function 'void CInput::UpdateText(int, int, int)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]

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

This revision was not accepted when it landed; it landed in state Needs Review.Feb 17 2023, 6:36 PM
This revision was automatically updated to reflect the committed changes.