The current stable macOS version, 26.1 (build 25B78) is missing a corresponding Kernel Debug Kit (KDK) on the developer downloads page.
This means I can't do any kernel-level development tasks currently. For example, if I try to build a new kernel collection with kmutil I get the message
Missing Developer Kit: As of macOS 13.0, you will need to install a KDK matching your build 25B78 to rebuild kernel collections.
but there is no build 25B78 KDK available to download. The latest 26.1 KDK on the download page is 25B5062e (from a beta I believe) and the final stable KDK for build 25B78 (which kernel development tools require) was never published.
Is there any workaround for this to correctly do kernel-level development targeting the latest stable release, or a timeline for when the KDK will release?
Thanks!