Validations

main

Validations framework for Swift
siemensikkema/Validations

Validations

CI

Type-safe and composable validations with versatile output.

Installation

Add Validations to your Package.swift file.

dependencies: [
    ...
    .package(url: "https://github.com/siemensikkema/Validations.git", from: "0.2.0"),
]
...
targets: [
    .target(
        name: "MyTarget",
        dependencies: [
            ...
            "Validations",
        ]
    )
]

Import Decoded and Validations to any file you want to use this library in.

import Decoded
import Validations

Documentation

This library's documentation is created using DocC and can be found here.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Fri Feb 20 2026 10:24:38 GMT-1000 (Hawaii-Aleutian Standard Time)