2 "name": "PointFree-Validated",
4 "summary": "A result type that accumulates multiple errors.",
5 "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.",
6 "homepage": "https://github.com/pointfreeco/swift-validated",
9 "Stephen Celis": "stephen@stephencelis.com",
10 "Brandon Williams": "mbw234@gmail.com"
12 "social_media_url": "https://twitter.com/pointfreeco",
14 "git": "https://github.com/pointfreeco/swift-validated.git",