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

# buildBlock(_:)

Builds flat array from a variadic set of arrays

## Declaration

```swift
static func buildBlock(_ components: [any OnDiskConstraint]...) -> [any OnDiskConstraint]
```
