org.eclipse.jdt.internal.core.SourceMapper has changed its API between org.eclipse.jdt.core 3.12.x (Neon) and 3.13.x (Oxygen) as it works fine for me in the former but fails when trying to compile in Oxygen.
Adding a max version on that dependency should do the trick for now. At least it would be clear why it doesn't compile.