Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2706]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2706/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 30 Nov 2018 17:07:21 -0600
Build duration:
2 hr 32 min
Changes
-
Commit 331f0d2394b78c7bdf31004b296947d732f7e04c by mikeash:
[Runtime] Fix leak when casting to AnyHashable.- edit: test/stdlib/AnyHashableCasts.swift.gyb
- edit: stdlib/public/runtime/Casting.cpp
-
Commit 452230ae33198db82ebae996fe92c2a5aa42c5e5 by andreas:
[stdlib] adds nullability type specifier to NSStringGetCStringTrampoline- edit: stdlib/public/SwiftShims/CoreFoundationShims.h
-
Commit f1f83968d6a042aaa23faff4d15feacb4810ce49 by mikeash:
[Runtime] Fix leak in tryDynamicCastBoxedSwiftValue.- edit: stdlib/public/runtime/Casting.cpp
-
Commit 4d76d308c928811dac10a463fc9b8d3b85542045 by mark.lacey:
[ConstraintSystem] Move checkTypeOfBinding into CSBindings.cpp.- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/CSBindings.cpp
-
Commit 1bcb29d6088fa55325508528a913b615a55c0b23 by mark.lacey:
[ConstraintSystem] Hoist out code checking for nil literal conformance.- edit: lib/Sema/CSBindings.cpp
-
Commit 56a636066b180c7476f92c91c6aea5ed36da189c by mark.lacey:
[ConstraintSystem] Make checkTypeOfBinding do one job rather than two.- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSBindings.cpp
-
Commit e0847c5a98eb6758658738adca61337ec8c79899 by mark.lacey:
[ConstraintSystem] More cleanup of nil literal handling.- edit: lib/Sema/CSBindings.cpp
-
Commit 82c73b3793e35097bb7c0f42ebd3263c82ec0d67 by mgottesman:
[semantic-arc] Move semantic arc opts past definite initialization.- edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
-
Commit 28962b575463b56b2d561507ef87325b1a9b5065 by github:
Move most of the simd operators into an optional module (#20914)- add: validation-test/compiler_crashers_fixed/28633-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
- add: validation-test/compiler_crashers_fixed/28606-swift-typebase-getcanonicaltype.swift
- edit: stdlib/public/CMakeLists.txt
- add: stdlib/public/SIMDOperators/CMakeLists.txt
- delete: validation-test/compiler_crashers/28633-typevariables-impl-getgraphindex-typevar-type-variable-mismatch.swift
- delete: validation-test/compiler_crashers/28606-swift-typebase-getcanonicaltype.swift
- edit: stdlib/public/core/SIMDVector.swift
- edit: stdlib/public/SDK/MediaPlayer/CMakeLists.txt
- add: stdlib/public/SIMDOperators/Operators.swift
- edit: stdlib/public/SDK/simd/simd.swift.gyb
- edit: stdlib/public/SDK/simd/Quaternion.swift.gyb
-
Commit 03d283171cf7caa784e68bfd974e44b980e78d4a by pyaskevich:
[CSDiagnostics] Fix requirement source lookup to support member- edit: lib/Sema/CSDiagnostics.cpp
-
Commit 905a3db3ba5c414b1a351c9603d4715a4eb95012 by ditaliano:
[Target] A better way of notifying ASTContext(s).- edit: source/Target/Target.cpp