Skip to content

Fix warnings in Xcode 26#589

Merged
watt merged 2 commits intomainfrom
jszumski/fix-warnings
Oct 8, 2025
Merged

Fix warnings in Xcode 26#589
watt merged 2 commits intomainfrom
jszumski/fix-warnings

Conversation

@jszumski
Copy link
Contributor

Fixes 3 warnings in Xcode 26:

Blueprint/Package.swift:6:15 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
Blueprint/BlueprintUICommonControls/Sources/AttributedLabel.swift:832:48 Expression implicitly coerced from 'AttributedLabel.LabelView?' to 'Any'
Blueprint/BlueprintUICommonControls/Sources/AttributedLabel.swift:893:1 Extension declares a conformance of imported type 'UIOffset' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

@jszumski jszumski requested a review from a team as a code owner September 19, 2025 04:37
Copy link
Collaborator

@watt watt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind adding a changelog entry under the Fixed section?

@jszumski jszumski force-pushed the jszumski/fix-warnings branch from e4f76d7 to 33bb315 Compare September 22, 2025 16:52
@jszumski
Copy link
Contributor Author

Updated!

@watt watt merged commit 34d2f26 into main Oct 8, 2025
8 checks passed
@watt watt deleted the jszumski/fix-warnings branch October 8, 2025 21:12
maxg-square added a commit that referenced this pull request Nov 27, 2025
* main:
  chore: Release 6.5.0 (#600)
  refactor: Migrate Accessibility Infrastructure from Market Design System (#593)
  chore: Release 6.4.0 (#599)
  Adding safe area edge detection for the scrollableAxes behavior (#596)
  Reverting the change to remove accessibility traits on the AttributedLabel (#597)
  Update changelog for 6.3.1 release (#591)
  Fix warnings in Xcode 26 (#589)
  Apply empty accessibility traits to AttributedLabel if supplied traits is nil
  Bump rexml from 3.3.9 to 3.4.2
maxg-square added a commit that referenced this pull request Nov 27, 2025
* maxg/cache_1_equivalency:
  chore: Release 6.5.0 (#600)
  refactor: Migrate Accessibility Infrastructure from Market Design System (#593)
  chore: Release 6.4.0 (#599)
  Adding safe area edge detection for the scrollableAxes behavior (#596)
  Reverting the change to remove accessibility traits on the AttributedLabel (#597)
  Update changelog for 6.3.1 release (#591)
  Fix warnings in Xcode 26 (#589)
  Apply empty accessibility traits to AttributedLabel if supplied traits is nil
  Bump rexml from 3.3.9 to 3.4.2
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

Successfully merging this pull request may close these issues.

2 participants