I've copied the code as the video was coming along, and getting this error:
error: type 'any Animal' cannot conform to 'Animal'
note: only concrete types such as structs, enums and classes can conform to protocols
note: required by instance method 'feed' where 'some Animal' = 'any Animal'
is this functionality not yet available in Xcode 14b1?