See title. I want to create the data files for my CLI application preferably in ~/ or ~/config, but predefined Swift FileManager.default.url() doesn't seem to have it.
.homeDirectoryForCurrentUser seems to be available only for macOS Sierra and later.
Any ideas?