5.5 support #131
Replies: 7 comments 2 replies
-
The adoption in progress #129. |
Beta Was this translation helpful? Give feedback.
-
Totally - just checking in :-)
Ping if anything weird.
… On Sep 24, 2021, at 11:51 AM, Vlad Gorlov ***@***.***> wrote:
The adoption in progress #129.
Swift 5.5 still so "fresh". Even still not available in Xcode 13 RC for macOS :0
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Swift 5.5 adopted in release 1.0.74. But, I would not recommend to use it in production. Don't even know if it works correctly. Build system warns a lot about experimental state. |
Beta Was this translation helpful? Give feedback.
-
Nice work !
I’m doing some tests on async and stuff now and then will run same on your build soon. Over to Linux on the way.
Did you run anything on it ?
… On Oct 2, 2021, at 8:13 AM, Vlad Gorlov ***@***.***> wrote:
Swift 5.5 adopted in release 1.0.74. But, I would not recommend to use it in production. Don't even know if it works correctly. Build system warns a lot about experimental state.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
For every release I am doing a "smoke test" by running and testing this app – "https://github.com/vgorloff/swift-everywhere-samples". |
Beta Was this translation helpful? Give feedback.
-
Hey, have you tested latest with code with Task & TaskGroup in it? Porting everything to your latest , and see immediate build errors around _Concurrency and Task not being defined. (Are they in foundation now?) :0: warning: unable to perform implicit import of "_Concurrency" module: no such module found CommandCell.swift:1812:17: error: cannot find 'Task' in scope |
Beta Was this translation helpful? Give feedback.
-
I don't see libswift_Concurrency.so or _Concurrency.swiftmodule in your release? On linux, apple platforms they are in usr/lib/swift/$OS_NAME: |
Beta Was this translation helpful? Give feedback.
-
How's 5.5?
Beta Was this translation helpful? Give feedback.
All reactions