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

# buildBlock(_:)

Combines statement blocks into a single product.

## Declaration

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

## See Also

### Result builder methods

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