Values.AutomatedReasoningPolicyBuildStepMessageSourceRepresents a message generated during a build step, providing information about what happened or any issues encountered.
type nonrec t = {message : String_.t option;The content of the message, describing what occurred during the build step.
*)messageType : AutomatedReasoningPolicyBuildMessageType.t option;The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.
*)}