<!--
{
  "availability" : [
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/AnchorUpdateSequence",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit20AnchorUpdateSequenceV"
  },
  "title" : "AnchorUpdateSequence"
}
-->

# AnchorUpdateSequence

An asynchronous sequence of updates to anchors.

```
struct AnchorUpdateSequence<AnchorType> where AnchorType : Anchor
```

## Topics

### Performing sequence operations

[`struct Iterator`](/documentation/ARKit/AnchorUpdateSequence/Iterator)

### Instance Methods

[`func makeAsyncIterator() -> AnchorUpdateSequence<AnchorType>.Iterator<AnchorType>`](/documentation/ARKit/AnchorUpdateSequence/makeAsyncIterator())

Creates an asynchronous iterator that produces `AnchorUpdate` elements on this asynchronous sequence.

## Relationships

### Conforms To

[`AsyncSequence`](/documentation/Swift/AsyncSequence)

---

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)