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

# buildEither(second:)

## Declaration

```swift
static func buildEither<TrueContent, FalseContent>(second: FalseContent) -> _ConditionalContent<TrueContent, FalseContent> where TrueContent : StoreContent, FalseContent : StoreContent
```

## See Also

### Building store content

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