The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShortcutRecorder -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1213:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1213 |     os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:89:1: note: expanded from here
   89 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:98:1: note: expanded from here
   98 | _os_trace_with_payload_3
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:103:1: note: expanded from here
  103 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:132:1: note: expanded from here
  132 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module 'Foundation' imported from /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h:1:
In module 'CoreFoundation' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:272:25: note: expanded from macro 'OS_CONCAT'
  272 | #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
      |                         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:141:1: note: expanded from here
  141 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
80 warnings generated.
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/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Carbon\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Carbon-8RLMU324D72807WSTJNMBF4W0.pcm -fmodule-file\=Cocoa\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Cocoa-9W48UQLTFB35UBB5J0I0LYHV8.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-DJB4HJ40Z8T8LIBQ3GNLXCX2A.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-C2ZLIV8SGJQ3TSS263XYKU1QB.pcm -fmodule-file\=os\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os-6247J9CDXE52JXX3A5VWRZR0F.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ShortcutRecorder -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=macosx-10.13.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name SRModifierFlagsTransformer.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRModifierFlagsTransformer.d -skip-unused-modulemap-deps
/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
8 warnings generated.
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/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentTransformer.m -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Carbon\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Carbon-8RLMU324D72807WSTJNMBF4W0.pcm -fmodule-file\=Cocoa\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Cocoa-9W48UQLTFB35UBB5J0I0LYHV8.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-DJB4HJ40Z8T8LIBQ3GNLXCX2A.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-C2ZLIV8SGJQ3TSS263XYKU1QB.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ShortcutRecorder -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=macosx-10.13.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name SRKeyEquivalentTransformer.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentTransformer.d -skip-unused-modulemap-deps
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/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyEquivalentModifierMaskTransformer.m -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Carbon\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Carbon-8RLMU324D72807WSTJNMBF4W0.pcm -fmodule-file\=Cocoa\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Cocoa-9W48UQLTFB35UBB5J0I0LYHV8.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-DJB4HJ40Z8T8LIBQ3GNLXCX2A.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-C2ZLIV8SGJQ3TSS263XYKU1QB.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ShortcutRecorder -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=macosx-10.13.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name SRKeyEquivalentModifierMaskTransformer.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyEquivalentModifierMaskTransformer.d -skip-unused-modulemap-deps
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/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Carbon\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Carbon-8RLMU324D72807WSTJNMBF4W0.pcm -fmodule-file\=Cocoa\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Cocoa-9W48UQLTFB35UBB5J0I0LYHV8.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-DJB4HJ40Z8T8LIBQ3GNLXCX2A.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-C2ZLIV8SGJQ3TSS263XYKU1QB.pcm -fmodule-file\=os\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os-6247J9CDXE52JXX3A5VWRZR0F.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ShortcutRecorder -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=macosx-10.13.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name SRKeyCodeTransformer.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyCodeTransformer.d -skip-unused-modulemap-deps
/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:176:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  176 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  194 |             os_trace_error("#Error Input source misses an ID");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  194 |             os_trace_error("#Error Input source misses an ID");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  207 |                 os_trace_debug("Translation cache hit");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  207 |                 os_trace_debug("Translation cache hit");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  211 |                 os_trace_debug("Translation cache miss");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  211 |                 os_trace_debug("Translation cache miss");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  231 |             os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  231 |             os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  239 |             os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  239 |             os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  290 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  290 |         os_trace_error("#Critical Failed to create an input source");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  300 |         os_trace_error("#Error Input source misses an ID");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  300 |         os_trace_error("#Error Input source misses an ID");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  309 |         os_trace_debug("Updating translation -> key code mapping");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  309 |         os_trace_debug("Updating translation -> key code mapping");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  351 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  351 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  362 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  362 |         os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  777 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  777 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  827 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  827 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  877 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  877 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  903 |             os_trace_error("#Error Invalid ASCII literal");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  903 |             os_trace_error("#Error Invalid ASCII literal");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1114 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1114 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1157 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1157 |             os_trace_error("#Error Invalid key code");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1183 |             os_trace_error("#Error Invalid ASCII symbol");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1183 |             os_trace_error("#Error Invalid ASCII symbol");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1339 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1339 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
38 warnings generated.
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/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -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
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -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 -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.o -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m -target-abi darwinpcs -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -triple arm64-apple-macosx10.13.0 -target-linker-version 1115.7.3 -target-sdk-version\=15.1 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj -fmodule-file\=Carbon\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Carbon-8RLMU324D72807WSTJNMBF4W0.pcm -fmodule-file\=Cocoa\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Cocoa-9W48UQLTFB35UBB5J0I0LYHV8.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-DJB4HJ40Z8T8LIBQ3GNLXCX2A.pcm -fmodule-file\=_Builtin_stdint\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-C2ZLIV8SGJQ3TSS263XYKU1QB.pcm -fmodule-file\=os\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os-6247J9CDXE52JXX3A5VWRZR0F.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.1-24B75-44d23fded74b714c58e69ec4af40d824.sdkstatcache -std\=gnu11 -fexceptions -fmodules -fmodule-name\=ShortcutRecorder -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=macosx-10.13.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -mrelax-all -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mframe-pointer\=non-leaf -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name SRKeyBindingTransformer.m -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/DerivedSources/resource_bundle_accessor.h -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRKeyBindingTransformer.d -skip-unused-modulemap-deps
/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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   59 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   82 |         os_trace_error("#Error unexpected key symbol");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  151 |         os_trace_error("#Error invalid class of the value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  151 |         os_trace_error("#Error invalid class of the value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  158 |         os_trace_error("#Error invalid key code");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  158 |         os_trace_error("#Error invalid key code");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  166 |         os_trace_error("#Error unexpected key code");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  166 |         os_trace_error("#Error unexpected key code");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:6:
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
10 warnings generated.
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.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-16.1.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-16.1.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
** 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 }
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ShortcutRecorder",
  "name" : "ShortcutRecorder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "ShortcutRecorder",
      "targets" : [
        "ShortcutRecorder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShortcutRecorderTests",
      "module_type" : "SwiftTarget",
      "name" : "ShortcutRecorderTests",
      "path" : "Tests/ShortcutRecorderTests",
      "sources" : [
        "SRCommonTests.swift",
        "SRKeyBindingTransformerTests.swift",
        "SRKeyCodeTransformerTests.swift",
        "SRKeyEquivalentModifierMaskTransformerTests.swift",
        "SRKeyEquivalentTransformerTests.swift",
        "SRModifierFlagsTransformerTests.swift",
        "SRRecorderControlStylingTests.swift",
        "SRRecorderControlTests.swift",
        "SRShortcutActionTests.swift",
        "SRShortcutControllerTests.swift",
        "SRShortcutFormatterTests.swift",
        "SRShortcutTests.swift",
        "SRValidatorTests.swift",
        "Utility.swift"
      ],
      "target_dependencies" : [
        "ShortcutRecorder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShortcutRecorder",
      "module_type" : "ClangTarget",
      "name" : "ShortcutRecorder",
      "path" : "Sources/ShortcutRecorder",
      "product_memberships" : [
        "ShortcutRecorder"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ca.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/cs.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/de.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/el.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/en.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/es.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/fr.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/it.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ja.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ko.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/nb.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/nl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pl.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pt-BR.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/pt.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ro.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/ru.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/sk.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/sv.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/th.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/zh-Hans.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/Resources/zh-Hant.lproj/ShortcutRecorder.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "SRCommon.m",
        "SRKeyBindingTransformer.m",
        "SRKeyCodeTransformer.m",
        "SRKeyEquivalentModifierMaskTransformer.m",
        "SRKeyEquivalentTransformer.m",
        "SRModifierFlagsTransformer.m",
        "SRRecorderControl.m",
        "SRRecorderControlStyle.m",
        "SRShortcut.m",
        "SRShortcutAction.m",
        "SRShortcutController.m",
        "SRShortcutFormatter.m",
        "SRShortcutValidator.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.