[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #2399

Report

[FAILURE] swift-master-source-compat-suite-debug [#2399]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/2399/
Project:
swift-master-source-compat-suite-debug
Date of build:
Thu, 12 Dec 2019 02:00:38 -0600
Build duration:
3 hr 31 min

Changes

  • Commit 46687189a79ec6b905a6ae038a63ab46ad8e855d by dungar:
    -only-one-dependency-file causes only the first frontend job to emit a

    • edit: lib/Driver/Driver.cpp
    • edit: lib/Driver/Compilation.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/Option/Options.td
    • edit: include/swift/Driver/Compilation.h
  • Commit ecb74b54ae84137346c796d6c933993325071f29 by dungar:
    Make the new behavior the default.

    • edit: include/swift/Option/Options.td
    • edit: lib/Driver/Driver.cpp
  • Commit cc83751ac5b86858adc24096cb1333b7692fc4af by dungar:
    Avoid need to check errors on dummy file creation.

    • edit: lib/Driver/ToolChains.cpp
  • Commit 4f04a80d176288ea4a3e5d308632e155d106986f by rwidmann:
    Redo ObjC Override Checking

    • edit: test/ClangImporter/objc_redeclared_properties_incompatible.swift
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit af6e9b95ad20a307ec740869e3f38f95b3203394 by rwidmann:
    Work around extension installation order

    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: test/ClangImporter/objc_redeclared_properties_incompatible.swift
  • Commit 113c22a680a80b8000bebfc393eb6b5163290761 by mgottesman:
    [sil] Move partial apply combiner code from SILCombiner into

    • edit: lib/SILOptimizer/Utils/CMakeLists.txt
    • add: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
    • edit: lib/SILOptimizer/Mandatory/MandatoryCombine.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
  • Commit 87cc554d5b040c991e77b2b3fc4de92c0dcc4c63 by compnerd:
    docs: Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 2fc0f7899ca13f6187355d61f51ff26ff91a430f by dungar:
    Fix comment for OnlyOneDependencyFile

    • edit: include/swift/Driver/Compilation.h
  • Commit 03332a4c58aa3c206b09f44c76fc892c12757ccf by mishal_shah:
    [Preset] Add new preset to support automerger testing

    • edit: utils/build-presets.ini
  • Commit 3b29ed7c1e6d534ba330cb785e126e32addef07e by mishal_shah:
    [Preset] Remove skip test flag for watchOS and tvOS

    • edit: utils/build-presets.ini
  • Commit d815c603c20d49cf23c3186ae33b2d86369ecc5f by mgottesman:
    [ownership] Change

    • edit: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SIL/OwnershipUtils.cpp
  • Commit 4a3bb30337da7f7c765fffaf337034d74fde9d7b by rwidmann:
    Force the entire inheritance hierarchy to load class members

    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 8aac6f9a1a8b77eed85774cb166ebdb56daaa9d1 by github:
    [AutoDiff upstream] Conform floating-point types to Differentiable.

    • edit: test/AutoDiff/stdlib/differentiable_protocol.swift
    • add: test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift
    • edit: stdlib/public/Differentiation/Differentiable.swift