Jon Kneller

Results 14 comments of Jon Kneller

Just looked in more detail and it appears that it's being serialised this way in both alpha 1 and 4, but alpha 4 is failing when attempting to read it...

Ah that makes sense, thank you for the very swift investigation and explanation. I wish I had time to contribute to the project more directly, but sadly life has other...

I've updated the description above following our discovery that Auth.getCurrentUser() is returning nil when the underlying AWSMobileClient is reporting currentUserState = signedIn

I'd like to see this merged. I've confirmed the PRODUCT_MODULE_NAME environment variable would be available to SwiftGen without being explicitly configured (I modified the value in my project file's build...

@st4rrk have you tried adding the `${DERIVED_SOURCES_DIR}/` prefix to your output files or output_dir in the yml as described in the README? https://github.com/SwiftGen/SwiftGenPlugin#add-a-swiftgen-config

@st4rrk this PR only updates the build tool plugin, and unfortunately build tool plugins aren't permitted to write the source directory. Command plugins are permitted to do this once you...

We are looking at migrating from our own hand-rolled code generation to this library, and for some of our APIs we are also encountering this issue. Here's an example schema...

I've just been able to dig into this, and in our specific case the issue is that we use [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) and it defauts its mime type to `*/*` (https://springdoc.org/core-properties.html). I'm...

+1 for this. I wish I'd seen this sooner as I did a parallel investigation in https://github.com/pointfreeco/swift-snapshot-testing/issues/710 on Bitrise.

Thanks for the response. The issue persists with the new branch. I hit the following breakpoint: ![Image](https://github.com/user-attachments/assets/d44c8699-c0e0-466d-965d-74a5b7f6947a) I think I understand what's happening though: We recently removed `auth.plugins.awsCognitoAuthPlugin.CredentialsProvider.CognitoIdentity` from our...