Report
[FAILURE] oss-swift-package-osx [#3587]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3587/
Project:
oss-swift-package-osx
Date of build:
Wed, 21 Jun 2017 21:26:10 -0700
Build duration:
2 hr 40 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 05e79e6b02296c399927bb83f2ab714791208980 by Mark Lacey:
Refactor how the expression type checker timer is set up.- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/TypeChecker.h
- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/ConstraintSystem.cpp
- edit: lib/Sema/CSSolver.cpp
-
Commit 4399bd37fac089dca00bc0338cbf61fce625f1c8 by John McCall:
Fix some embarrassing list-management bugs with the exclusivity runtime- edit: stdlib/public/runtime/Exclusivity.cpp
- edit: unittests/runtime/Exclusivity.cpp
-
Commit e51e3e4bd46a4c2b7c0c8fd49e9c6cd4a968ca50 by Mark Lacey:
Update determination of "too complex" expression to take time into- edit: lib/Sema/TypeChecker.cpp
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: lib/Sema/TypeChecker.h
- edit: include/swift/Option/FrontendOptions.td
- add: test/Misc/expression_too_complex_4.swift
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: lib/Sema/ConstraintSystem.h
- edit: include/swift/Subsystems.h
- edit: include/swift/Frontend/FrontendOptions.h
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit bebc1821ea586cd23d0f691d20a0c0c123c5cc6f by practicalswift:
[swiftc (34 vs. 5565)] Add crasher in- add: validation-test/compiler_crashers/28792-conforms-equivclass-conformsto-end.swift
-
Commit c2c55eea129d78ea1fbb8b35af181a51c2eaae8a by Andrew Trick:
AccessSummaryAnalysis: handle @convention(block) in nested nonescape- edit: test/SILOptimizer/access_enforcement_noescape.swift
- edit: lib/SILOptimizer/Analysis/AccessSummaryAnalysis.cpp
- edit: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp
- edit: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp
-
Commit e51bc3becadddeb0ccd10ad18addbda41d667def by Andrew Trick:
Add a comment in getCalleeArgIndexOfFirstAppliedArg().- edit: include/swift/SIL/SILInstruction.h
-
Commit 87a0cfb910c770eeb44cb79410943e36c2a58121 by Xi Ge:
swift-api-digester: teach the tool to serialize/deserialize super class- edit: test/api-digester/Inputs/cake.swift
- edit: test/api-digester/Outputs/cake.json
- edit: include/swift/IDE/DigesterEnums.def
- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit f6e6484437bb49793a69acd4e0cce70d00db39fe by Xi Ge:
swift-api-digester: Eliminate false positives introduced by moving a- edit: test/api-digester/Inputs/cake1.swift
- edit: test/api-digester/Inputs/cake2.swift
- edit: tools/swift-api-digester/swift-api-digester.cpp
- edit: test/api-digester/Outputs/Cake.txt
-
Commit e8cc8b55d8c2719c4059b1bd4dfdb8657f67e9d1 by github:
[Parse] Fix #sourceLocation parsing in Decl position (#10444)- add: test/Parse/line-directive-executable.swift
- edit: lib/Parse/ParseStmt.cpp
- edit: lib/Parse/ParseDecl.cpp
- edit: test/Parse/line-directive.swift