HI,
Does anyone know what is happening here:
protocol Subscriptable {
associatedtype Element
associatedtype Index
var firstIndex: Index { get }
var lastIndex: Index { get }
subscript(index: Index) -> Element { get set }
}
struct AllSubscriptable: Subscriptable {
t
Hi Michael,
Yes, the latest build is broken. Here is the bug report:
https://bugs.swift.org/browse/SR-975
There is a workaround in the comment, I’ve tested it and it seems to work :)
Loïc
> On Mar 20, 2016, at 10:45 AM, Domain Admin via swift-users
> wrote:
>
> Hi,
>
> this might be a case
Hi,
this might be a case of user error but I can’t use the latest builds to do
anything (on OSX).
Trying to do a swift build results in the following -
$
/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-03-16-a.xctoolchain/usr/bin/swift-build
dyld: Library not loaded: @rpath/libswif