Defect:
LoadingIndicator(animation: .pulse, color: .red, size: .large, speed: .fast)
the animation starts at the top left of the screen and moves across as it animates.
Fix:
LoadingIndicator(animation: .pulse, color: .red, size: .large, speed: .fast)
.frame(width: 45, height: 45)