Fixed
- Fixed concurrency crash in
compileGraphQLResulton Swift 6.3/macOS 26 (#929): Serializedasync letcalls incompileGraphQLResultto work around a Swift concurrency runtime crash triggered when code generation is used in anAsyncParsableCommand. See PR #942. Thank you to @m4p for the contribution.