Skip to content

Commit 3c55f47

Browse files
authored
Document possible build errors when building for earlier OS releases in Xcode 26 (#22)
1 parent bfee8f6 commit 3c55f47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ print(response.content)
5656
- Swift 6.1+
5757
- iOS 17.0+ / macOS 14.0+ / visionOS 1.0+
5858

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+
5966
## Installation
6067

6168
Add this package to your `Package.swift`:

0 commit comments

Comments
 (0)