次のような私のコードスニペット…:
let defaultRouteReachability = withUnsafePointer(to: &zeroAddress) {
SCNetworkReachabilityCreateWithAddress(nil, UnsafePointer($0))
}
…私が理解できない次のエラーでコンパイルされなくなりました:
"'init' is unavailable: use 'withMemoryRebound(to:capacity:_)' to temporarily view memory as another layout-compatible type."
それを修正するにはどうすればよいですか?