XCode 15 can generate assets automatically:
Text("Hello, world!") .bold() .font(.title) // The word "color" is automatically removed from the auto-generated name .foregroundStyle(.customText)
original article here