2 "name": "PointFree-Validated",
3 "module_name": "Validated",
5 "summary": "A result type that accumulates multiple errors.",
6 "description": "Swift error handling short-circuits on the first failure. Because of this, it's not the greatest option for handling things like form data, where multiple inputs may result in multiple errors.\n\nValidated is a Result-like type that can accumulate multiple errors.",
7 "homepage": "https://github.com/pointfreeco/swift-validated",
10 "Stephen Celis": "stephen@stephencelis.com",
11 "Brandon Williams": "mbw234@gmail.com"
13 "social_media_url": "https://twitter.com/pointfreeco",
15 "git": "https://github.com/pointfreeco/swift-validated.git",