Trying to use SVGView to create simple shape according to sample code. ```swift HStack { let circle = SVGCircle(cx: 30, cy: 30, r: 30) circle.fill = SVGColor.black // Type '()' cannot conform to 'View' ```