Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread william via swift-dev
I'm so glad someone else is hitting this problem! I've been seeing this relatively often. I have a set of superstitions that allow me to get past it, and once I do, I try very hard not to delete anything in my build directory. - Will > On Sep 14, 2016, at 5:49 AM, Eric Wing via swift-dev >

Re: [swift-dev] NSXMLNode.swift: error: integer literal overflows when stored into Int

2016-09-18 Thread william via swift-dev
I just noticed this thread. I have an existing PR at https://github.com/apple/swift-corelibs-foundation/pull/603/files#diff-86379d50d0ad34b20bc3e4544e1b6f67R86 that address this issue. I have to remove some stuff that was addressed elsewhere before it can be merged, however. I'll be working o

Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-18 Thread william via swift-dev
I've finally succeeded in re-creating the process for building (not on the Android port, mind). The trick this time was to build without the install options: ./swift/utils/build-script -R This should SUCCEED Then, delete the swift build directory: rm -rf build/Ninja-ReleaseAssert/swift-linux-

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread william via swift-dev
Hi Eric, Can you check whether what you're building on has this commit? https://github.com/apple/swift-package-manager/commit/0268214b5477ca338b502c90aaa3e9ba50b68e18 There was a truncation of a bi

Re: [swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread william via swift-dev
Hi Ron, As the unofficial maintainer of Swift on Arm, I can say with confidence that there is no official anything about Swift on Linux/ARM. :) That said, Swift works and builds fantastically well on the TK1 (which I use as my primary development platform). Also, yes, all official Swift platfo