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

# buildBlock(_:_:)

## Declaration

```swift
static func buildBlock<C0, C1>(_ c0: C0, _ c1: C1) -> some SliderTickContent<V> where V == C0.Value, C0 : SliderTickContent, C1 : SliderTickContent, C0.Value == C1.Value

```
