How to reproduce:
- Create a new project
- In the Edit > Project Settings > Player > Other Settings, set Scripting Backend to IL2CPP
- In the Build Settings window, click Build and build the project for macOS
- Open the project's "Library/Bee/buildreport.json" in a text editor and replace one event's "dur" value with 18446744073709550000
- In the Terminal, run "<UnityEditor>/Contents/il2cpp/build/deploy/Analytics --project-directory=<project path> --build-event-id=test --output-path=out.json"
- Observe the output in the Terminal
Actual result: The Analytics tool exits with "Unhandled exception. System.Text.Json.JsonException: The JSON value could not be converted to System.Int64" at Analytics.IBP.BuildReport.BuildReportData.Load
Expected result: The Analytics tool parses "buildreport.json" and completes without exceptions
Reproducible with: 6000.0.0f1, 6000.0.82f1, 6000.3.22f1, 6000.5.9f1, 6000.6.0b9, 6000.7.0a5
Reproducible on: macOS 26.6.1 (M1 Max)
Not reproducible on: No other environments tested