After importing the library through Swift Package manager, Xcode 14 is returning us the following errors: <img width="351" alt="Screen Shot 2022-10-05 at 12 16 20" src="https://user-images.githubusercontent.com/1285953/194037870-d6ee05d3-d0c2-484e-8172-9ba9c5e86a71.png"> I suppose the `CGSize.zero` issues can be solved by importing `CoreGraphics` but `Display` needs to explicitly conform `Equatable`.