SwiftPM with Git LFS

Are there any known issues with using Git LFS with SwiftPM in Xcode? I did some testing and found the following: I first tried tracking a very small file in a Swift Package via Git LFS. Xcode successfully adds this package as a dependency in a new Xcode project. However, the actual file isn't do…