<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Never mind, I see you pushed a fix I hadn't grabbed yet.<div class=""><br class=""></div><div class="">&nbsp;- Daniel</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 2, 2016, at 2:22 PM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Is this problem:<div class="">--</div><div class=""><pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; font-size: 13px; background-color: rgb(43, 48, 59); color: rgb(192, 197, 206); padding: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;"><span title="Compile Error" style="box-sizing: border-box; color: white; background-color: red; background-position: initial initial; background-repeat: initial initial;" class="">/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/benchmark/single-source/StaticArray.swift:44:8: error: type 'StaticArray&lt;T&gt;' does not conform to protocol 'IndexableBase'
</span>struct StaticArray&lt;
       ^
Swift.IndexableBase:107:17: note: protocol requires function 'index(after:)' with type '(after: Index) -&gt; Index'
    public func index(after i: Self.Index) -&gt; Self.Index
                ^
Swift.RandomAccessCollection:7:17: note: candidate has non-matching type '&lt;Self&gt; (after: Self.Index) -&gt; Self.Index' (aka '&lt;τ_0_0&gt; (after: τ_0_0.Index) -&gt; τ_0_0.Index') [with _Element = T.ElemTy, SubSequence = StaticArray&lt;T&gt;]
    public func index(after i: Self.Index) -&gt; Self.Index
                ^
</pre><div class="">--</div><div class=""><br class=""></div><div class="">The same or something else? My local build is failing in the same way.</div><div class=""><br class=""></div><div class="">&nbsp;- Daniel</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On May 2, 2016, at 11:57 AM, Dave Abrahams &lt;<a href="mailto:dabrahams@apple.com" class="">dabrahams@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class="">I broke the build; fixing it.<br class=""><br class="">on Mon May 02 2016, <a href="http://no-reply-at-swift.org/" class="">no-reply-AT-swift.org</a> wrote:<br class=""><br class=""><blockquote type="cite" class="">Report<br class=""><br class="">[FAILURE] oss-lldb-incremental-osx [#2837]<br class=""><br class=""> Build URL: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://ci.swift.org/job/oss-lldb-incremental-osx/2837/" class="">https://ci.swift.org/job/oss-lldb-incremental-osx/2837/</a> <br class=""> Project: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oss-lldb-incremental-osx &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br class=""> Date of build: &nbsp;Mon, 02 May 2016 11:48:09 -0700 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br class=""> Build duration: 29 sec &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br class=""><br class="">Identified problems:<br class=""><br class="">* Compile Error: This build failed because of a compile error. Below is a list<br class=""> &nbsp;of all errors in the build log:<br class=""><br class=""> &nbsp;* Indication 1<br class=""><br class="">Changes<br class=""><br class="">* Commit 065af62293333cf1e8107f83a06c5453f603c684 by gribozavr: <br class=""><br class=""> &nbsp;CoreAudio overlay: remove a FIXME that is fixed<br class=""><br class=""> &nbsp;* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift <br class=""><br class="">* Commit c594b1d331121c79307e6be650add7210146308b by gribozavr: <br class=""><br class=""> &nbsp;EmptyCollection: fixes for index movement and more tests<br class=""><br class=""> &nbsp;* edit: validation-test/stdlib/Lazy.swift.gyb <br class=""> &nbsp;* edit: stdlib/public/core/EmptyCollection.swift <br class=""><br class="">* Commit 0d68b3a4af6f600486ea82787a90d203c07800ba by dabrahams: <br class=""><br class=""> &nbsp;[stdlib] Generate RandomAccessCollection defaults<br class=""><br class=""> &nbsp;* edit: stdlib/public/core/EmptyCollection.swift <br class=""> &nbsp;* edit: stdlib/public/core/BidirectionalCollection.swift <br class=""> &nbsp;* edit: stdlib/public/core/StringCore.swift <br class=""> &nbsp;* edit: stdlib/public/core/Character.swift <br class=""> &nbsp;* edit: stdlib/public/core/UnicodeScalar.swift <br class=""> &nbsp;* edit: stdlib/public/core/Arrays.swift.gyb <br class=""> &nbsp;* edit: validation-test/stdlib/Arrays.swift.gyb <br class=""> &nbsp;* edit: stdlib/public/core/Collection.swift <br class=""> &nbsp;* edit: stdlib/public/core/Mirror.swift <br class=""> &nbsp;* edit: stdlib/public/core/RandomAccessCollection.swift <br class=""> &nbsp;* edit: test/Constraints/recursive_concrete_constraints.swift <br class=""> &nbsp;* edit: validation-test/stdlib/Algorithm.swift <br class=""> &nbsp;* edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift <br class=""> &nbsp;* edit: validation-test/stdlib/CollectionDiagnostics.swift <br class=""> &nbsp;* edit: stdlib/public/core/CocoaArray.swift <br class=""> &nbsp;* edit: stdlib/public/core/CollectionOfOne.swift <br class=""> &nbsp;* edit: stdlib/public/core/ArrayBufferProtocol.swift <br class=""> &nbsp;* edit: stdlib/public/core/SliceBuffer.swift <br class=""> &nbsp;* edit: stdlib/public/core/Repeat.swift <br class=""> &nbsp;* edit: validation-test/stdlib/Sort.swift.gyb <br class=""> &nbsp;* edit: stdlib/public/core/ArrayBuffer.swift <br class=""> &nbsp;* edit: stdlib/public/core/ContiguousArrayBuffer.swift <br class=""><br class="">* Commit fda8609df9fcbf245bd3cc7d16973f26f2b6e46e by egranata: <br class=""><br class=""> &nbsp;Use the new form of GetSyntheticBase() to remove a later name set<br class=""><br class=""> &nbsp;* edit: source/Target/SwiftLanguageRuntime.cpp <br class=""></blockquote><br class="">-- <br class="">Dave<br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>