---
title: DailyWeatherSummary
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/dailyweathersummary
---

# DailyWeatherSummary

A structure that holds a collection of day weather summaries.

## Declaration

```swift
struct DailyWeatherSummary<T> where T : Decodable, T : Encodable, T : Equatable, T : Sendable
```

## Topics

### Instance Properties

- [days](weatherkit/dailyweathersummary/days.md)
- [endIndex](weatherkit/dailyweathersummary/endindex.md)
- [metadata](weatherkit/dailyweathersummary/metadata.md)
- [startIndex](weatherkit/dailyweathersummary/startindex.md)

### Subscripts

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

## Relationships

### Conforms To

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