[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (release/5.3) #186

# [FAILURE] oss-swift-5.3-incremental-ASAN-RA-osx [#186]

Build URL: https://ci.swift.org/job/oss-swift-5.3-incremental-ASAN-RA-osx/186/
Project: oss-swift-5.3-incremental-ASAN-RA-osx
Date of build: Tue, 25 Aug 2020 05:07:38 -0500
Build duration: 4 hr 19 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Tests:

Name: Swift-Unit
Failed: 0 test(s), Passed: 686 test(s), Total: 686 test(s) |

Changes- Commit 836610c66db63122713e09edf9cf80b3049a4e75 by github:

Update the Swift version for Swift Tools Support Core Pull request testing to 5.2.5

  • edit: jobs/pull-request/pr-swift-tools-support-core.sh

  • Commit 53a38f9fdea61646e33129ac514d994ebadf6b04 by rwidmann:

    Patch A Regression in Lookup for CodingKeys

    • edit: test/decl/protocol/special/coding/Inputs/struct_codable_simple_multi1.swift
    • edit: lib/Sema/TypeCheckNameLookup.cpp
    • edit: test/decl/protocol/special/coding/Inputs/struct_codable_simple_multi2.swift
  • Commit 668be205ebe2d2a338ade63d4ab473be0fa92436 by aschwaighofer:

    [5.3] IRGen: Store scalars as bytes to avoid undefined bits

    • edit: test/IRGen/abitypes.swift
    • edit: test/IRGen/enum.sil
    • edit: lib/IRGen/ScalarTypeInfo.h
    • edit: test/IRGen/builtins.swift
    • edit: test/IRGen/enum_future.sil
    • edit: test/Interpreter/enum.swift
  • Commit aa22d6f4096639bcdffc3a98e11c476e0e23071b by alaferriere:

    Use a SetVector when looking up the SPI attributes on imports

    • edit: include/swift/Serialization/SerializedModuleLoader.h
    • edit: lib/Serialization/ModuleFile.h
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
    • edit: lib/Frontend/ModuleInterfaceSupport.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: include/swift/AST/FileUnit.h
    • edit: test/SPI/private_swiftinterface.swift
  • Commit e6ebd14f297294297968b95c0254e419ac6339e1 by alaferriere:

    [ModuleInterface] Don't print extensions to implementation-only imported types

    • edit: lib/AST/ASTPrinter.cpp
    • edit: include/swift/AST/Module.h
    • add: test/SPI/Inputs/ioi_helper.swift
    • add: test/ModuleInterface/empty-extension.swift
    • edit: lib/AST/Module.cpp
    • edit: test/SPI/private_swiftinterface.swift
  • Commit 20d8192f668ee9785d955593c9e0521d9ac4a727 by alaferriere:

    [ModuleInterface] Only skip extensions without public members

    • edit: test/SPI/experimental_spi_imports_swiftinterface.swift
    • edit: lib/AST/ASTPrinter.cpp
  • Commit 4de7ea1a0f5907235dc237f02e5b9d975d802084 by pyaskevich:

    [FunctionBuilders] Implement graceful handling of pre-check failures

    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: test/Constraints/function_builder_diags.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • add: test/Constraints/rdar65320500.swift
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSBindings.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp