---
title: "buildEither(second:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/tabcontentbuilder/buildeither(second:)"
---

# buildEither(second:)

## Declaration

```swift
static func buildEither<T, F>(second: F) -> _ConditionalContent<T, F> where TabValue == T.TabValue, T : TabContent, F : TabContent, T.TabValue == F.TabValue
```
