@FunctionBuilder in Xcode 11

I would have thought that Xcode 11 supports @FunctionBuilder, especially since SwiftUI is using it. Is Swift eventually going to support this as an attribute that anyone can use, or does it come with the import of some library (and if so, which one)?

It is supported, you have to use the @_functionBuilder attribute.