Avatar
norio_nomura 7/3/2019 11:47 PM
Swift 5.1では、Function Builderはプライベート機能扱いになるらしい。 https://forums.swift.org/t/function-builders/25167/341
This bug will be fixed in the 5.1 release (https://github.com/apple/swift/pull/25944). Note that unfortunately function builders will remain a private feature in 5.1; we'll have to maintain compatibility with existing code that uses the @_functionBuilder attribute, but we ca...