<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_report_resolution_source_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@EA@nw_report_resolution_source_t"
  },
  "title" : "nw_report_resolution_source_t"
}
-->

# nw_report_resolution_source_t

Sources that may provide DNS responses.

```
struct nw_report_resolution_source_t
```

## Topics

### Resolution Sources

[`nw_report_resolution_source_query`](/documentation/Network/nw_report_resolution_source_query)

The DNS response was received from the network.

[`nw_report_resolution_source_cache`](/documentation/Network/nw_report_resolution_source_cache)

The DNS response was retrieved from a local cache.

[`nw_report_resolution_source_expired_cache`](/documentation/Network/nw_report_resolution_source_expired_cache)

The DNS response had expired and was retrieved from a local cache.

## Relationships

### Conforms To

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

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

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

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

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

---

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)