The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ShortcutRecorder, reference 3.4.0 (c86ce0), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 22:48:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1079:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1079 |                 os_trace("Unregistered hot key with id %u and signature %u", hotKeyID.id, hotKeyID.signature);
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1079:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1079 |                 os_trace("Unregistered hot key with id %u and signature %u", hotKeyID.id, hotKeyID.signature);
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1093:21: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1093 |                     os_trace("#Error Unexpected key event of type %u", GetEventKind(anEvent));
      |                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1093:21: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1093 |                     os_trace("#Error Unexpected key event of type %u", GetEventKind(anEvent));
      |                     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1101:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1101 |                 os_trace("No actions for the shortcut");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1101:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1101 |                 os_trace("No actions for the shortcut");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1123:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1123 |     os_trace_debug("Added Carbon HotKey Event Handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1123:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1123 |     os_trace_debug("Added Carbon HotKey Event Handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1128:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1128 |     os_trace_debug("Removed Carbon HotKey Event Handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1128:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1128 |     os_trace_debug("Removed Carbon HotKey Event Handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1145:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1145 |     os_trace("Installing Carbon hot key event handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1145:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1145 |     os_trace("Installing Carbon hot key event handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1155:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1155 |         os_trace_error("#Critical Failed to install event handler: %d", error);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1155:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1155 |         os_trace_error("#Critical Failed to install event handler: %d", error);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1170:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1170 |     os_trace("Removing Carbon hot key event handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1170:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1170 |     os_trace("Removing Carbon hot key event handler");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1174:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1174 |         os_trace_error("#Error Failed to remove event handler: %d", error);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1174:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1174 |         os_trace_error("#Error Failed to remove event handler: %d", error);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1190:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1190 |         os_trace_error("#Error Shortcut without a key code cannot be registered as Carbon hot key");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1190:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1190 |         os_trace_error("#Error Shortcut without a key code cannot be registered as Carbon hot key");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1196:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1196 |     os_trace("Registering Carbon hot key");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1196:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1196 |     os_trace("Registering Carbon hot key");
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1206:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1206 |         os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:84:1: note: expanded from here
   84 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1206:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1206 |         os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:84:1: note: expanded from here
   84 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1213:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1213 |     os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1213:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1213 |     os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
80 warnings generated.
[30/38] Compiling ShortcutRecorder SRShortcutAction.m
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   59 |         os_trace_error("#Error unexpected key symbol");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   59 |         os_trace_error("#Error unexpected key symbol");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  151 |         os_trace_error("#Error invalid class of the value");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  151 |         os_trace_error("#Error invalid class of the value");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  158 |         os_trace_error("#Error invalid key code");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  158 |         os_trace_error("#Error invalid key code");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  166 |         os_trace_error("#Error unexpected key code");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  166 |         os_trace_error("#Error unexpected key code");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
10 warnings generated.
[31/38] Compiling ShortcutRecorder SRKeyBindingTransformer.m
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:176:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  176 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:176:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  176 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  194 |             os_trace_error("#Error Input source misses an ID");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  194 |             os_trace_error("#Error Input source misses an ID");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  207 |                 os_trace_debug("Translation cache hit");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  207 |                 os_trace_debug("Translation cache hit");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  211 |                 os_trace_debug("Translation cache miss");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  211 |                 os_trace_debug("Translation cache miss");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  231 |             os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  231 |             os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  239 |             os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  239 |             os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  290 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  290 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  300 |         os_trace_error("#Error Input source misses an ID");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  300 |         os_trace_error("#Error Input source misses an ID");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  309 |         os_trace_debug("Updating translation -> key code mapping");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  309 |         os_trace_debug("Updating translation -> key code mapping");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  351 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  351 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  362 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  362 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  777 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  777 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  827 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  827 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  877 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  877 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  903 |             os_trace_error("#Error Invalid ASCII literal");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  903 |             os_trace_error("#Error Invalid ASCII literal");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1114 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1114 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1157 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1157 |             os_trace_error("#Error Invalid key code");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1183 |             os_trace_error("#Error Invalid ASCII symbol");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1183 |             os_trace_error("#Error Invalid ASCII symbol");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1339 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1339 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
38 warnings generated.
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:721:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  721 |         os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:18:1: note: expanded from here
   18 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:721:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  721 |         os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:18:1: note: expanded from here
   18 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:731:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  731 |                 os_trace_debug("Info is not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:731:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  731 |                 os_trace_debug("Info is not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:789:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  789 |                 os_trace_debug("Info is in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:789:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  789 |                 os_trace_debug("Info is in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:800:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  800 |         os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:35:1: note: expanded from here
   35 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:800:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  800 |         os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:35:1: note: expanded from here
   35 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:814:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  814 |                 os_trace_debug("Lookup prefixes are not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:814:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  814 |                 os_trace_debug("Lookup prefixes are not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:830:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  830 |                 os_trace_debug("Lookup prefixes are in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:830:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  830 |                 os_trace_debug("Lookup prefixes are in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:841:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  841 |         os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:52:1: note: expanded from here
   52 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:841:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  841 |         os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:52:1: note: expanded from here
   52 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:856:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  856 |                 os_trace_debug("Image name is not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:856:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  856 |                 os_trace_debug("Image name is not in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:886:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  886 |                 os_trace_debug("Image name is in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:886:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  886 |                 os_trace_debug("Image name is in cache");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
18 warnings generated.
[32/38] Compiling ShortcutRecorder SRKeyCodeTransformer.m
[33/38] Compiling ShortcutRecorder SRRecorderControlStyle.m
[34/38] Compiling ShortcutRecorder SRKeyEquivalentModifierMaskTransformer.m
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:758:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:758:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:759:72: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  759 |         NSDrawThreePartImage(backgroundFrame, left, center, right, NO, NSCompositeSourceOver, 1.0, self.isFlipped);
      |                                                                        ^~~~~~~~~~~~~~~~~~~~~
      |                                                                        NSCompositingOperationSourceOver
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:763:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:763:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:851:71: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  851 |     [image drawInRect:cancelButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                       ^~~~~~~~~~~~~~~~~~~~~
      |                                                                       NSCompositingOperationSourceOver
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:875:70: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  875 |     [image drawInRect:clearButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                      ^~~~~~~~~~~~~~~~~~~~~
      |                                                                      NSCompositingOperationSourceOver
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:977:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:977:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1012:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1012:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1017:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1017:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1022:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1022:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1052:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1052:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1057:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1057:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1063:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1063:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1740:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1740:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1747:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1747:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1755:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1755:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1776:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1776:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
29 warnings generated.
[35/38] Compiling ShortcutRecorder SRCommon.m
[36/38] Compiling ShortcutRecorder SRRecorderControl.m
[37/38] Compiling ShortcutRecorder SRShortcutController.m
Build complete! (4.01s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ShortcutRecorder",
  "name" : "ShortcutRecorder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "ShortcutRecorder",
      "targets" : [
        "ShortcutRecorder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShortcutRecorderTests",
      "module_type" : "SwiftTarget",
      "name" : "ShortcutRecorderTests",
      "path" : "Tests/ShortcutRecorderTests",
      "sources" : [
        "SRCommonTests.swift",
        "SRKeyBindingTransformerTests.swift",
        "SRKeyCodeTransformerTests.swift",
        "SRKeyEquivalentModifierMaskTransformerTests.swift",
        "SRKeyEquivalentTransformerTests.swift",
        "SRModifierFlagsTransformerTests.swift",
        "SRRecorderControlStylingTests.swift",
        "SRRecorderControlTests.swift",
        "SRShortcutActionTests.swift",
        "SRShortcutControllerTests.swift",
        "SRShortcutFormatterTests.swift",
        "SRShortcutTests.swift",
        "SRValidatorTests.swift",
        "Utility.swift"
      ],
      "target_dependencies" : [
        "ShortcutRecorder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShortcutRecorder",
      "module_type" : "ClangTarget",
      "name" : "ShortcutRecorder",
      "path" : "Sources/ShortcutRecorder",
      "product_memberships" : [
        "ShortcutRecorder"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ca.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/cs.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/de.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/el.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/en.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/es.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/fr.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/it.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ja.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ko.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/nb.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/nl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pt-BR.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pt.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ro.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ru.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/sk.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/sv.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/th.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/zh-Hans.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/zh-Hant.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "SRCommon.m",
        "SRKeyBindingTransformer.m",
        "SRKeyCodeTransformer.m",
        "SRKeyEquivalentModifierMaskTransformer.m",
        "SRKeyEquivalentTransformer.m",
        "SRModifierFlagsTransformer.m",
        "SRRecorderControl.m",
        "SRRecorderControlStyle.m",
        "SRShortcut.m",
        "SRShortcutAction.m",
        "SRShortcutController.m",
        "SRShortcutFormatter.m",
        "SRShortcutValidator.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.