Changes in PR #12072 fixed compiler bug related to enforcing of structural checks between return type and contextual type, which uncovered a bug in AsyncNinja project where return type of the closure doesn't match contextual type - `value:` vs. `date:` labels.
/Users/buildnode/jenkins/workspace-private/swift-PR-source-compat-suite/project_cache/AsyncNinja/Sources/iOS.swift:653:40: error: expression type '(date: _, isAnimated: _)' is ambiguous without more context
customGetter: \{ (date: $0.value, isAnimated: false) },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 942e737fd1cf2fffc22d39b41c71eb36
Issue Description:
Changes in PR #12072 fixed compiler bug related to enforcing of structural checks between return type and contextual type, which uncovered a bug in AsyncNinja project where return type of the closure doesn't match contextual type - `value:` vs. `date:` labels.
The text was updated successfully, but these errors were encountered: