[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #4359

Report

[FAILURE] oss-swift-package-osx [#4359]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4359/
Project:
oss-swift-package-osx
Date of build:
Thu, 20 Feb 2020 17:52:30 -0600
Build duration:
1 hr 19 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit ee4ff659eef61c09c74efc258684cd1c07c39ceb by mishal_shah:
    [5.2] Update the source compat suite for 5.2

    • edit: jobs/swift-5.2-branch/swift-master-source-compat-suite.sh
  • Commit ab36b512315dad10629a40eba2c22301a8ed3694 by karwa:
    [stdlib] Make some trivial Substring methods inlinable

    • edit: stdlib/public/core/Substring.swift
  • Commit e641c4a4b73781f36f9bd865d8baea50d7d265a0 by aschwaighofer:
    IRGen: Deal with broken AST from batch mode

    • add: test/IRGen/Inputs/batchmode_errors.swift
    • edit: lib/IRGen/GenType.cpp
    • add: test/IRGen/batchmode_ast_errors.swift
  • Commit 288a7765fc3f3eece215267b8dca043c1260e5b2 by pyaskevich:
    [CSRanking] Detect cases where overload choices are incomparable

    • edit: lib/Sema/CSRanking.cpp
    • edit: test/Sema/editor_placeholders.swift
  • Commit 200b96df8128de103a4d4016c38bf949807ddb16 by compnerd:
    Revert "Revert "swift-lang: shuffle the source directory structure

    • delete: tools/SourceKit/tools/swift-lang/SourceKitdClient.swift
    • delete: tools/SourceKit/tools/swift-lang/SwiftLang.swift
    • delete: tools/SourceKit/tools/swift-lang/SourceKitdRequest.swift
    • delete: tools/SourceKit/tools/swift-lang/UIDs.swift.gyb
    • add: stdlib/tools/swift-lang/UIDs.swift.gyb
    • add: stdlib/tools/swift-lang/SourceKitdRequest.swift
    • delete: tools/SourceKit/tools/swift-lang/SourceKitdResponse.swift
    • add: stdlib/tools/swift-lang/SwiftLang.swift
    • edit: cmake/modules/AddSwift.cmake
    • add: stdlib/tools/swift-lang/CMakeLists.txt
    • delete: tools/SourceKit/tools/swift-lang/CMakeLists.txt
    • delete: tools/SourceKit/tools/swift-lang/SourceKitdUID.swift
    • edit: stdlib/tools/CMakeLists.txt
    • add: stdlib/tools/swift-lang/SourceKitdUID.swift
    • edit: tools/SourceKit/tools/CMakeLists.txt
    • add: stdlib/tools/swift-lang/SourceKitdClient.swift
    • add: stdlib/tools/swift-lang/SourceKitdResponse.swift
  • Commit b367d2ebec3eec68f2636d4de1e669d9d9d43cfe by dungar:
    Rename files and classes involved in SourceFileDepGraphConstruction

    • add: lib/AST/AbstractSourceFileDepGraphFactory.cpp
    • edit: unittests/Driver/MockingFineGrainedDependencyGraphs.cpp
    • add: unittests/Driver/UnitTestSourceFileDepGraphFactory.h
    • add: unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp
    • add: include/swift/AST/FrontendSourceFileDepGraphFactory.h
    • add: include/swift/AST/AbstractSourceFileDepGraphFactory.h
    • edit: include/swift/AST/FineGrainedDependencies.h
    • edit: unittests/Driver/MockingFineGrainedDependencyGraphs.h
    • delete: include/swift/AST/SourceFileDepGraphConstructor.h
    • add: lib/AST/FrontendSourceFileDepGraphFactory.cpp
    • edit: lib/AST/CMakeLists.txt
    • edit: lib/AST/SubstitutionMapStorage.h
    • delete: lib/AST/SourceFileDepGraphConstructor.cpp
    • edit: unittests/Driver/CMakeLists.txt
  • Commit 0515e00616faba7d5ce1bd9f64f8f98c27ddb06b by dungar:
    Robert Widmann's .str() fixes

    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
  • Commit 1779632a6f30d4e787fd48e40927b70b56958fce by danielzheng:
    [IRGen] NFC: silence llvm::MaybeAlign warnings.

    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/IRGenFunction.cpp
    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: lib/IRGen/GenRecord.h
    • edit: lib/IRGen/IRBuilder.h
    • edit: lib/IRGen/GenObjC.cpp
    • edit: lib/IRGen/IRGenModule.cpp
    • edit: lib/IRGen/GenCoverage.cpp
    • edit: lib/IRGen/GenValueWitness.cpp
    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: lib/IRGen/IRGen.cpp
    • edit: lib/IRGen/GenEnum.cpp
    • edit: lib/IRGen/GenReflection.cpp
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: lib/IRGen/GenProto.cpp
  • Commit f5b40d67050792194b5fb1a74b2de872d8459dda by github:
    [AutoDiff upstream] Add SIL derivative function type caching. (#29953)

    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/AST/AutoDiff.h
    • edit: lib/SIL/SILFunctionType.cpp
  • Commit 89af218bab334360a9116029fbc367b7a64053e0 by aprantl:
    Recompute runtime library search path after discovering the SDK

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_library_path/main.swift
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_library_path/Makefile
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/runtime_library_path/TestSwiftRuntimeLibraryPath.py
  • Commit 1d254482f6b01134c25415f6d4df85f9bbfce91f by aprantl:
    Correctly identify "self" inside an allocator.

    • add: lldb/packages/Python/lldbsuite/test/lang/swift/expression/allocator/main.swift
    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/expression/allocator/TestSwiftExprAllocator.py
    • add: lldb/packages/Python/lldbsuite/test/lang/swift/expression/allocator/Makefile
  • Commit 6628f22b17a7f66c6a9b60f59d653e42ee273051 by aprantl:
    Improve log formatting.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit e13e3fbb20ed5a907dc5aa8ec3614a2f0011ecdb by aprantl:
    Regain the ability to detect a failure to load the Swift stdlib.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 2d314055ec3071f9729262f3f0ade00905bf9440 by aprantl:
    Disable SwiftDWARFImporterDelegate by default.

    • edit: lldb/test/Shell/Swift/No.swiftmodule-ObjC.test
    • edit: lldb/source/Core/CoreProperties.td
  • Commit c3acc9c58ceb970ad33cd9ec025a28cfe9cff150 by aprantl:
    Revert "Disable SwiftDWARFImporterDelegate by default."

    • edit: lldb/test/Shell/Swift/No.swiftmodule-ObjC.test
    • edit: lldb/source/Core/CoreProperties.td
  • Commit 2d69d118b1d7cb8d3b536b0888dd81e3587488bc by aprantl:
    Suppress logging of empty module summaries (NFC)

    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 29fe97af30b51af634e476463a15f2657ecf4aad by aprantl:
    Use a local variable. (NFC)

    • edit: lldb/source/Target/SwiftLanguageRuntime.cpp
  • Commit 659cdce906a18f9a36cbb0f1a2ac5b6567a5dec4 by ankit_aggarwal:
    [XCBuildSupport] Plumb platform filters in PIF

    • edit: Sources/XCBuildSupport/PIFBuilder.swift
    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
    • edit: Sources/Commands/BuildSystem.swift
    • edit: Sources/XCBuildSupport/PIF.swift
    • edit: Sources/SPMTestSupport/PIFTester.swift
  • Commit 7c057b429634a3bf4a5323b786d96e7553e8f9cf by ankit_aggarwal:
    Fix verbose progress bar when using Xcode build system

    • edit: Sources/Commands/BuildSystem.swift
    • edit: Sources/XCBuildSupport/XCBuildDelegate.swift
    • edit: Sources/Build/BuildParameters.swift
  • Commit 646e3513309ab2500e75d0c2ed370b04903564f2 by david:
    Set PIF deployment targets

    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
    • edit: Sources/XCBuildSupport/PIFBuilder.swift
  • Commit 3525a706d7d4376ed210401cb8b1eb1e35438c84 by ankit_aggarwal:
    Add some missing cases in XCBuildOutputParser types

    • edit: Sources/XCBuildSupport/XCBuildOutputParser.swift
    • edit: Sources/Commands/BuildSystem.swift
    • edit: Sources/XCBuildSupport/XCBuildDelegate.swift

New issue found!