Alex Hoppen
|
6a0a944563
|
Change #if swift(<5.11) to #if compiler(<5.11)
We want to check the compiler version, not the effective language version (which is 5.10 for a Swift 6 compiler).
|
2024-03-12 14:48:18 -07:00 |
|
Alex Hoppen
|
4b32dfe121
|
Guard usages of @retroactive by Swift 5.11, not 5.10
I incorrectly thought that `@retroactive` gets introduced by Swift 5.10 but it’s only available in Swift 5.11.
|
2024-01-11 09:41:18 -08:00 |
|
Alex Hoppen
|
757a029664
|
Log messages from the build server and clangd
Log messages sent to clangd and the build server in a similar way that we log requests to sourcekitd.
Fixes #886
rdar://116705677
|
2023-12-12 14:05:25 -08:00 |
|