[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (release/5.3) #45

Report

[FAILURE] oss-swift-5.3-incremental-RA-osx [#45]

Build URL:
https://ci.swift.org/job/oss-swift-5.3-incremental-RA-osx/45/
Project:
oss-swift-5.3-incremental-RA-osx
Date of build:
Mon, 27 Apr 2020 12:38:43 -0500
Build duration:
1 hr 15 min

Identified problems:

  • Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes

  • Commit d1c62fac2bafea1f65feadf711ecf147ab998ae9 by aprantl:
    Add an internal bit to the XcodeSDK class.

    • edit: lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    • edit: lldb/unittests/Utility/XcodeSDKTest.cpp
    • edit: lldb/source/Utility/XcodeSDK.cpp
    • edit: lldb/unittests/Host/HostInfoTest.cpp
    • edit: lldb/include/lldb/Utility/XcodeSDK.h
  • Commit 9d38665ced27e4b73141c19e0efdb9a6f837e8d6 by aprantl:
    Add a getter to retrieve the XcodeSDK from Module

    • edit: lldb/include/lldb/Core/Module.h
  • Commit 0d76f0c10347b21e614545935abccf6e9be76065 by aprantl:
    Add support for detecting the SDK based on the SDK info in DWARF.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • add: lldb/test/API/lang/swift/xcode_sdk/TestXcodeSDK.py
    • add: lldb/test/API/lang/swift/xcode_sdk/main.swift
    • add: lldb/test/API/lang/swift/xcode_sdk/Makefile