Evidently it did not want me to format that for some reason.
Post
Replies
Boosts
Views
Activity
You can resolve this by prefacing Environment with SwiftUI.
So, where you have
@Environment(\.scenePhase)
you will now have
@SwiftUI.Environment(\.scenePhase)
Worked for me at least