如果没有swift 3中的更多上下文,为什么这个元组含糊不清?

Cos*_*ows 3 xcode tuples ios swift

在查看几个月前运行的代码之后,可以解释一下如何修复此错误吗?显示的错误显示"表达式的类型不含更多上下文".

var products = [("Kayak","A boat for one person","Watersports",275.0,10),
                ("Lifejacket","Protective and fashionable","Watersports",48.95,14),
                ("Soccer Ball","FIFA-approved size and weight","Soccer",19.5,32),
                ("Corner Flags","Give your playing field a professional touch","Soccer",34.95,1),
                ("Stadium","Flat-packed 35,000-seat stadium","Soccer",79500.0,4),
                ("Improve your brain efficiency by 75%","Chess",16.0,8),
                ("Unsteady Chair","Secretly give your opponent a disadvantage","Chess",29.95,3),
                ("Human Chess Board","A fun game for the family","Chess",75.0,2),
                ("Bling-Bling King","Gold-plated,diamon-studded King","Chess",1200.0,4)]
Run Code Online (Sandbox Code Playgroud)

Dav*_*ter 5

这一行:

("Improve your brain efficiency by 75%","Chess",16.0,8),

只有2个字符串而不是3个.活动的名称(?)似乎缺失了.