This is a super simple star rating for SwiftUI. (And it is my first contribution!)
Easy to implement and with a dreaded star.slash as the lowest rating. Uses SF Symbols and can easily be swapped out.
Copy RatingsView.swift in to your project and call it.
VStack {
RatingsView(rating: $rating, starSize: 24, disabled: false, starColor: .yellow)
}