swift3でのエラーValue of type 'JiNode' has no member 'index' Jul 11, 2019 swift2からswift3にconvertしたところ、JiNodeについてValue of type 'JiNode' has no member 'index'というエラーが出ました。 indexの代わりに何を使えば良いかわかる方いましたら教えてください。 該当のソースコードは以下の通りです。 index = child.index(index, offsetBy: substr.characters.count)