We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfee8f6 commit 3c55f47Copy full SHA for 3c55f47
README.md
@@ -56,6 +56,13 @@ print(response.content)
56
- Swift 6.1+
57
- iOS 17.0+ / macOS 14.0+ / visionOS 1.0+
58
59
+> [!IMPORTANT]
60
+> A bug in Xcode 26 may cause build errors
61
+> when targeting macOS 15 / iOS 18 or earlier
62
+> (e.g. `Conformance of 'String' to 'Generable' is only available in macOS 26.0 or newer`).
63
+> As a workaround, build your project with Xcode 16.
64
+> For more information, see [issue #15](https://github.com/mattt/AnyLanguageModel/issues/15).
65
+
66
## Installation
67
68
Add this package to your `Package.swift`:
0 commit comments