If you use SwiftLint in your SwiftUI project, there is a rule, by @rerycole34, for making sure that your images have either an accessibility label or are hidden for assistive tech because they might be decorative.
Rule: https://realm.github.io/SwiftLint/accessibilitylabelforimage.html
