vgorloff / swift-everywhere-toolchain

Automated workflow to compile Swift Toolchain, for making Android apps with Swift.
MIT License
85 stars 25 forks source link

Patch for Foundation on Android 8.1 (27) and lower #116

Closed Molanda closed 3 years ago

Molanda commented 3 years ago

I received a response in the Swift forums about the Swift 5.4/Android 8.1 incompatibility issue.

The recommendation was to either link with a backported version of the official posix_spawn wrapper or revert PR-2928 and PR-2942.

Since this change was added for Linux scripting, I added a patch to just revert the change.

vgorloff commented 3 years ago

Thank you! Interesting topic.