The code extension ARAnchor: Codable {} produces the error:
extension ARAnchor: Codable {}
\"Implementation of \'Decodable\' cannot be automatically synthesized in an extension in a d
Synthesizing conformace to Codable, Equatable and Hashable in different source files is currently not supported by the Swift compiler, AFAICT. See https://bugs.swift.org/browse/SR-6101 for the issue tracking this.
Codable
Equatable
Hashable