for in index 平成30年3月20日(火曜日) for (index, country) in countryArray.enumerated() { print(index, country) } 以下参考リンク for in文で、indexを取得する方法