iDylanK
iDylanK
### Use case When using the following conversion strategies: ``` "conversionStrategies": { "enumCases": "camelCase", "fieldAccessors": "camelCase" } ``` all queries and types are generated using snake case. Furthermore, because of...
# Description: Sourcery crashes (fatalError) when the following configuration is used in a Swift Package's Package.swift file: swiftLanguageVersions: [.v6], swiftLanguageMode: [.v6] ## Steps to Reproduce Create a Swift Package and...
**Description:** When running tests with swift test, the process name is set to swiftpm-testing-helper. Currently, the isTest check does not detect this case, which causes test-specific logic to fail under...