I'm trying to build Swift 3 for Raspberry Pi 2/armv7.
I'm currently hitting a compile error at:
Foundation/NSXMLNode.swift:86:351: error: integer literal '4293918720'
overflows when stored into 'Int'.
public static let nodePreserveAll = Options(rawValue:
Options([.nodePreserveNamespaceOrder, .no
The test itself is problematic: rdar://problem/28337667
> On Sep 16, 2016, at 12:33 AM, Slava Pestov via swift-dev
> wrote:
>
> This is a random one-off failure.
>
> Also my PR for the swift-3.0-branch hit a set of segfaults in the Dictionary
> tests, but this time in the iphone simulator t
Oops nvm. they are both meaning this swift
On Fri, Sep 16, 2016 at 11:08 AM, Kevin Choi wrote:
> Huh. Surprised there is no trademark issues.
>
> aha, I see why.
> http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4801:djnmx6.2.40
> http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4801:djnm
Huh. Surprised there is no trademark issues.
aha, I see why.
http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4801:djnmx6.2.40
http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4801:djnmx6.2.41
I guess apple-swift would be following the trademark. Not sure what the
OpenSrc community thinks.
In either case swift-lang / swiftlang evokes the swift parallel language, not
apple's one.
A solution to avoid ambiguity would be to use apple[-]swift or a variation of
it.
Guillaume DIDIER
—
ÉCOLE POLYTECHNIQUE
91128 PALAISEAU CEDEX
M. +33 ( 0
)7 70
43 18 40
guillaume.did...@polytechnique
I've been providing an apt-get repository for Xenial, Wily, and Trusty (see
http://dev.iachieved.it/iachievedit/swift-3-0-for-ubuntu-16-04-xenial-xerus/
as an example) and the name I chose was swift-3.0, similar to gcc-4.6,
gcc-4.8, clang-3.6, etc. In addition I decided not to break the packages
u
This is a random one-off failure.
Also my PR for the swift-3.0-branch hit a set of segfaults in the Dictionary
tests, but this time in the iphone simulator tests:
https://ci.swift.org/job/swift-PR-osx/3639/consoleFull#-1473877083fca400bf-2f4a-462e-b517-e058d770b2d7
The only relevant patch commo