A fast, Swift-native, minimal dependency library that fully implements TOML spec 1.1.0.
structTeam:Codable{structPlayer:Codable{letid:Stringlethealth:IntletjoinDate:Date}letplayers:[Player]}letteam=tryTOMLDecoder().decode(Team.self, from: tomlData)Read the documentation to get started.
MIT. See LICENSE.md.