danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.04k stars 135 forks source link

Monterey support #532

Closed 417-72KI closed 1 year ago

417-72KI commented 1 year ago

ref: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

417-72KI commented 1 year ago

NOTE: Since Swift 5.6 Package.resolved's version has been updated to 2 (ref), and causes

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))

TODO: fix PackageDataProvider.resolvePinnedPackages(generatedFolder:) to apply Package.resolved version 2.