=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for milkytracker-1.04.00nb2 [ 0%] Building CXX object src/midi/CMakeFiles/midi.dir/osx/MidiReceiver_CoreMIDI.mm.o In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:93: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:456:35: warning: 'verUS' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] minCountry = verUS, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1)' has been explicitly marked deprecated here enum { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:457:35: warning: 'verIrelandEnglish' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] maxCountry = verIrelandEnglish ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1)' has been explicitly marked deprecated here enum { ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:24: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h:22: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:215:20: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] MIDIMessage_64 sysExOut = {}; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:216:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions] sysExOut.word0 = (UInt32)((kMIDIMessageTypeSysEx << 4) | (group & 0xF)) << 24 | (UInt32)((status << 4) | (bytesUsed)) << 16 | (UInt32)(byte1 & 0x7F) << 8 | (UInt32)(byte2 & 0x7F); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:224:6: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] int numberOfBytes = end <= begin ? 0 : end - begin; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:225:2: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions] if (numberOfBytes > kMIDI1UPMaxSysexSize) numberOfBytes = kMIDI1UPMaxSysexSize; // prevent overflow ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:280:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt16 option_flags = (UInt16)(detachPNCs ? 1 : 0) << 1 | (UInt16)(resetPNCsToDefault ? 1: 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:305:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt16 option_flags = (UInt16)(bankIsValid ? 1 : 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:306:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt32 value = ((UInt32)(program) << 24) | ((UInt32)(bank_msb) << 8) | ((UInt32)(bank_lsb)); ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:60:2: warning: 'NSUserNotification' is deprecated: first deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks API [-Wdeprecated-declarations] NSUserNotification* notification = [[NSUserNotification alloc] init]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:24:12: note: 'NSUserNotification' has been explicitly marked deprecated here @interface NSUserNotification : NSObject { ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:60:39: warning: 'NSUserNotification' is deprecated: first deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks API [-Wdeprecated-declarations] NSUserNotification* notification = [[NSUserNotification alloc] init]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:24:12: note: 'NSUserNotification' has been explicitly marked deprecated here @interface NSUserNotification : NSObject { ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:62:10: warning: 5 enumeration values not handled in switch: 'kMIDIMsgSetupChanged', 'kMIDIMsgPropertyChanged', 'kMIDIMsgThruConnectionsChanged'... [-Wswitch] switch (message->messageID) ^~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:62:10: note: add missing switch cases switch (message->messageID) ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.mm:81:4: warning: 'NSUserNotificationCenter' is deprecated: first deprecated in macOS 11.0 - All NSUserNotifications API should be replaced with UserNotifications.frameworks API [-Wdeprecated-declarations] [[NSUserNotificationCenter defaultUserNotificationCenter] deliverNotification:notification]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:118:12: note: 'NSUserNotificationCenter' has been explicitly marked deprecated here @interface NSUserNotificationCenter : NSObject { ^ 13 warnings generated. [ 1%] Linking CXX static library libmidi.a [ 1%] Built target midi [ 1%] Building CXX object src/compression/CMakeFiles/compression.dir/Decompressor.cpp.o [ 1%] Building CXX object src/compression/CMakeFiles/compression.dir/DecompressorLZX.cpp.o [ 2%] Building CXX object src/compression/CMakeFiles/compression.dir/DecompressorPP20.cpp.o [ 2%] Building CXX object src/compression/CMakeFiles/compression.dir/DecompressorUMX.cpp.o [ 3%] Building CXX object src/compression/CMakeFiles/compression.dir/PP20.cpp.o [ 3%] Building CXX object src/compression/CMakeFiles/compression.dir/unlzx.cpp.o [ 4%] Building CXX object src/compression/CMakeFiles/compression.dir/DecompressorGZIP.cpp.o [ 4%] Built target compression [ 4%] Building CXX object src/fx/CMakeFiles/fx.dir/Camera.cpp.o [ 5%] Building CXX object src/fx/CMakeFiles/fx.dir/Filter.cpp.o [ 5%] Building CXX object src/fx/CMakeFiles/fx.dir/Fire.cpp.o [ 6%] Building CXX object src/fx/CMakeFiles/fx.dir/Math3d.cpp.o [ 6%] Building CXX object src/fx/CMakeFiles/fx.dir/ParticleBlobs.cpp.o [ 7%] Building CXX object src/fx/CMakeFiles/fx.dir/ParticleEmitter.cpp.o [ 7%] Building CXX object src/fx/CMakeFiles/fx.dir/ParticleFX.cpp.o [ 8%] Building CXX object src/fx/CMakeFiles/fx.dir/ParticleFun.cpp.o [ 8%] Building CXX object src/fx/CMakeFiles/fx.dir/ParticleScene.cpp.o [ 9%] Building CXX object src/fx/CMakeFiles/fx.dir/Starfield.cpp.o [ 9%] Building CXX object src/fx/CMakeFiles/fx.dir/TCBSpline.cpp.o [ 10%] Building CXX object src/fx/CMakeFiles/fx.dir/TCBSplineTest.cpp.o [ 10%] Building CXX object src/fx/CMakeFiles/fx.dir/Texture.cpp.o [ 10%] Building CXX object src/fx/CMakeFiles/fx.dir/TexturedGrid.cpp.o [ 11%] Building CXX object src/fx/CMakeFiles/fx.dir/TexturedPlane.cpp.o [ 11%] Building CXX object src/fx/CMakeFiles/fx.dir/Twister.cpp.o [ 12%] Building CXX object src/fx/CMakeFiles/fx.dir/TwisterFX.cpp.o [ 12%] Building CXX object src/fx/CMakeFiles/fx.dir/fpmath.cpp.o [ 13%] Linking CXX static library libfx.a [ 13%] Built target fx [ 13%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/AudioDriverBase.cpp.o [ 14%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/AudioDriverManager.cpp.o [ 14%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/AudioDriver_NULL.cpp.o [ 15%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/AudioDriver_WAVWriter.cpp.o [ 15%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/ChannelMixer.cpp.o [ 16%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/ExporterXM.cpp.o [ 16%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LittleEndian.cpp.o [ 17%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/Loader669.cpp.o [ 17%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderAMF.cpp.o [ 18%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderAMS.cpp.o [ 18%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderCBA.cpp.o [ 18%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderDBM.cpp.o [ 19%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderDIGI.cpp.o [ 19%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderDSM.cpp.o [ 20%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderDTM.cpp.o [ 20%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderFAR.cpp.o [ 21%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderGDM.cpp.o [ 21%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderIMF.cpp.o [ 22%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderIT.cpp.o [ 22%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderMDL.cpp.o [ 23%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderMOD.cpp.o [ 23%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderMTM.cpp.o [ 24%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderMXM.cpp.o [ 24%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderOKT.cpp.o [ 25%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderPLM.cpp.o [ 25%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderPSM.cpp.o [ 26%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderPTM.cpp.o [ 26%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderS3M.cpp.o [ 27%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderSTM.cpp.o [ 27%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderULT.cpp.o [ 27%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderUNI.cpp.o [ 28%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/LoaderXM.cpp.o [ 28%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/MasterMixer.cpp.o [ 29%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/PlayerBase.cpp.o [ 29%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/PlayerFAR.cpp.o [ 30%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/PlayerGeneric.cpp.o [ 30%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/PlayerIT.cpp.o [ 31%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/PlayerSTD.cpp.o [ 31%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/ResamplerFactory.cpp.o [ 32%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderAIFF.cpp.o [ 32%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderALL.cpp.o [ 33%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderAbstract.cpp.o [ 33%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderGeneric.cpp.o [ 34%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderIFF.cpp.o [ 34%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/SampleLoaderWAV.cpp.o [ 35%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/XIInstrument.cpp.o [ 35%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/XMFile.cpp.o [ 36%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/XModule.cpp.o [ 36%] Building CXX object src/milkyplay/CMakeFiles/milkyplay.dir/drivers/osx/AudioDriver_COREAUDIO.mm.o In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/milkyplay/drivers/osx/AudioDriver_COREAUDIO.mm:40: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:93: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:456:35: warning: 'verUS' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] minCountry = verUS, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1)' has been explicitly marked deprecated here enum { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:457:35: warning: 'verIrelandEnglish' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] maxCountry = verIrelandEnglish ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1)' has been explicitly marked deprecated here enum { ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/milkyplay/drivers/osx/AudioDriver_COREAUDIO.mm:152:4: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kAudioObjectPropertyElementMaster ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kAudioObjectPropertyElementMain /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/milkyplay/drivers/osx/AudioDriver_COREAUDIO.mm:189:3: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kAudioObjectPropertyElementMaster ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kAudioObjectPropertyElementMain /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain ^ /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/milkyplay/drivers/osx/AudioDriver_COREAUDIO.mm:248:3: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kAudioObjectPropertyElementMaster ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kAudioObjectPropertyElementMain /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain ^ 5 warnings generated. [ 36%] Linking CXX static library libmilkyplay.a [ 36%] Built target milkyplay [ 37%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/PPPathFactory.cpp.o [ 37%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/cocoa/PPMessageBox_COCOA.mm.o /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPMessageBox_COCOA.mm:33:28: warning: 'NSCriticalAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [messageBox setAlertStyle:NSCriticalAlertStyle]; ^~~~~~~~~~~~~~~~~~~~ NSAlertStyleCritical /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:143:27: note: 'NSCriticalAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSCriticalAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleCritical", macos(10.3,10.12)) = NSAlertStyleCritical; ^ 1 warning generated. [ 38%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/cocoa/PPOpenPanel_COCOA.mm.o /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPOpenPanel_COCOA.mm:58:14: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [_openPanel setAllowedFileTypes:[_fileTypes allValues]]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPOpenPanel_COCOA.mm:65:14: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [_openPanel setAllowedFileTypes:@[extension]]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPOpenPanel_COCOA.mm:70:14: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [_openPanel setAllowedFileTypes:nil]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPOpenPanel_COCOA.mm:183:13: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [openPanel setAllowedFileTypes:[fileTypes allValues]]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPOpenPanel_COCOA.mm:190:30: warning: 'NSFileHandlingPanelOKButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] if ([openPanel runModal] == NSFileHandlingPanelOKButton) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ NSModalResponseOK /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:24:5: note: 'NSFileHandlingPanelOKButton' has been explicitly marked deprecated here NSFileHandlingPanelOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.13)) = NSModalResponseOK, ^ 5 warnings generated. [ 38%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/cocoa/PPQuitSaveAlert_COCOA.mm.o /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPQuitSaveAlert_COCOA.mm:37:28: warning: 'NSWarningAlertStyle' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [messageBox setAlertStyle:NSWarningAlertStyle]; ^~~~~~~~~~~~~~~~~~~ NSAlertStyleWarning /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:141:27: note: 'NSWarningAlertStyle' has been explicitly marked deprecated here static const NSAlertStyle NSWarningAlertStyle API_DEPRECATED_WITH_REPLACEMENT("NSAlertStyleWarning", macos(10.3,10.12)) = NSAlertStyleWarning; ^ 1 warning generated. [ 39%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/cocoa/PPSavePanel_COCOA.mm.o /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPSavePanel_COCOA.mm:41:14: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [saveDialog setAllowedFileTypes: fileExtensions]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/osinterface/cocoa/PPSavePanel_COCOA.mm:44:31: warning: 'NSFileHandlingPanelOKButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] if ([saveDialog runModal] == NSFileHandlingPanelOKButton) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ NSModalResponseOK /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:24:5: note: 'NSFileHandlingPanelOKButton' has been explicitly marked deprecated here NSFileHandlingPanelOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.13)) = NSModalResponseOK, ^ 2 warnings generated. [ 39%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/posix/PPMutex.cpp.o [ 40%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/posix/PPPath_POSIX.cpp.o [ 40%] Building CXX object src/ppui/osinterface/CMakeFiles/osinterface.dir/posix/PPSystem_POSIX.cpp.o [ 41%] Linking CXX static library libosinterface.a [ 41%] Built target osinterface [ 41%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Button.cpp.o [ 42%] Building CXX object src/ppui/CMakeFiles/ppui.dir/CheckBox.cpp.o [ 42%] Building CXX object src/ppui/CMakeFiles/ppui.dir/CheckBoxLabel.cpp.o [ 43%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Container.cpp.o [ 43%] Building CXX object src/ppui/CMakeFiles/ppui.dir/ContextMenu.cpp.o [ 44%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Control.cpp.o [ 44%] Building CXX object src/ppui/CMakeFiles/ppui.dir/DialogBase.cpp.o [ 45%] Building CXX object src/ppui/CMakeFiles/ppui.dir/DialogFileSelector.cpp.o [ 45%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Dictionary.cpp.o [ 45%] Building CXX object src/ppui/CMakeFiles/ppui.dir/DictionaryKey.cpp.o [ 46%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Event.cpp.o [ 46%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Font.cpp.o [ 47%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_15BIT.cpp.o [ 47%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_16BIT.cpp.o [ 48%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_24bpp_generic.cpp.o [ 48%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_32bpp_generic.cpp.o [ 49%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_ARGB32.cpp.o [ 49%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_BGR24.cpp.o [ 50%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Graphics_BGR24_SLOW.cpp.o [ 50%] Building CXX object src/ppui/CMakeFiles/ppui.dir/KeyboardBindingHandler.cpp.o [ 51%] Building CXX object src/ppui/CMakeFiles/ppui.dir/ListBox.cpp.o [ 51%] Building CXX object src/ppui/CMakeFiles/ppui.dir/ListBoxFileBrowser.cpp.o [ 52%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Menu.cpp.o [ 52%] Building CXX object src/ppui/CMakeFiles/ppui.dir/MessageBoxContainer.cpp.o [ 53%] Building CXX object src/ppui/CMakeFiles/ppui.dir/PPUIConfig.cpp.o [ 53%] Building CXX object src/ppui/CMakeFiles/ppui.dir/RadioGroup.cpp.o [ 54%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Screen.cpp.o [ 54%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Scrollbar.cpp.o [ 54%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Seperator.cpp.o [ 55%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Slider.cpp.o [ 55%] Building CXX object src/ppui/CMakeFiles/ppui.dir/StaticText.cpp.o [ 56%] Building CXX object src/ppui/CMakeFiles/ppui.dir/Tools.cpp.o [ 56%] Building CXX object src/ppui/CMakeFiles/ppui.dir/TransparentContainer.cpp.o [ 57%] Building CXX object src/ppui/CMakeFiles/ppui.dir/cocoa/DisplayDevice_COCOA.mm.o In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.mm:23: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:31:28: warning: 'NSOpenGLView' is deprecated: first deprecated in macOS 10.14 - Please use MTKView instead. [-Wdeprecated-declarations] @interface MTTrackerView : NSOpenGLView ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:18:12: note: 'NSOpenGLView' has been explicitly marked deprecated here @interface NSOpenGLView : NSView ^ 1 warning generated. [ 57%] Linking CXX static library libppui.a [ 57%] Built target ppui [ 58%] Building CXX object src/tracker/CMakeFiles/tracker.dir/AnimatedFXControl.cpp.o [ 58%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ColorExportImport.cpp.o [ 59%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ColorPaletteContainer.cpp.o [ 59%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogHelp.cpp.o [ 60%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogChannelSelector.cpp.o [ 60%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogEQ.cpp.o [ 61%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogGroupSelection.cpp.o [ 61%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogHandlers.cpp.o [ 62%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogListBox.cpp.o [ 62%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogPanning.cpp.o [ 63%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogQuickChooseInstrument.cpp.o [ 63%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogResample.cpp.o [ 63%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogWithValues.cpp.o [ 64%] Building CXX object src/tracker/CMakeFiles/tracker.dir/DialogZap.cpp.o [ 64%] Building CXX object src/tracker/CMakeFiles/tracker.dir/EQConstants.cpp.o [ 65%] Building CXX object src/tracker/CMakeFiles/tracker.dir/EditorBase.cpp.o [ 65%] Building CXX object src/tracker/CMakeFiles/tracker.dir/EnvelopeContainer.cpp.o [ 66%] Building CXX object src/tracker/CMakeFiles/tracker.dir/EnvelopeEditor.cpp.o [ 66%] Building CXX object src/tracker/CMakeFiles/tracker.dir/EnvelopeEditorControl.cpp.o [ 67%] Building CXX object src/tracker/CMakeFiles/tracker.dir/Equalizer.cpp.o [ 67%] Building CXX object src/tracker/CMakeFiles/tracker.dir/FileExtProvider.cpp.o [ 68%] Building CXX object src/tracker/CMakeFiles/tracker.dir/FileIdentificator.cpp.o [ 68%] Building CXX object src/tracker/CMakeFiles/tracker.dir/GlobalColorConfig.cpp.o [ 69%] Building CXX object src/tracker/CMakeFiles/tracker.dir/InputControlListener.cpp.o [ 69%] Building CXX object src/tracker/CMakeFiles/tracker.dir/LogoBig.cpp.o [ 70%] Building CXX object src/tracker/CMakeFiles/tracker.dir/LogoSmall.cpp.o [ 70%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ModuleEditor.cpp.o [ 71%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ModuleServices.cpp.o [ 71%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditor.cpp.o [ 72%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorClipBoard.cpp.o [ 72%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorControl.cpp.o [ 72%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorControlEventListener.cpp.o [ 73%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorControlKeyboard.cpp.o [ 73%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorControlTransposeHandler.cpp.o [ 74%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternEditorTools.cpp.o [ 74%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PatternTools.cpp.o [ 75%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PeakLevelControl.cpp.o [ 75%] Building CXX object src/tracker/CMakeFiles/tracker.dir/Piano.cpp.o [ 76%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PianoControl.cpp.o [ 76%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PlayerController.cpp.o [ 77%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PlayerLogic.cpp.o [ 77%] Building CXX object src/tracker/CMakeFiles/tracker.dir/PlayerMaster.cpp.o [ 78%] Building CXX object src/tracker/CMakeFiles/tracker.dir/RecPosProvider.cpp.o [ 78%] Building CXX object src/tracker/CMakeFiles/tracker.dir/RecorderLogic.cpp.o [ 79%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ResamplerHelper.cpp.o [ 79%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SampleEditor.cpp.o [ 80%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SampleEditorControl.cpp.o [ 80%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SampleEditorControlToolHandler.cpp.o [ 81%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SampleEditorResampler.cpp.o [ 81%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SamplePlayer.cpp.o [ 81%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ScopesControl.cpp.o [ 82%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionAbout.cpp.o [ 82%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionAbstract.cpp.o [ 83%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionAdvancedEdit.cpp.o [ 83%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionDiskMenu.cpp.o [ 84%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionHDRecorder.cpp.o [ 84%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionInstruments.cpp.o [ 85%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionOptimize.cpp.o [ 85%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionQuickOptions.cpp.o [ 86%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionSamples.cpp.o [ 86%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionSettings.cpp.o [ 87%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionSwitcher.cpp.o [ 87%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionTranspose.cpp.o [ 88%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SectionUpperLeft.cpp.o [ 88%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SongLengthEstimator.cpp.o [ 89%] Building CXX object src/tracker/CMakeFiles/tracker.dir/SystemMessage.cpp.o [ 89%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TabHeaderControl.cpp.o [ 90%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TabManager.cpp.o [ 90%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TabTitleProvider.cpp.o [ 90%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TitlePageManager.cpp.o [ 91%] Building CXX object src/tracker/CMakeFiles/tracker.dir/ToolInvokeHelper.cpp.o [ 91%] Building CXX object src/tracker/CMakeFiles/tracker.dir/Tracker.cpp.o [ 92%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerConfig.cpp.o [ 92%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerInit.cpp.o [ 93%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerKeyboard.cpp.o [ 93%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerSettings.cpp.o [ 94%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerSettingsDatabase.cpp.o [ 94%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerShortCuts.cpp.o [ 95%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerShutDown.cpp.o [ 95%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerStartUp.cpp.o [ 96%] Building CXX object src/tracker/CMakeFiles/tracker.dir/TrackerUpdate.cpp.o [ 96%] Building CXX object src/tracker/CMakeFiles/tracker.dir/Undo.cpp.o [ 97%] Building CXX object src/tracker/CMakeFiles/tracker.dir/VRand.cpp.o [ 97%] Building CXX object src/tracker/CMakeFiles/tracker.dir/Zapper.cpp.o [ 98%] Building CXX object src/tracker/CMakeFiles/tracker.dir/cocoa/AppDelegate.mm.o In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:93: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLError.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:39: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:456:35: warning: 'verUS' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] minCountry = verUS, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:289:1)' has been explicitly marked deprecated here enum { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:457:35: warning: 'verIrelandEnglish' is deprecated: first deprecated in macOS 10.5 - Deprecated [-Wdeprecated-declarations] maxCountry = verIrelandEnglish ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1: note: '(unnamed enum at /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:400:1)' has been explicitly marked deprecated here enum { ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityColor.h:9: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:46: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:10: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:10: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:31: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:39: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:457:55: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean CMProfileMD5AreEqual(CMProfileMD5 a, CMProfileMD5 b) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:475:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:483:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:495:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* date and time of profile creation */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:503:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor white; /* profile illuminant */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:505:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 digest; /* Profile message digest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:517:3: warning: 'CMTagRecord' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagRecord tagList[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:513:3: note: 'CMTagRecord' has been explicitly marked deprecated here } CMTagRecord DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:521:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:522:3: warning: 'CMTagElemTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMTagElemTable tagTable; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:518:3: note: 'CMTagElemTable' has been explicitly marked deprecated here } CMTagElemTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:550:3: warning: 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDateTime dateTime; /* */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:424:3: note: 'CMDateTime' has been explicitly marked deprecated here } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:618:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor backingXYZ; /* absolute XYZ values of backing */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:662:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor redPhosphor; /* Phosphors - native cromaticity values of the display */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:663:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor greenPhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:664:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor bluePhosphor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:665:3: warning: 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYColor whitePoint; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:429:3: note: 'CMFixedXYColor' has been explicitly marked deprecated here } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:681:3: warning: 'CMNativeDisplayInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNativeDisplayInfo nativeDisplayInfo; /* data of type CMNativeDisplayInfo */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:676:3: note: 'CMNativeDisplayInfo' has been explicitly marked deprecated here } CMNativeDisplayInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:734:3: warning: 'CMScreeningChannelRec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMScreeningChannelRec channelInfo[1]; /* variable size, determined by channelCount */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:727:3: note: 'CMScreeningChannelRec' has been explicitly marked deprecated here } CMScreeningChannelRec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:782:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor illuminant; /* absolute XYZs of illuminant in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:783:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor surround; /* absolute XYZs of surround in cd/m^2 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:790:3: warning: 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMFixedXYZColor XYZ[1]; /* variable size, determined by tag element size */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:435:3: note: 'CMFixedXYZColor' has been explicitly marked deprecated here } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:829:3: warning: 'CMIntentCRDVMSize' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMIntentCRDVMSize intentCRD[1]; /* variable size, determined by count */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:823:3: note: 'CMIntentCRDVMSize' has been explicitly marked deprecated here } CMIntentCRDVMSize DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:860:5: warning: 'CMVideoCardGammaTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaTable table; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:843:3: note: 'CMVideoCardGammaTable' has been explicitly marked deprecated here } CMVideoCardGammaTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:861:5: warning: 'CMVideoCardGammaFormula' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGammaFormula formula; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:855:3: note: 'CMVideoCardGammaFormula' has been explicitly marked deprecated here } CMVideoCardGammaFormula DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:868:3: warning: 'CMVideoCardGamma' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMVideoCardGamma gamma; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:863:3: note: 'CMVideoCardGamma' has been explicitly marked deprecated here } CMVideoCardGamma DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:885:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1187:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header cm2; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1188:3: warning: 'CM4Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM4Header cm4; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:507:3: note: 'CM4Header' has been explicitly marked deprecated here } CM4Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1196:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profileSet[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1203:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; /* profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1211:3: warning: 'NCMConcatProfileSpec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] NCMConcatProfileSpec profileSpecs[1]; /* Variable. Ordered from Source -> Dest */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1204:3: note: 'NCMConcatProfileSpec' has been explicitly marked deprecated here } NCMConcatProfileSpec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1302:3: warning: 'CMRGBColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMRGBColor rgb; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1232:3: note: 'CMRGBColor' has been explicitly marked deprecated here } CMRGBColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1303:3: warning: 'CMHSVColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHSVColor hsv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1257:3: note: 'CMHSVColor' has been explicitly marked deprecated here } CMHSVColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1304:3: warning: 'CMHLSColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHLSColor hls; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1251:3: note: 'CMHLSColor' has been explicitly marked deprecated here } CMHLSColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1306:3: warning: 'CMLabColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLabColor Lab; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1263:3: note: 'CMLabColor' has been explicitly marked deprecated here } CMLabColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1307:3: warning: 'CMLuvColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMLuvColor Luv; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1269:3: note: 'CMLuvColor' has been explicitly marked deprecated here } CMLuvColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1308:3: warning: 'CMYxyColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMYxyColor Yxy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1275:3: note: 'CMYxyColor' has been explicitly marked deprecated here } CMYxyColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1309:3: warning: 'CMCMYKColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYKColor cmyk; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1239:3: note: 'CMCMYKColor' has been explicitly marked deprecated here } CMCMYKColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1310:3: warning: 'CMCMYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMCMYColor cmy; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1245:3: note: 'CMCMYColor' has been explicitly marked deprecated here } CMCMYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1311:3: warning: 'CMGrayColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMGrayColor gray; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1279:3: note: 'CMGrayColor' has been explicitly marked deprecated here } CMGrayColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1312:3: warning: 'CMMultichannel5Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel5Color mc5; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1283:3: note: 'CMMultichannel5Color' has been explicitly marked deprecated here } CMMultichannel5Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1313:3: warning: 'CMMultichannel6Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel6Color mc6; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1287:3: note: 'CMMultichannel6Color' has been explicitly marked deprecated here } CMMultichannel6Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1314:3: warning: 'CMMultichannel7Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel7Color mc7; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1291:3: note: 'CMMultichannel7Color' has been explicitly marked deprecated here } CMMultichannel7Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1315:3: warning: 'CMMultichannel8Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMultichannel8Color mc8; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1295:3: note: 'CMMultichannel8Color' has been explicitly marked deprecated here } CMMultichannel8Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1316:3: warning: 'CMNamedColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMNamedColor namedColor; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1299:3: note: 'CMNamedColor' has been explicitly marked deprecated here } CMNamedColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1515:3: warning: 'CMBitmapColorSpace' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBitmapColorSpace space; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1507:41: note: 'CMBitmapColorSpace' has been explicitly marked deprecated here typedef UInt32 CMBitmapColorSpace DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1589:3: warning: 'CMHandleLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMHandleLocation handleLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1557:3: note: 'CMHandleLocation' has been explicitly marked deprecated here } CMHandleLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1594:3: warning: 'CMPathLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMPathLocation pathLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1578:3: note: 'CMPathLocation' has been explicitly marked deprecated here } CMPathLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1595:3: warning: 'CMBufferLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMBufferLocation bufferLoc; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1583:3: note: 'CMBufferLocation' has been explicitly marked deprecated here } CMBufferLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1600:3: warning: 'CMProfLoc' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfLoc u; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1596:3: note: 'CMProfLoc' has been explicitly marked deprecated here } CMProfLoc DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1605:42: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] cmCurrentProfileLocationSize = sizeof(CMProfileLocation) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1620:3: warning: 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CM2Header header; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:486:3: note: 'CM2Header' has been explicitly marked deprecated here } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1623:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation location; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1627:3: warning: 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMMakeAndModel * makeAndModel; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:880:3: note: 'CMMakeAndModel' has been explicitly marked deprecated here } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1628:3: warning: 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileMD5 * digest; /* Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:448:41: note: 'CMProfileMD5' has been explicitly marked deprecated here typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1994:3: warning: 'CMDeviceID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceID deviceID; /* device ID */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1959:41: note: 'CMDeviceID' has been explicitly marked deprecated here typedef UInt32 CMDeviceID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1996:3: warning: 'CMDeviceState' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceState deviceState; /* Device State flags */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1953:41: note: 'CMDeviceState' has been explicitly marked deprecated here typedef UInt32 CMDeviceState DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1997:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID defaultProfileID; /* Can change */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2010:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2011:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2018:3: warning: 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileID profileID; /* The identifier for this profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1964:41: note: 'CMDeviceProfileID' has been explicitly marked deprecated here typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2019:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation profileLoc; /* The profile's location */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2021:3: warning: 'CMDeviceProfileScope' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileScope profileScope; /* The scope this profile applies to */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1985:18: note: 'CMDeviceProfileScope' has been explicitly marked deprecated here } CMDeviceScope, CMDeviceProfileScope DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2033:3: warning: 'CMDeviceProfileInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDeviceProfileInfo profiles[1]; /* The profile info records */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2014:3: note: 'CMDeviceProfileInfo' has been explicitly marked deprecated here } CMDeviceProfileInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:26: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:51:58: warning: availability does not match previous declaration [-Wavailability] extern CGLContextObj CGLRetainContext(CGLContextObj ctx) OPENGL_AVAILABLE(10_5) OPENGL_DEPRECATED(10.4, 10.14); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h:11:33: note: expanded from macro 'OPENGL_AVAILABLE' #define OPENGL_AVAILABLE(from) API_AVAILABLE(macos(from)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:61:178: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7, __API_AVAILABLE6, __API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1, 0)(__VA_ARGS__) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:51:81: note: previous attribute is here extern CGLContextObj CGLRetainContext(CGLContextObj ctx) OPENGL_AVAILABLE(10_5) OPENGL_DEPRECATED(10.4, 10.14); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h:12:38: note: expanded from macro 'OPENGL_DEPRECATED' #define OPENGL_DEPRECATED(from, to) API_DEPRECATED("OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings)", macos(from, to)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:83:209: note: expanded from macro 'API_DEPRECATED' #define API_DEPRECATED(...) __API_DEPRECATED_MSG_GET_MACRO(__VA_ARGS__,__API_DEPRECATED_MSG8,__API_DEPRECATED_MSG7, __API_DEPRECATED_MSG6,__API_DEPRECATED_MSG5,__API_DEPRECATED_MSG4,__API_DEPRECATED_MSG3,__API_DEPRECATED_MSG2,__API_DEPRECATED_MSG1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:26: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:52:50: warning: availability does not match previous declaration [-Wavailability] extern void CGLReleaseContext(CGLContextObj ctx) OPENGL_AVAILABLE(10_5) OPENGL_DEPRECATED(10.4, 10.14); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h:11:33: note: expanded from macro 'OPENGL_AVAILABLE' #define OPENGL_AVAILABLE(from) API_AVAILABLE(macos(from)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:61:178: note: expanded from macro 'API_AVAILABLE' #define API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE7, __API_AVAILABLE6, __API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1, 0)(__VA_ARGS__) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGL.h:52:73: note: previous attribute is here extern void CGLReleaseContext(CGLContextObj ctx) OPENGL_AVAILABLE(10_5) OPENGL_DEPRECATED(10.4, 10.14); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/OpenGL.framework/Headers/OpenGLAvailability.h:12:38: note: expanded from macro 'OPENGL_DEPRECATED' #define OPENGL_DEPRECATED(from, to) API_DEPRECATED("OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings)", macos(from, to)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:83:209: note: expanded from macro 'API_DEPRECATED' #define API_DEPRECATED(...) __API_DEPRECATED_MSG_GET_MACRO(__VA_ARGS__,__API_DEPRECATED_MSG8,__API_DEPRECATED_MSG7, __API_DEPRECATED_MSG6,__API_DEPRECATED_MSG5,__API_DEPRECATED_MSG4,__API_DEPRECATED_MSG3,__API_DEPRECATED_MSG2,__API_DEPRECATED_MSG1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:250:151: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVImageBufferLogTransferFunctionKey API_AVAILABLE(macosx(14.2), ios(17.2), tvos(17.2), watchos(10.2), visionos(1.1)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:252:157: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVImageBufferLogTransferFunction_AppleLog API_AVAILABLE(macosx(14.2), ios(17.2), tvos(17.2), watchos(10.2), visionos(1.1)); ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:238:167: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferOpenGLESCompatibilityKey API_AVAILABLE(ios(6.0), tvos(9.0)) API_UNAVAILABLE(macosx) API_UNAVAILABLE(macCatalyst) API_UNAVAILABLE(visionos) __WATCHOS_PROHIBITED; // CFBoolean ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:241:179: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferOpenGLESTextureCacheCompatibilityKey API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(macosx) API_UNAVAILABLE(macCatalyst) API_UNAVAILABLE(visionos) __WATCHOS_PROHIBITED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:629: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:43:121: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey API_AVAILABLE(macosx(10.6)) API_UNAVAILABLE(visionos) __IOS_PROHIBITED __TVOS_PROHIBITED __WATCHOS_PROHIBITED; // CFBoolean ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:629: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:45:117: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferIOSurfaceOpenGLFBOCompatibilityKey API_AVAILABLE(macosx(10.6)) API_UNAVAILABLE(visionos) __IOS_PROHIBITED __TVOS_PROHIBITED __WATCHOS_PROHIBITED; // CFBoolean ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:629: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:50:183: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferIOSurfaceOpenGLESTextureCompatibilityKey API_AVAILABLE(ios(5.0), tvos(9.0)) API_UNAVAILABLE(macosx) API_UNAVAILABLE(macCatalyst) API_UNAVAILABLE(visionos) __WATCHOS_PROHIBITED; // CFBoolean ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:629: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:52:179: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelBufferIOSurfaceOpenGLESFBOCompatibilityKey API_AVAILABLE(ios(5.0), tvos(9.0)) API_UNAVAILABLE(macosx) API_UNAVAILABLE(macCatalyst) API_UNAVAILABLE(visionos) __WATCHOS_PROHIBITED; // CFBoolean ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:15: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:45: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelFormatDescription.h:117:164: error: expected ',' CV_EXPORT const CFStringRef CV_NONNULL kCVPixelFormatOpenGLESCompatibility API_AVAILABLE(ios(5.0), tvos(9.0)) API_UNAVAILABLE(macosx) API_UNAVAILABLE(macCatalyst) API_UNAVAILABLE(visionos) __WATCHOS_PROHIBITED; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/os/availability.h:102:190: note: expanded from macro 'API_UNAVAILABLE' #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE7,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__) ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:137: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:15: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:101:4: warning: 'NSTextCursorAccessoryPlacement' is only available on macOS 14.0 or newer [-Wunguarded-availability-new] - (NSTextCursorAccessoryPlacement)preferredTextAccessoryPlacement; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:20:28: note: 'NSTextCursorAccessoryPlacement' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 12.3.0 typedef NS_ENUM(NSInteger, NSTextCursorAccessoryPlacement) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:101:1: note: annotate 'preferredTextAccessoryPlacement' with an availability attribute to silence this warning - (NSTextCursorAccessoryPlacement)preferredTextAccessoryPlacement; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:24: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:191: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:41:120: warning: 'NSBezierPathElementCubicCurveTo' is only available on macOS 14.0 or newer [-Wunguarded-availability-new] NSBezierPathElementCurveTo API_DEPRECATED_WITH_REPLACEMENT("NSBezierPathElementCubicCurveTo", macos(11.0, 14.0)) = NSBezierPathElementCubicCurveTo, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:38:5: note: 'NSBezierPathElementCubicCurveTo' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 12.3.0 NSBezierPathElementCubicCurveTo API_AVAILABLE(macos(14.0)), ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:35:29: note: annotate 'NSBezierPathElement' with an availability attribute to silence this warning typedef NS_ENUM(NSUInteger, NSBezierPathElement) { ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:139:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef profile; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:140:3: warning: 'CMColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMColor color; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1317:3: note: 'CMColor' has been explicitly marked deprecated here } CMColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/ColorPicker.h:328:3: warning: 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileRef dstProfile; /* Currently ignored */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1000:41: note: 'CMProfileRef' has been explicitly marked deprecated here typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:54:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID; /* Contains an hDC on Win32 */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:56:3: warning: 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMProfileLocation * profileLocationPtr; /* For returning the profile */ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: note: 'CMProfileLocation' has been explicitly marked deprecated here } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:61:55: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] typedef CALLBACK_API( Boolean , CanCalibrateProcPtr )(CMDisplayIDType displayID, Str255 errMessage); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:154:3: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] CMDisplayIDType displayID, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTKeyTranslator.h:25: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:36: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CommonPanels.h:37: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/CommonPanels.framework/Headers/CMCalibrator.h:180:87: warning: 'CMDisplayIDType' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] inline Boolean InvokeCanCalibrateUPP(CMDisplayIDType displayID, Str255 errMessage, CanCalibrateUPP userUPP) { return (*userUPP)(displayID, errMessage); } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1016:41: note: 'CMDisplayIDType' has been explicitly marked deprecated here typedef UInt32 CMDisplayIDType DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:28: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/ppui/cocoa/DisplayDevice_COCOA.h:38: /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/MTTrackerView.h:31:28: warning: 'NSOpenGLView' is deprecated: first deprecated in macOS 10.14 - Please use MTKView instead. [-Wdeprecated-declarations] @interface MTTrackerView : NSOpenGLView ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:18:12: note: 'NSOpenGLView' has been explicitly marked deprecated here @interface NSOpenGLView : NSView ^ In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/tracker/cocoa/AppDelegate.mm:29: In file included from /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00/src/midi/osx/MidiReceiver_CoreMIDI.h:26: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h:22: /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:215:20: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] MIDIMessage_64 sysExOut = {}; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:216:5: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions] sysExOut.word0 = (UInt32)((kMIDIMessageTypeSysEx << 4) | (group & 0xF)) << 24 | (UInt32)((status << 4) | (bytesUsed)) << 16 | (UInt32)(byte1 & 0x7F) << 8 | (UInt32)(byte2 & 0x7F); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:224:6: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] int numberOfBytes = end <= begin ? 0 : end - begin; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:225:2: warning: use of this statement in a constexpr function is a C++14 extension [-Wc++14-extensions] if (numberOfBytes > kMIDI1UPMaxSysexSize) numberOfBytes = kMIDI1UPMaxSysexSize; // prevent overflow ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:280:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt16 option_flags = (UInt16)(detachPNCs ? 1 : 0) << 1 | (UInt16)(resetPNCsToDefault ? 1: 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:305:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt16 option_flags = (UInt16)(bankIsValid ? 1 : 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIMessages.h:306:9: warning: variable declaration in a constexpr function is a C++14 extension [-Wc++14-extensions] UInt32 value = ((UInt32)(program) << 24) | ((UInt32)(bank_msb) << 8) | ((UInt32)(bank_lsb)); ^ 86 warnings and 9 errors generated. *** [src/tracker/CMakeFiles/tracker.dir/cocoa/AppDelegate.mm.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 1 error bmake[2]: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 *** [src/tracker/CMakeFiles/tracker.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 1 error bmake[1]: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 1 error bmake: stopped in /Users/pbulk/build/audio/milkytracker/work/MilkyTracker-1.04.00 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/milkytracker *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/milkytracker