<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TableRowBuilder/buildBlock(_:_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15TableRowBuilderV10buildBlockyAA05TuplecD7ContentVyxqd___qd_0_qd_1_qd_2_tGqd___qd_0_qd_1_qd_2_t0cD5ValueQyd__RszAA0cdI0Rd__AaJRd_0_AaJRd_1_AaJRd_2_AHQyd_0_AIRSAHQyd_1_AKRSAHQyd_2_ALRSr2_lFZ"
  },
  "title" : "buildBlock(_:_:_:_:)"
}
-->

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

Creates a row result from four sources.

```
@export(implementation) static func buildBlock<C0, C1, C2, C3>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3) -> TupleTableRowContent<Value, (C0, C1, C2, C3)> where Value == C0.TableRowValue, C0 : TableRowContent, C1 : TableRowContent, C2 : TableRowContent, C3 : TableRowContent, C0.TableRowValue == C1.TableRowValue, C1.TableRowValue == C2.TableRowValue, C2.TableRowValue == C3.TableRowValue
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)