swift-everywhere-toolchain icon indicating copy to clipboard operation
swift-everywhere-toolchain copied to clipboard

Automated workflow to compile Swift Toolchain, for making Android apps with Swift.

Results 15 swift-everywhere-toolchain issues
Sort by recently updated
recently updated
newest added

dlopen failed: cannot locate symbol "__aarch64_ldadd1_relax" referenced by Getting this error on launch on droid with new libs. Have you seen this? Also have you built your tree with apple...

have you tried running this on m1 max?

Just to note it here, the solution could be found here https://github.com/flowkey/swift-android-toolchain/pull/15

I get this: /Users/johnburkey/Library/Android/sdk/ndk/21.4.7075529/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/arm-linux-androideabi/bin/ld.gold: error: symbol __aeabi_atexit has undefined version LIBC_PRIVATE /Users/johnburkey/Library/Android/sdk/ndk/21.4.7075529/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/arm-linux-androideabi/bin/ld.gold: error: symbol __aeabi_atexit has undefined version LIBC_N external/jemalloc_new/src/android_je_iterate.c:91: error: undefined reference to 'pthread_atfork' external/jemalloc_new/src/jemalloc.c:1367: error: undefined reference to...

/usr/local/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace; did you mean 'sigwait'? using ::signbit; ~~^ /usr/local/ndk/21.4.7075529/sysroot/usr/include/signal.h:129:5: note: 'sigwait' declared here int sigwait(const sigset_t* __set, int* __signal); I forget,...

Where is _concurrency lib :-) See discussion section! Happy Holidays!

Seems that toolchain should be built for Apple Silicon architecture separately cause toolchain from releases won't build anything on M1. I have built it on M1 from sources and it...

- Build all components using clang built during building toolchain. - Make clang compiler part of Toolchain distribution.

Either codesign every binary or codesign dmg/zip/bundle. See: - https://stackoverflow.com/questions/57808250/osx-notarize-for-executables-not-an-app - https://developer.apple.com/forums/thread/122045 - https://stackoverflow.com/questions/56615396/macos-notarization-and-multiple-embedded-tools-bundles - https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow

I'm new to build swift on android and only started to checking how it works I have a few questions about the way you build your toolchain. 1. I saw...