---
title: "buildBlock(_:)"
framework: speech
role: symbol
role_heading: Type Method
path: "speech/sfcustomlanguagemodeldata/templateinsertablebuilder/buildblock(_:)"
---

# buildBlock(_:)

Combines statement blocks into a single product.

## Declaration

```swift
static func buildBlock(_ components: any TemplateInsertable...) -> any TemplateInsertable
```

## See Also

### Result builder methods

- [buildArray(_:)](speech/sfcustomlanguagemodeldata/templateinsertablebuilder/buildarray(_:).md)
- [buildEither(first:)](speech/sfcustomlanguagemodeldata/templateinsertablebuilder/buildeither(first:).md)
- [buildEither(second:)](speech/sfcustomlanguagemodeldata/templateinsertablebuilder/buildeither(second:).md)
- [buildOptional(_:)](speech/sfcustomlanguagemodeldata/templateinsertablebuilder/buildoptional(_:).md)
