pointfreeco / swift-issue-reporting

Report issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and do so in a testable manner.
https://www.pointfree.co
MIT License
391 stars 64 forks source link

fix deprecated parameter name #111

Closed zunda-pixel closed 1 month ago

zunda-pixel commented 2 months ago

I confirmed Xcode 16.1 beta 1(16B5001e) can build this code.

@stephencelis Does Package@swift-6.0.swift need swiftLanguageModes?

stephencelis commented 2 months ago

@zunda-pixel The main issue is that swiftLanguageModes doesn't build in Xcode 16 beta 4 and below, so this would break for folks that haven't updated to the latest Xcode yet. So no harm in holding off on merging this PR for now, but we will merge it in the future.