request.body = try await Data(buffer: ByteBuffer(
contentsOf: filePath,
maximumSizeAllowed: .gibibytes(.max)
))
Thread 5 Crashed:: NIO-SGLTN-0-#4
0 0x104f0e510 Swift runtime failure: arithmetic overflow + 0 [inlined]
1 0x104f0e510 static ByteCount.gibibytes(_:) + 76 (ByteCount.swift:79)
but it shouldn't.