PDFKit PDFPage.setBounds(_:for:) returns unexpected results in Xcode16

In XCode15, if you specify mediaBox for PDFDisplayBox, the page will be shrunk to fit the specified range. However, in XCode16, the page is cropped to fit the specified range, as when cropBox is specified for PDFDisplayBox.

I think it's a bug because the setBounds documentation hasn't been updated, but has anyone had the same problem? Please let me know if there are any workarounds.

PDFKit PDFPage.setBounds(_:for:) returns unexpected results in Xcode16
 
 
Q