<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TupleContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12TupleContentV"
  },
  "title" : "TupleContent"
}
-->

# TupleContent

Content created from a tuple of content to be treated as siblings.

```
@frozen struct TupleContent<each Content>
```

## Overview

You will rarely, if ever, need to create a `TupleContent` directly.
Instead, `TupleContent` will be constructed on your behalf when using a
`ContentBuilder`.

This type should be conformed to builder DSL protocols to represent tuple
content in that DSL.

`TupleContent` defines a `body` property of type `Never` to improve the
ergonomics of conforming to multiple DSL protocols, which should all use
`Never` as the universal “primitive body” type.

## Topics

### Creating tuple content

[`init(_:)`](/documentation/SwiftUI/TupleContent/init(_:))

### Getting tuple content

[`content`](/documentation/SwiftUI/TupleContent/content)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)