Swift Assertion Failure Message not available

For our MacOS app, we are receiving crash reports following an assertion failure.
However the associated assertion failure message is not displayed anywhere. Can you let me know where that information is supposed to be displayed ?

Example:
This is the Swift code used to generate that assertion failure.

fatalError("Cannot migrate the provided provider")