From 6585115c73343245deea66eddc203ac32e2be982 Mon Sep 17 00:00:00 2001 From: Stephen Canon Date: Tue, 21 Oct 2025 13:06:43 -0400 Subject: [PATCH] Mark conformance of FloatingPointRoundingRule: Codable retroactive. --- .../Formatting/Number/NumberFormatStyleConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FoundationInternationalization/Formatting/Number/NumberFormatStyleConfiguration.swift b/Sources/FoundationInternationalization/Formatting/Number/NumberFormatStyleConfiguration.swift index 139ecf63f..6648d0f92 100644 --- a/Sources/FoundationInternationalization/Formatting/Number/NumberFormatStyleConfiguration.swift +++ b/Sources/FoundationInternationalization/Formatting/Number/NumberFormatStyleConfiguration.swift @@ -502,7 +502,7 @@ extension FloatingPointRoundingRule { } @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) -extension FloatingPointRoundingRule : Codable { } +extension FloatingPointRoundingRule: @retroactive Codable { } @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) extension NumberFormatStyleConfiguration.RoundingIncrement: Codable {