Why Isn’t Apple DRY?

After looking through some of the sample applications and templates generated from XCode (specifically for Core Data), I am a bit confused why the Apple engineers insist on repeating themselves. For example:

Is better written as:

Just a minor complaint.