public struct Location { public let x: UInt64 public let y: UInt64 public let z: UInt64 }