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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ShortcutRecorder with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

            os_trace_error("#Error Unexpected hot key with id %u and signature: %u", hotKeyID.id, hotKeyID.signature);
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1069:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Unexpected hot key with id %u and signature: %u", hotKeyID.id, hotKeyID.signature);
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1079:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
                os_trace("Unregistered hot key with id %u and signature %u", hotKeyID.id, hotKeyID.signature);
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1079:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
                os_trace("Unregistered hot key with id %u and signature %u", hotKeyID.id, hotKeyID.signature);
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1093:21: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
                    os_trace("#Error Unexpected key event of type %u", GetEventKind(anEvent));
                    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1093:21: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
                    os_trace("#Error Unexpected key event of type %u", GetEventKind(anEvent));
                    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1101:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
                os_trace("No actions for the shortcut");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1101:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
                os_trace("No actions for the shortcut");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1123:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    os_trace_debug("Added Carbon HotKey Event Handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1123:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
    os_trace_debug("Added Carbon HotKey Event Handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1128:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    os_trace_debug("Removed Carbon HotKey Event Handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1128:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
    os_trace_debug("Removed Carbon HotKey Event Handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1145:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    os_trace("Installing Carbon hot key event handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1145:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
    os_trace("Installing Carbon hot key event handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1155:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to install event handler: %d", error);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1155:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to install event handler: %d", error);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1170:5: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    os_trace("Removing Carbon hot key event handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1170:5: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
    os_trace("Removing Carbon hot key event handler");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1174:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error Failed to remove event handler: %d", error);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1174:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error Failed to remove event handler: %d", error);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1190:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error Shortcut without a key code cannot be registered as Carbon hot key");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRShortcutAction.m:1190:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error Shortcut without a key code cannot be registered as Carbon hot key");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace("Registering Carbon hot key");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace("Registering Carbon hot key");
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:84:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error_with_payload("#Critical Failed to register Carbon hot key: %d", error, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:84:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:89:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace_with_payload("Registered Carbon hot key %u", hotKeyID.id, ^(xpc_object_t d) {
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:89:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace("Removing Carbon hot key %u", hotKeyID);
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
    os_trace("Removing Carbon hot key %u", hotKeyID);
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace'
#define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__)
                              ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:98:1: note: expanded from here
_os_trace_with_payload_3
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
#define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
                                                     ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error_with_payload("#Critical Failed to unregister Carbon hot key %u: %d", hotKeyID, error, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:98:1: note: expanded from here
_os_trace_with_payload_3
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:88:54: note: expanded from macro '_os_trace_with_payload_3'
#define _os_trace_with_payload_3(_t, _f, _1, _2, _p) OS_TRACE_CALL(_t, _p, _f, _1, _2)
                                                     ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:103:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_with_payload("Unregistered Carbon hot key %u", hotKeyID, ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:443:5: note: expanded from macro 'os_trace_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:103:1: note: expanded from here
_os_trace_with_payload_2
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:87:50: note: expanded from macro '_os_trace_with_payload_2'
#define _os_trace_with_payload_2(_t, _f, _1, _p) OS_TRACE_CALL(_t, _p, _f, _1)
                                                 ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Event is NULL");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Event is NULL");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Not a keyboard event");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Not a keyboard event");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Critical Unable to create event tap: make sure Accessibility is enabled");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Developer #Error The monitor is not configured to actively filter events");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error #Developer The system disabled event tap due to %u", aType);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error #Developer Unexpected event of type %u", aType);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error #Developer Unexpected event of type %u", aType);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Not a keyboard event");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Not a keyboard event");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:132:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_error_with_payload("#Error unable to read system key bindings", ^(xpc_object_t d) {
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:467:5: note: expanded from macro 'os_trace_error_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:132:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_error("#Error unable to read system key bindings");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_error("#Error unable to read system key bindings");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:141:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug_with_payload("#Error unable to read user key bindings", ^(xpc_object_t d) {
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:141:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("#Error unable to read user key bindings");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("#Error unable to read user key bindings");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
80 warnings generated.
[28/38] Compiling ShortcutRecorder SRShortcutAction.m
[29/38] Compiling ShortcutRecorder SRKeyEquivalentTransformer.m
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:18:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching info", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:18:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Info is not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Info is not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Info is in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Info is in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:35:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching lookup prefixes", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:35:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Lookup prefixes are not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Lookup prefixes are not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Lookup prefixes are in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Lookup prefixes are in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:52:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug_with_payload("Fetching image name", ^(xpc_object_t d) {
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:463:5: note: expanded from macro 'os_trace_debug_with_payload'
    OS_CONCAT(_os_trace_with_payload, OS_COUNT_ARGS(__VA_ARGS__))(\
    ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:268:25: note: expanded from macro 'OS_CONCAT'
#define OS_CONCAT(x, y) __OS_CONCAT(x, y)
                        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/base.h:267:27: note: expanded from macro '__OS_CONCAT'
#define __OS_CONCAT(x, y) x ## y
                          ^
<scratch space>:52:1: note: expanded from here
_os_trace_with_payload_1
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:86:46: note: expanded from macro '_os_trace_with_payload_1'
#define _os_trace_with_payload_1(_t, _f, _p) OS_TRACE_CALL(_t, _p, _f)
                                             ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Image name is not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Image name is not in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Image name is in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Image name is in cache");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
18 warnings generated.
[30/38] Compiling ShortcutRecorder SRRecorderControlStyle.m
[31/38] Compiling ShortcutRecorder SRShortcutController.m
[32/38] Compiling ShortcutRecorder SRKeyEquivalentModifierMaskTransformer.m
[33/38] Compiling ShortcutRecorder SRCommon.m
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key symbol");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:59:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key symbol");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key symbol");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:82:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key symbol");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error invalid class of the value");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:151:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error invalid class of the value");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error invalid key code");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:158:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error invalid key code");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key code");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyBindingTransformer.m:166:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error unexpected key code");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
10 warnings generated.
[34/38] Compiling ShortcutRecorder SRKeyBindingTransformer.m
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:176:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to create an input source");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:176:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to create an input source");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Input source misses an ID");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:194:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Input source misses an ID");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
                os_trace_debug("Translation cache hit");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:207:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
                os_trace_debug("Translation cache hit");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
                os_trace_debug("Translation cache miss");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:211:17: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
                os_trace_debug("Translation cache miss");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:231:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Unable to translate keyCode %hu and modifierFlags %lu: %d",
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:239:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_debug("#Error No translation exists for keyCode %hu and modifierFlags %lu",
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to create an input source");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:290:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Critical Failed to create an input source");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error Input source misses an ID");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:300:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error Input source misses an ID");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_debug("Updating translation -> key code mapping");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:309:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_debug("Updating translation -> key code mapping");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:351:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:362:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Developer #Error Use SRSymbolicKeyCodeTransformer instead");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:777:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:827:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:877:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid ASCII literal");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:903:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid ASCII literal");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1114:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1157:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid key code");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid ASCII symbol");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1183:13: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
            os_trace_error("#Error Invalid ASCII symbol");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: 'os_trace_type_enabled' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRKeyCodeTransformer.m:1339:9: warning: '_os_trace_with_buffer' is deprecated: first deprecated in macOS 10.13 - use one of the following calls instead: os_log_info, os_log_debug, os_log_error, os_log_fault [-Wdeprecated-declarations]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
38 warnings generated.
[35/38] Compiling ShortcutRecorder SRKeyCodeTransformer.m
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("#Developer drawing background using images");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("#Developer drawing background using images");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:759:72: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSDrawThreePartImage(backgroundFrame, left, center, right, NO, NSCompositeSourceOver, 1.0, self.isFlipped);
                                                                       ^~~~~~~~~~~~~~~~~~~~~
                                                                       NSCompositingOperationSourceOver
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
                                    ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("#Developer drawing background using color");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("#Developer drawing background using color");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:851:71: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    [image drawInRect:cancelButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
                                                                      ^~~~~~~~~~~~~~~~~~~~~
                                                                      NSCompositingOperationSourceOver
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
                                    ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ShortcutRecorder/SRRecorderControl.m:875:70: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    [image drawInRect:clearButtonFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil];
                                                                     ^~~~~~~~~~~~~~~~~~~~~
                                                                     NSCompositingOperationSourceOver
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver;
                                    ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error The control is bound to NSUserDefaults but is not transformed into an allowed CFPreferences value");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is disabled");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is disabled");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is not the first responder");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is not the first responder");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_debug("The control is tracking %lu", self->_mouseTrackingButtonTag);
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Valid and accepted shortcut");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Valid and accepted shortcut");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Delegate rejected");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Delegate rejected");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("Modifier flags %lu rejected", aShortcut.modifierFlags);
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Invalid key code");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Invalid key code");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Cancel via Esc");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Cancel via Esc");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Clear via Delete");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
                os_trace_debug("Clear via Delete");
                ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("Begin recording via Space");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
            os_trace_debug("Begin recording via Space");
            ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:273:9: note: expanded from macro 'os_trace_debug'
        OS_TRACE_CALL(OS_TRACE_TYPE_DEBUG, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
29 warnings generated.
[36/38] Compiling ShortcutRecorder SRRecorderControl.m
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:49:9: note: expanded from macro 'OS_TRACE_CALL'
    if (os_trace_type_enabled(_t)) { \
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:351:1: note: 'os_trace_type_enabled' has been explicitly marked deprecated here
os_trace_type_enabled(uint8_t type)
^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-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]
        os_trace_error("#Error Invalid value for reverse transformation");
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:384:9: note: expanded from macro 'os_trace_error'
        OS_TRACE_CALL(OS_TRACE_TYPE_ERROR, NULL, format, ##__VA_ARGS__)
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:78:9: note: expanded from macro 'OS_TRACE_CALL'
        _os_trace_with_buffer(&__dso_handle, __f, _t, tb, tz, _p);\
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/os/trace.h:487:1: note: '_os_trace_with_buffer' has been explicitly marked deprecated here
_os_trace_with_buffer(void *dso, const char *message, uint8_t type,
^
8 warnings generated.
[37/38] Compiling ShortcutRecorder SRModifierFlagsTransformer.m
Build complete! (4.40s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.