You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
> The JSON decoding precision issues described below have been fixed in Swift 5.9 / iOS 17 / macOS 14 and later.
9
9
>
10
10
> See the [Foundation preview announcement](https://www.swift.org/blog/foundation-preview-now-available/#performance:~:text=Even,500%25%2E) for details.
11
+
>
12
+
> As a general note, I strongly encourage you to move away from using the `Decimal` type altogether and instead opting for more correct APIs such as https://github.com/mgriebling/BigDecimal.
0 commit comments