These are UPASSes; I’ll get the source compatibility suite XFAIL removed shortly if someone doesn’t get there sooner.
···
Sent from my iPhone
On Dec 21, 2017, at 6:09 AM, swift-ci@swift.org wrote:
[FAILURE] swift-master-source-compat-suite [#958]
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/958/
Project: swift-master-source-compat-suite
Date of build: Thu, 21 Dec 2017 04:33:14 -0600
Build duration: 3 hr 36 min
Changes
Commit 5d0076e1e7ac7ca67c713bce7c8b3f20740c7350 by dgregor:
[Associated type inference] Allow magic typealiases to inform inference.
edit: lib/Sema/TypeCheckProtocol.h
add: test/decl/protocol/req/associated_type_typealias_implements.swift
edit: lib/Sema/TypeCheckProtocolInference.cpp
Commit 2734aff5ea410bb15000311b9cd0eb6d3394beea by dgregor:
[Associated type inference] Handle tentative type witnesses more
edit: lib/Sema/TypeCheckProtocol.h
edit: lib/Sema/TypeCheckProtocolInference.cpp
edit: lib/Sema/TypeCheckGeneric.cpp
Commit cf89ea77f17486b121c98f0b4080ed0647d7cf45 by dgregor:
Introduce _Default_Indices typealias into RandomAccessCollection.
edit: stdlib/public/core/RandomAccessCollection.swift
edit: lib/Sema/TypeCheckProtocolInference.cpp
edit: validation-test/stdlib/CollectionType.swift.gyb
Commit 077a8a10d414b01ccff1d988ed29340df2ccb8bc by dgregor:
[Sequence] Add default Iterator typealias for Sequences that are also
edit: stdlib/public/core/Sequence.swift
Commit 5494a1f873df777625475d9cc0df2db7df59235a by dgregor:
[Associated type inference] Factor out “abstract” witness inference.
edit: lib/Sema/TypeCheckProtocolInference.cpp
edit: lib/Sema/TypeCheckProtocol.h