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 master (c86ce0), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 03:25:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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

      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1196:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1196 |     os_trace("Registering Carbon hot key");
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1196:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1196 |     os_trace("Registering Carbon hot key");
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1206:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1206 |         os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:86:1: note: expanded from here
   86 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1206:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1206 |         os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:86:1: note: expanded from here
   86 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1213:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1213 |     os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:91:1: note: expanded from here
   91 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1213:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1213 |     os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:91:1: note: expanded from here
   91 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1232:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1232 |     os_trace("Removing Carbon hot key %u", hotKeyID);
      |     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
  220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
      |                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:100:1: note: expanded from here
  100 | _os_trace_with_payload_3
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1237:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1237 |         os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:100:1: note: expanded from here
  100 | _os_trace_with_payload_3
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
   88 | #define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
      |                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:105:1: note: expanded from here
  105 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1244:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1244 |         os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
  443 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:105:1: note: expanded from here
  105 | _os_trace_with_payload_2
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
   87 | #define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
      |                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:969:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  969 |         os_trace_error("#Error Event is NULL");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:974:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  974 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1320:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1320 |         os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1392:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1392 |         os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1284:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1284 |         os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1290 |         os_trace_error("#Error #Developer Unexpected event of type %u", aType);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1593:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1593 |         os_trace_error("#Error Not a keyboard event");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:134:1: note: expanded from here
  134 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1664:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1664 |             os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
  467 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:134:1: note: expanded from here
  134 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1675:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1675 |             os_trace_error("#Error unable to read system key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:143:1: note: expanded from here
  143 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1694:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1694 |             os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5
: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:143:1: note: expanded from here
  143 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1705:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1705 |             os_trace_debug("#Error unable to read user key bindings");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:7:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
80 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcut.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/SRShortcut.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcut.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcut.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcut.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:46:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   46 |         os_trace_error("#Error aKeyboardEvent must be either NSEventTypeKeyUp, NSEventTypeKeyDown or NSEventTypeFlagsChanged, but got %lu", aKeyboardEvent.type);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:46:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   46 |         os_trace_error("#Error aKeyboardEvent must be either NSEventTypeKeyUp, NSEventTypeKeyDown or NSEventTypeFlagsChanged, but got %lu", aKeyboardEvent.type);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:83:21: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   83 |                     os_trace_error("#Error #Developer AppKit failed to extract characters because it is used in a non-main thread, see SRShortcut/shortcutWithEvent:ignoringCharacters:");
      |                     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:83:21: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   83 |                     os_trace_error("#Error #Developer AppKit failed to extract characters because it is used in a non-main thread, see SRShortcut/shortcutWithEvent:ignoringCharacters:");
      |                     ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:473:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  473 |         os_trace_error("#Critical SRKeyCodeNone has no representation in Carbon");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:473:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  473 |         os_trace_error("#Critical SRKeyCodeNone has no representation in Carbon");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcut.m:502:63: warning: 'NSFunctionKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  502 |             return SRCocoaToCarbonFlags(self.modifierFlags) | NSFunctionKeyMask;
      |                                                               ^~~~~~~~~~~~~~~~~
      |                                                               NSEventModifierFlagFunction
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRCommon.h:6:
In module 'AppKit' imported from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note: 'NSFunctionKeyMask' has been explicitly marked deprecated here
  184 | static const NSEventModifierFlags NSFunctionKeyMask           API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagFunction", macos(10.0,10.12)) = NSEventModifierFlagFunction;
      |                                   ^
7 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutValidator.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/SRShortcutValidator.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutValidator.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutValidator.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRShortcutValidator.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.m:145:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  145 |             os_trace_error("#Error Unable to read System Shortcuts: %d", err);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.m:145: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]
  145 |             os_trace_error("#Error Unable to read System Shortcuts: %d", err);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutValidator.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
2 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace/.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/SRRecorderControlStyle.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControlStyle.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:188:96: warning: comparison of different enumeration types ('SRRecorderControlStyleComponentsTint' (aka 'enum SRRecorderControlStyleComponentsTint') and 'enum SRRecorderControlStyleComponentsLayoutDirection') [-Wenum-compare]
  188 |     NSAssert(aDirection >= SRRecorderControlStyleComponentsLayoutDirectionUnspecified && aTint < SRRecorderControlStyleComponentsLayoutDirectionMax,
      |                                                                                          ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:109:25: note: expanded from macro 'NSAssert'
  109 |         if (__builtin_expect(!(condition), 0)) {                \
      |                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:721:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  721 |         os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:22:1: note: expanded from here
   22 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:721:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  721 |         os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:22:1: note: expanded from here
   22 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:731:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  731 |                 os_trace_debug("Info is not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:731:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  731 |                 os_trace_debug("Info is not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:789:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  789 |                 os_trace_debug("Info is in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:789:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  789 |                 os_trace_debug("Info is in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:800:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  800 |         os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:39:1: note: expanded from here
   39 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:800:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  800 |         os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:39:1: note: expanded from here
   39 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:814:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  814 |                 os_trace_debug("Lookup prefixes are not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:814:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  814 |                 os_trace_debug("Lookup prefixes are not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:830:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  830 |                 os_trace_debug("Lookup prefixes are in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:830:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  830 |                 os_trace_debug("Lookup prefixes are in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:841:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  841 |         os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:56:1: note: expanded from here
   56 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:841:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  841 |         os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
  463 |     OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
      |     ^
In module '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.3.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:75:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/base.h:271:27: note: expanded from macro '__OS_CONCAT'
  271 | #define __OS_CONCAT(x, y) x ## y
      |                           ^
<scratch space>:56:1: note: expanded from here
   56 | _os_trace_with_payload_1
      | ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
   86 | #define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
      |                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:856:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  856 |                 os_trace_debug("Image name is not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:856:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  856 |                 os_trace_debug("Image name is not in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:886:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  886 |                 os_trace_debug("Image name is in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:886:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  886 |                 os_trace_debug("Image name is in cache");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControlStyle.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
19 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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
/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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:69:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
   69 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:120:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  120 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:120:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  120 |         os_trace_error("#Error Invalid value for transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:149:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  149 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:149:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  149 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:177:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  177 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:177:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  177 |         os_trace_error("#Error Invalid value for reverse transformation");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRModifierFlagsTransformer.m:6:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
8 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace/.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/SRRecorderControl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRRecorderControl.o
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:758:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:758:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  758 |         os_trace_debug("#Developer drawing background using images");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:759:72: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  759 |         NSDrawThreePartImage(backgroundFrame, left, center, right, NO, NSCompositeSourceOver, 1.0, self.isFlipped);
      |                                                                        ^~~~~~~~~~~~~~~~~~~~~
      |                                                                        NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:763:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:763:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  763 |         os_trace_debug("#Developer drawing background using color");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:851:71: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  851 |     [image drawInRect:cancelButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                       ^~~~~~~~~~~~~~~~~~~~~
      |                                                                       NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:875:70: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
  875 |     [image drawInRect:clearButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
      |                                                                      ^~~~~~~~~~~~~~~~~~~~~
      |                                                                      NSCompositingOperationSourceOver
In module 'Cocoa' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutAction.h:6:
In module 'AppKit' imported from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
   60 | static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
      |                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:977:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:977:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
  977 |         os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
  384 |         OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1012:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1012:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1012 |         os_trace_debug("The control is disabled");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1017:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1017:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1017 |         os_trace_debug("The control is not the first responder");
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1022:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1022:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1022 |         os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
      |         ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1052:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1052:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1052 |                 os_trace_debug("Valid and accepted shortcut");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1057:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1057:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1057 |                 os_trace_debug("Delegate rejected");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1063:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1063:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1063 |             os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1740:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1740:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1740 |                 os_trace_debug("Invalid key code");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1747:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1747:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1747 |                 os_trace_debug("Cancel via Esc");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1755:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1755:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1755 |                 os_trace_debug("Clear via Delete");
      |                 ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1776:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
   49 |     if (os_trace_type_enabled(_t)) { \
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
  351 | os_trace_type_enabled(uint8_t type)
      | ^
/Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:1776:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
 1776 |             os_trace_debug("Begin recording via Space");
      |             ^
In module 'os' imported from /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:8:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
  273 |         OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
   78 |         _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
  487 | _os_trace_with_buffer(void *dso, const char *message, uint8_t type,
      | ^
29 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRCommon.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ShortcutRecorder' from project 'ShortcutRecorder')
    cd /Users/admin/builder/spi-builder-workspace/.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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/SRCommon.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ShortcutRecorder/SRCommon.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o -index-unit-output-path /ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/SRCommon.o
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShortcutRecorder.build/Debug/ShortcutRecorder.build/Objects-normal/arm64/ShortcutRecorder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-arc -fobjc-link-runtime -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:b69e5d1a75833e0bea5968f29e8d5c8d8e849d2f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:b69e5d1a75833e0bea5968f29e8d5c8d8e849d2f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:b69e5d1a75833e0bea5968f29e8d5c8d8e849d2f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:b69e5d1a75833e0bea5968f29e8d5c8d8e849d2f, 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.