<div dir="ltr">Hi,<div><br></div><div>I&#39;m currently working on SR-1115, adding initializers to Int and Uint to convert from UnsafePointer, and after making my changes, the SourceKit/DocSupport/doc_swift_module.swift tests are failing. (Failures attached).</div><div><br></div><div>Presumably this is because the new initializers affect the SourceKit mappings, but unfortunately, it looks like most of the changes are to key offsets, and while most of the offsets have increased by 115, not all of them have, and I&#39;m not even sure increasing the offsets by 115 is the correct change. I could just make the test pass by increasing the offsets as shown in the test failure, I&#39;m worried that this could end up creating an invalid test case, which in the worst case could hide SourceKit problems in the future.</div><div><br></div><div>Since any changes to the standard library probably affect these tests, I was wondering what the best way to resolve these failures is. Thanks.</div></div>