Fixes
- Package now builds and tests standalone. The
DicyaninARKitSessionTeststarget was declared inPackage.swiftbut noTests/directory shipped, causing SwiftPM to fall back toSources/and fail to resolve with an overlapping sources error. A real test target is now included soswift build/swift testand opening the package directly in Xcode work. - Closed an unterminated code fence in the README installation snippet and bumped the example version.
- Removed a stray
vgit tag.
The library code itself was unaffected and continues to compile cleanly for visionOS.