SE-0289: Function Builders

Even further, Swift doesn't shy away from adding verbosity to avoid unintended usage and collision with existing names, e.g. callAsFunction (SE-0253), and I believe that opinion still stands today.

That said, it doesn't necessarily apply to function builder. The builder already needs to apply @functionBuilder, and the chance of collision would be very low. Still, clarity over brevity is a very normally Swifty thing to say.