The Swift API Design Guidelines are crystal clear.
Brevity in Swift code, where it occurs, is a side-effect of the strong type system and features that naturally reduce boilerplate.
Writing compact code is a non-goal. But, often times, it just happens.