A Swift macro that automatically generates CodingKeys enums for Codable structs, classes and actors. It converts property names from camelCase to snake_case by default and supports custom key mapping via the @KeyAlias("custom_key") attribute. No more manual key mapping—just annotate and go.
AutoKey
1.0.1
A Swift macro that automatically generates CodingKeys enums for Codable structs, classes and actors.
				
					What's New
Support class and actor
2025-09-18T04:56:38Z
What's Changed
- fix: expose key alias macro by @andre-tirta in #1
- support class and actor by @andre-tirta in #2
New Contributors
- @andre-tirta made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1