My app using SPM package dependencies used to throw a different error on Xcode 13.2.1. When I switched to use Xcode 13.3, I suddenly started getting
Error: missingKey("url")
Has something changed with Package.swift
syntax in Xcode 13.3 that would give this error? The app builds with a script from command line.