Rare find

Swift TOML. Read and write configuration files in a human-friendly format.

github.com/mattt/swift-toml

Vaya's read on this project

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

Updates

February 2026
  • Release —2.0.0
  • Bump version to 2.0.0
  • Replace C++ interop with pure C bridge layer + automation (#3)
December 2025
  • Update README
  • Release —1.0.0
  • Add CI workflow (#1)
  • Fix decoding limits and tests
  • Add test coverage to decoding limit enforcement
  • Enforce all decoding limits
  • Update README documentation of default decoding limits
  • Match JSONEncoder/JSONDecoder API conventions
  • Allow go executable to be redefined by GO environment variable
  • Define NDEBUG instead of redefining assertion macros
  • Add toml-test harness
  • Add .gitattributes
  • Initial implementation
  • Add .swift-format
  • swift package init