Swift Package Naming Conventions

Good question! Thanks for opening this thread.

IMHO I prefer CamelCase. That's what the modules are usually doing, so you can import CamelCase, and I prefer when a package name is the same as the module name.

EDIT: My comment was referring to this SE-0226: Package Manager Target Based Dependency Resolution but reading it again I'm not sure it applies. Sorry for that.

3 Likes