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

Unable to Compile on Xcode 16.3 Beta 1 (16E5104o) #6

Open
yishair-investing opened this issue Feb 28, 2025 · 1 comment
Open

Unable to Compile on Xcode 16.3 Beta 1 (16E5104o) #6

yishair-investing opened this issue Feb 28, 2025 · 1 comment

Comments

@yishair-investing
Copy link

yishair-investing commented Feb 28, 2025

public func accessibilityPriority(
    for tag: some RawRepresentable<BinaryInteger>
  ) -> some View {
    self.accessibilitySortPriority(Double(tag.rawValue))
  }

in AccessibilityPriorities.swift

gets the error when trying to compile:

Use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'

Using latest version 6.23.2 via SPM

@rsbooster
Copy link
Collaborator

Thanks for the report, fix is expected in couple of days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants