[swift-dev] Foundation crashes on Android

2017-12-18 Thread Geordie J via swift-dev
Hello, I’m trying to get the latest version of Foundation working on Android. Just looking to see if anyone has seen similar issues on other (esp. 32bit) platforms or on Android itself. I made some minor changes: – CoreFoundation/Base.subproj/CFSortFunctions.c to get e.g. __checkint_int32_mul

[swift-dev] Building a swift release

2017-11-16 Thread Geordie J via swift-dev
Hello, I recently asked about building a particular Swift release and couldn’t find the correct tag. It turns out there are two issues with this: 1. Somehow "git checkout swift-4.0.2-RELEASE” doesn’t work. In fact, the commit that tag references (https://github.com/apple/swift/commit/efb12f4d7

Re: [swift-dev] Exact commits of swift releases

2017-11-09 Thread Geordie J via swift-dev
t-4.0.2-RELEASE > <https://github.com/apple/swift/releases/tag/swift-4.0.2-RELEASE> > > I believe that the GitHub search does not necessarily find all tags when > there are many of them. > > Alex > >> On 9 Nov 2017, at 13:13, Geordie J via swift-dev > <mailto:

[swift-dev] Exact commits of swift releases

2017-11-09 Thread Geordie J via swift-dev
Hello, This has come up before (multiple times from memory) but evidently there’s no obvious solution yet: I’m looking to build a version of Swift for Android from the same sources used in the latest Xcode’s swift toolchain. On GitHub there are tags for each development snapshot but not for e.

[swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Geordie J via swift-dev
Hi, I’m hoping to add CF_SWIFT_NAME annotations to an imported Clang module (JNI) without editing the original header file itself. Is this possible, or is there a working alternative other than creating a Swift wrapper? Maybe this is trivial but C is not my strong point. Specifically, there are

[swift-dev] Putting an app on the Android Play Store using Swift

2016-07-17 Thread Geordie J via swift-dev
Hi fellow swift devs, About a month ago we put an app on the Google Play Store that has a large component written in Swift (we think it was the first). This couldn’t have happened without the awesome work and enormous support of th