<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WiFiAware",
  "identifier" : "/documentation/WiFiAware/WAEndpoint/performanceForecast",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Wi-Fi Aware"
    ],
    "preciseIdentifier" : "s:9WiFiAware10WAEndpointV19performanceForecastSDyAA17WAPerformanceModeOAA0gF0VGvp"
  },
  "title" : "performanceForecast"
}
-->

# performanceForecast

The forecasted performance for connections setup to the remote device, per WAPerformanceMode.

```
let performanceForecast: [WAPerformanceMode : WAPerformanceForecast]
```

## Discussion

This estimation makes certain worst case assumptions about the remote device when calculating performance. A more accurate performance report is available though WAPerformanceReport after a connection is setup.
Returns an empty dictionary if the forecast cannot be estimated.

---

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)