Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for xcode 16.1: using unsupported binding #783

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

gsbernstein
Copy link
Contributor

Status

READY

Description

It seems like this was never fully supported by swift but they've recently added an error for it

...MeetingBar/Views/Shared.swift:59:9 Binding multiple 'let' stored properties from a single initializer expression in a struct is unsupported

https://github.com/swiftlang/swift/blob/ec8558942c42ce87baeef5aa32a2b6f43cb66001/lib/Sema/TypeCheckStorage.cpp#L576

Checklist

Steps to Test or Reproduce

Build on xcode 16.1

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Nov 20, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 21, 2024
@leits leits merged commit 2bae0b4 into leits:master Dec 21, 2024
8 checks passed
@gsbernstein gsbernstein deleted the fix-xcode-16.2 branch January 7, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants