Rare find

Configuration TOML. Load settings from TOML files into Swift apps.

github.com/mattt/swift-configuration-toml

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2026
  • Update README
  • Release —2.0.0
  • Use swift-toml without C++ interoperability mode (#5)
December 2025
  • Release —1.1.0
  • Revert "Remove package dependency workarounds" (#4)
  • Add `ReloadingTOMLProvider` type alias (#3)
  • Release —1.0.0
  • Decode TOML date/time values (#2)
  • Update example usage in README
  • Add LICENSE
  • Add missing swiftSettings in package dependency declaration
  • Fix Xcode version requirement
  • Update description in README
  • Add CI workflow (#1)
  • Remove comments from Package.swift
  • Rename library target to ConfigurationTOML
  • Harmonize documentation comments
  • Refactor implementation of TOMLSnapshot
  • Reorganize TOMLSnapshot declarations
  • Simplify implementation of TOMLProvider
  • Initial implementation