Closed artemisia-absynthium closed 1 year ago
This is a dupe of https://github.com/apple/swift/issues/63764 which has been fixed in 5.8.
@AnthonyLatsis description for "not planned" includes "duplicate".
I know, but all the Jira duplicates were migrated in this state, and, well, I have come to agree that closing them as not planned is misleading (#1, #2), even though GitHub seems to suggest to do so. I’m happy to reconsider so long as we’re consistent and document it somewhere, but I don’t really see any value.
When in Rome... :) I don't have a preference so I just use the action that GitHub suggests to me.
Ah, good point. I guess the deviation will only make our lives harder if GitHub ever decides to add a "duplicate" action and apply it retroactively.
Hello there,
Description When using if
#unavailable(iOS <version>)
on Xcode 14.3 beta 2, the Swift Compiler crashes. The same project builds successfully on Xcode 14.2.Here is the crash log:
Steps to reproduce
In Xcode 14.3 beta 2, create a new iOS App project.
Set the Deployment Target to iOS 15.0.
In
ContentView.swift
, use this code for thebody
:Try to build the project.
Expected behavior The project builds successfully.
Environment