vgorloff / swift-everywhere-toolchain

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

error: no such module 'Darwin.C' @_exported import Darwin.C while compile #125

Closed kmitj closed 3 years ago

vgorloff commented 3 years ago

Would be nice to have some context. E.g. last entries from log-file or terminal output.

finagolfin commented 3 years ago

Your code is likely Darwin/linux-only and missing Glibc imports like this, which all non-Mac/Windows platforms like Android require.