Huh? You can already create keys on Secure Enclave
When you store a private key in the Secure Enclave, you never actually handle the key, making it difficult for the key to become compromised. Instead, you instruct the Secure Enclave to create the key, securely store it, and perform operations with it. You receive only the output of these operations, such as encrypted data or a cryptographic signature verification outcome.
Maybe they're missing the SecKeyAlgorithm used for generating the keys? I'm not proficient in cryptography :)