---
title: WeatherChanges
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/weatherchanges
---

# WeatherChanges

A structure that represents the Weather Change forecast. It provides a qualitative assessment of whether upcoming weather is significantly different from prior conditions.

## Declaration

```swift
struct WeatherChanges
```

## Topics

### Instance Properties

- [changes](weatherkit/weatherchanges/changes.md)
- [endIndex](weatherkit/weatherchanges/endindex.md)
- [metadata](weatherkit/weatherchanges/metadata.md)
- [startIndex](weatherkit/weatherchanges/startindex.md)

### Subscripts

- [subscript(_:)](weatherkit/weatherchanges/subscript(_:).md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)
