CGRectMake, CGPointMake, CGSizeMake, CGRectZero, CGPointZero não está disponível no Swift

Após converter o código para o mais recente swift 3.0, este erro é mostrado.

Diga-me também a solução paraCGSize = CGSizeMake(0,0)

static var frameAtStartOfPan: CGRect = CGRectZero
static var startPointOfPan: CGPoint = CGPointZero

O que também está indisponível.