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

# buildBlock(_:)

## Declaration

```swift
static func buildBlock<each Content>(_ content: repeat each Content) -> TupleStoreContent<repeat each Content> where repeat each Content : StoreContent
```

## See Also

### Building store content

- [buildEither(first:)](storekit/storecontentbuilder/buildeither(first:).md)
- [buildEither(second:)](storekit/storecontentbuilder/buildeither(second:).md)
- [buildExpression(_:)](storekit/storecontentbuilder/buildexpression(_:).md)
- [buildIf(_:)](storekit/storecontentbuilder/buildif(_:).md)
- [buildLimitedAvailability(_:)](storekit/storecontentbuilder/buildlimitedavailability(_:).md)
- [TupleStoreContent](storekit/tuplestorecontent.md)
