SDK 4.1.6 generating new errors and warnings ??

My app builds without complaint using SDK 4.1.5

I tried out SDK 4.1.6 today and got a long list of errors and warnings and a failed build

Typical errors are:

Could not find method

Invalid '$.Toybox.Lang.Number' passed as parameter 2 of type '$.Toybox.Lang.Symbol'.

Object of type 'Void' does not match return type 'Void'.

Cannot find symbol

Invalid '$.Toybox.Lang.Method() as Any' passed as parameter 1 of type '$.Toybox.Lang.Method() as Void'

Typical warnings are:

Cannot determine if container assignment is using container type.

Cannot determine if container access is using container type.

Can someone provide guidance here ?

Thanks