Declaring empty dictionaries in Xcode 8 and Swift 3

Is the syntax for declaring a dictionary on p. 32 still valid in Swift 3 under Xcode 8?

The reason I ask is shown in the image below:

The fifth declaration does not return [:]…is this a problem?