Skip to content

Commit

Permalink
Update Readme.md's note on 5.10 requirement (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Sep 21, 2024
1 parent 45dee63 commit d7c39ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Swift/WinRT includes:

For examples of using projections, refer to [interop tests](InteropTests/Tests).

The codebase uses features up to Swift 5.9, but requires Swift 5.10 because the 5.9 compiler crashes with more advanced uses of non-copyable types.

This project was inspired by its C++ namesake at [thebrowsercompany/swift-winrt](https://github.com/thebrowsercompany/swift-winrt).

## Using in your project

Note: Swift/WinRT requires Swift 5.10 or above due to uses of non-copyable types which crash the Swift 5.9 compiler.

### With CMake

Setup your project's build to:
Expand Down

0 comments on commit d7c39ba

Please sign in to comment.