---
title: "buildBlock(_:_:_:_:_:_:_:_:_:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/tablerowbuilder/buildblock(_:_:_:_:_:_:_:_:_:)"
---

# buildBlock(_:_:_:_:_:_:_:_:_:)

Creates a row result from nine sources.

## Declaration

```swift
static func buildBlock<C0, C1, C2, C3, C4, C5, C6, C7, C8>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3, _ c4: C4, _ c5: C5, _ c6: C6, _ c7: C7, _ c8: C8) -> TupleTableRowContent<Value, (C0, C1, C2, C3, C4, C5, C6, C7, C8)> where Value == C0.TableRowValue, C0 : TableRowContent, C1 : TableRowContent, C2 : TableRowContent, C3 : TableRowContent, C4 : TableRowContent, C5 : TableRowContent, C6 : TableRowContent, C7 : TableRowContent, C8 : TableRowContent, C0.TableRowValue == C1.TableRowValue, C1.TableRowValue == C2.TableRowValue, C2.TableRowValue == C3.TableRowValue, C3.TableRowValue == C4.TableRowValue, C4.TableRowValue == C5.TableRowValue, C5.TableRowValue == C6.TableRowValue, C6.TableRowValue == C7.TableRowValue, C7.TableRowValue == C8.TableRowValue
```

## See Also

### Building a row from sources

- [buildBlock(_:)](swiftui/tablerowbuilder/buildblock(_:).md)
- [buildBlock(_:_:)](swiftui/tablerowbuilder/buildblock(_:_:).md)
- [buildBlock(_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:).md)
- [buildBlock(_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:).md)
- [buildBlock(_:_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:_:).md)
- [buildBlock(_:_:_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:_:_:).md)
- [buildBlock(_:_:_:_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:_:_:_:).md)
- [buildBlock(_:_:_:_:_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:_:_:_:_:).md)
- [buildBlock(_:_:_:_:_:_:_:_:_:_:)](swiftui/tablerowbuilder/buildblock(_:_:_:_:_:_:_:_:_:_:).md)
