no-reply
(no-reply@swift.org)
1
Report
[FAILURE] oss-swift-4.0-package-osx [#272]
Build URL:
https://ci.swift.org/job/oss-swift-4.0-package-osx/272/
Project:
oss-swift-4.0-package-osx
Date of build:
Thu, 15 Jun 2017 22:55:46 -0700
Build duration:
3 hr 8 min
Changes
-
Commit 5973eefb31263abba0c4c0d0d18e69dc542d3f44 by Slava Pestov:
SIL: Use CaptureKind::Box for weak and unowned captures in noescape
-
edit: lib/SIL/TypeLowering.cpp
-
add: test/SILGen/capture_list.swift
-
delete: test/SILGen/capture_list_in_autoclosure.swift
-
Commit f7a6894c3c81b020c3409ae21a14208da06dd47e by Slava Pestov:
SILGen: Fix problems with local generic functions
-
edit: lib/SILGen/SILGenApply.cpp
-
edit: test/SILGen/generic_closures.swift
-
edit: lib/Sema/TypeCheckCaptures.cpp
-
edit: test/SILGen/properties.swift
-
Commit f1157f90c3d65e21da45374a946e202d25455bc9 by Doug Gregor:
[ConstraintSystem] Track conformance checking done while solving to
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSSolver.cpp
-
edit: lib/Sema/ConstraintSystem.cpp
-
Commit 8b6cd929f6b1230613db3e46c98d4467f207cc94 by Doug Gregor:
[Type checker] Consistently mark used protocol conformances as "used".
-
add: test/IRGen/conformance_multifile.swift
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/Sema/TypeChecker.h
-
add: test/IRGen/Inputs/conformance_multifile_1.swift
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/TypeCheckProtocol.cpp