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

# buildBlock(_:)

Passes a single transfer representation to the builder unmodified.

## Declaration

```swift
static func buildBlock<Content>(_ content: Content) -> Content where Item == Content.Item, Content : TransferRepresentation
```

## See Also

### Building a transfer representation

- [buildExpression(_:)](coretransferable/transferrepresentationbuilder/buildexpression(_:)-3z8sl.md)
- [buildExpression(_:)](coretransferable/transferrepresentationbuilder/buildexpression(_:)-6qtdp.md)
