SDK Generation Fails at Stage 20 When Adding Second Ontology Object Type

I’m currently working on a Foundry Workshop demo that uses multiple ontology object types to power function-backed properties and linked tables. When I add a second ontology object type to my code repository, Foundry prompts me to generate a new SDK. The generation process runs normally through most of the stages but consistently fails near stage 20 of the log without any explicit error message. The failure occurs during the @osdk/foundry-sdk-generator installation or metadata-writing steps, with the message “Failed to create new SDK version.” There are no additional details in the Developer Console or build output beyond standard info-level messages.

Given that the process always fails silently at the same point, it seems to be an issue related to multi-object imports or ontology link resolution. I’d appreciate it if someone could tell me how i can confirm whether this corresponds to a known issue during SDK generation and, how I can review the backend SDK generation logs for the repository to identify where the process is stalling.

Thanks!