This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[32/38] Compiling ShortcutRecorder SRKeyBindingTransformer.m
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:232:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  232 |             os_trace_debug("Not performed: disabled");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:232: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]
  232 |             os_trace_debug("Not performed: disabled");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:240:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  240 |             os_trace_debug("Using action handler");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:240: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]
  240 |             os_trace_debug("Using action handler");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:248:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  248 |                 os_trace_debug("Not performed: no associated target");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:248: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]
  248 |                 os_trace_debug("Not performed: no associated target");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:258:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  258 |                 os_trace_debug("Not performed: target cannot respond to action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:258: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]
  258 |                 os_trace_debug("Not performed: target cannot respond to action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:263:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  263 |                 os_trace_debug("Not performed: target ignored action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:263: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]
  263 |                 os_trace_debug("Not performed: target ignored action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:269:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  269 |                 os_trace_debug("Using action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:269: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]
  269 |                 os_trace_debug("Using action");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:303:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  303 |                 os_trace_debug("Using protocol");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:303: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]
  303 |                 os_trace_debug("Using protocol");
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:400:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  400 |                 os_trace("#Error Unexpected key code %hu for the FlagsChanged event", keyCode);
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:400: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]
  400 |                 os_trace("#Error Unexpected key code %hu for the FlagsChanged event", keyCode);
      |                 ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1020:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1020 |         os_trace_debug("Global Shortcut Monitor counter: %ld -> %ld", _disableCounter, _disableCounter - 1);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1020: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]
 1020 |         os_trace_debug("Global Shortcut Monitor counter: %ld -> %ld", _disableCounter, _disableCounter - 1);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1037:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1037 |         os_trace_debug("Global Shortcut Monitor counter: %ld -> %ld", _disableCounter, _disableCounter + 1);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1037: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]
 1037 |         os_trace_debug("Global Shortcut Monitor counter: %ld -> %ld", _disableCounter, _disableCounter + 1);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1057:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1057 |             os_trace_debug("Monitoring is currently disabled");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1057: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]
 1057 |             os_trace_debug("Monitoring is currently disabled");
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1064:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1064 |             os_trace_error("#Critical Failed to get hot key ID: %d", error);
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1064: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]
 1064 |             os_trace_error("#Critical Failed to get hot key ID: %d", error);
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1069:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1069 |             os_trace_error("#Error Unexpected hot key with id %u and signature: %u", hotKeyID.id, hotKeyID.signature);
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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:1069: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]
 1069 |             os_trace_error("#Error Unexpected hot key with id %u and signature: %u", hotKeyID.id, hotKeyID.signature);
      |             ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:84:1: note: expanded from here
   84 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:84:1: note: expanded from here
   84 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[33/38] Compiling ShortcutRecorder SRShortcutAction.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[34/38] Compiling ShortcutRecorder SRKeyCodeTransformer.m
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:46:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   46 |         os_trace_error("#Error aKeyboardEvent must be either NSEventTypeKeyUp, NSEventTypeKeyDown or NSEventTypeFlagsChanged, but got %lu", aKeyboardEvent.type);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:46: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]
   46 |         os_trace_error("#Error aKeyboardEvent must be either NSEventTypeKeyUp, NSEventTypeKeyDown or NSEventTypeFlagsChanged, but got %lu", aKeyboardEvent.type);
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:83:21: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   83 |                     os_trace_error("#Error #Developer AppKit failed to extract characters because it is used in a non-main thread, see SRShortcut/shortcutWithEvent:ignoringCharacters:");
      |                     ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:83: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]
   83 |                     os_trace_error("#Error #Developer AppKit failed to extract characters because it is used in a non-main thread, see SRShortcut/shortcutWithEvent:ignoringCharacters:");
      |                     ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:473:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  473 |         os_trace_error("#Critical SRKeyCodeNone has no representation in Carbon");
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:473: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]
  473 |         os_trace_error("#Critical SRKeyCodeNone has no representation in Carbon");
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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/SRShortcut.m:502:63: warning: 'NSFunctionKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  502 |             return SRCocoaToCarbonFlags(self.modifierFlags) | NSFunctionKeyMask;
      |                                                               ^~~~~~~~~~~~~~~~~
      |                                                               NSEventModifierFlagFunction
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSFunctionKeyMask' has been explicitly marked deprecated here
  184 | static const NSEventModifierFlags NSFunctionKeyMask           API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagFunction", macos(10.0,10.12)) = NSEventModifierFlagFunction;
      |                                   ^
7 warnings generated.
[35/38] Compiling ShortcutRecorder SRShortcut.m
[36/38] Compiling ShortcutRecorder SRKeyEquivalentModifierMaskTransformer.m
/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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:18:1: note: expanded from here
   18 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:18:1: note: expanded from here
   18 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:35:1: note: expanded from here
   35 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:35:1: note: expanded from here
   35 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:52:1: note: expanded from here
   52 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
  268 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
  267 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:52:1: note: expanded from here
   52 | _os_trace_with_payload_1
      | ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[37/38] Compiling ShortcutRecorder SRRecorderControlStyle.m
Build complete! (4.33s)
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/nl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "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/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "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/cs.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "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/pt-BR.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "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/de.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "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/pl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "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/sk.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "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/zh-Hans.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "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/pt.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "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/sv.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "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/zh-Hant.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ca.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        }
      ],
      "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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.