Is it Swift package or Swift Package?

The documentation always refer to it as just a Swift package, but I see it as a specific format for containing Swift code that SPM requires, so I think of it as a Swift Package. What am I missing?

I think it depends on context: If you speak plain English, you say "Swift package", but if you speak Swift language, you say "Package" - capitalized because it's a type.

1 Like