in Sources/Confidence/Apply/FlagApplierWithRetries.swift [163:169]
func asyncForEach(
_ transform: (Element) async throws -> Void
) async rethrows {
for element in self {
try await transform(element)
}
}