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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gsbernstein
Copy link

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
init() {
(noAlertStyle, disabled) = checkNotificationSettings()
}

Check warning

Code scanning / Swiftlint (reported by Codacy)

Lines should not have trailing whitespace. Warning

Lines should not have trailing whitespace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant