You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error after updating my GitHub Actions workflow to use Xcode 13.4:
Cloning and building inline dependencies: import DangerSwiftCoverage // package: https://github.com/f-meloni/danger-swift-coverage.git, this might take some time.
Updating packages...
Using https://github.com/f-meloni/danger-swift-coverage.git latest major:1
Updating packages...
ERROR: keyNotFound(CodingKeys(stringValue: "object", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"object\", intValue: nil) (\"object\").", underlyingError: nil))
I'm getting the following error after updating my GitHub Actions workflow to use Xcode 13.4:
To reproduce, include this in your workflow:
Any ideas how to resolve this?
The text was updated successfully, but these errors were encountered: