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 (Xcode) using Xcode 16.0.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme ShortcutRecorder -destination platform=macos,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/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);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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:");
      |                     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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:");
      |                     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/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
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:6:
In module 'AppKit' imported from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/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.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutController.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutController.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutController.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutController.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutController.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutController.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutController.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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__))(\
      |     ^
In module 'Darwin' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:8:
/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
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/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.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:758:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:758:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:759:72: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  759 |         NSDrawThreePartImage(backgroundFrame, left, center, right, NO, NSCompositeSourceOver, 1.0, self.isFlipped);
      |                                                                        ^~~~~~~~~~~~~~~~~~~~~
      |                                                                        NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:763:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:763:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:851:71: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  851 |     [image drawInRect:cancelButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                       ^~~~~~~~~~~~~~~~~~~~~
      |                                                                       NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:875:70: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  875 |     [image drawInRect:clearButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                      ^~~~~~~~~~~~~~~~~~~~~
      |                                                                      NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:977:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:977:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1012:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1012:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1017:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1017:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1022:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1022:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1052:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1052:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1057:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1057:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1063:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1063:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1740:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1740:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1747:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1747:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1755:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1755:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1776:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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/SRRecorderControl.m:1776:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/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,
      | ^
29 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:69:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   69 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:69: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]
   69 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:120:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  120 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:120: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]
  120 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:149:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  149 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:149: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]
  149 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:177:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  177 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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/SRModifierFlagsTransformer.m:177: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]
  177 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/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,
      | ^
8 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/resource_bundle_accessor.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/resource_bundle_accessor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/resource_bundle_accessor.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/resource_bundle_accessor.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentTransformer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentTransformer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentModifierMaskTransformer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentModifierMaskTransformer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.o
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/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.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   59 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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:59:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   59 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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:82:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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:82:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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:151:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  151 |         os_trace_error("#Error invalid class of the value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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: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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/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.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRCommon.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -x objective-c -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRCommon.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder_ShortcutRecorder.build/empty-ShortcutRecorder_ShortcutRecorder.plist (in target 'ShortcutRecorder_ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder_ShortcutRecorder.build/empty-ShortcutRecorder_ShortcutRecorder.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder_ShortcutRecorder.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle (in target 'ShortcutRecorder_ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle (in target 'ShortcutRecorder_ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder_ShortcutRecorder.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder.LinkFileList (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder.LinkFileList
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder.o normal (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder.o (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ShortcutRecorder.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:tvOS Simulator, id:8B1ABE64-0401-443E-812F-247A4FBB5BDB, OS:17.4, name:Apple TV }
{ platform:tvOS Simulator, id:1CFD7C1E-15D0-43C5-AF27-909F7506EEF8, OS:17.4, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, id:2F8EA46A-629D-4072-B00C-F903D55C3177, OS:17.4, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, id:91219D42-BD52-4AED-96DD-B55E31EB00BB, OS:1.1, name:Apple Vision Pro }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
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/sk.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "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/nb.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "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/pt.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "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-Hant.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "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/cs.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "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/ja.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "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/ko.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "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/ca.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "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/th.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "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/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "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/pl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "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/el.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        }
      ],
      "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.