[Swift CI] Build Failure: OSS - Swift Package - macOS (release/5.4) #107

# [FAILURE] oss-swift-5.4-package-osx [#107]

Build URL: https://ci.swift.org/job/oss-swift-5.4-package-osx/107/
Project: oss-swift-5.4-package-osx
Date of build: Wed, 20 Jan 2021 19:45:45 -0600
Build duration: 5 hr 38 min

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

Changes- Commit e6749801a721714ceec0b14f7d3c4f7b64474ebe by mikeash:

[5.4][Runtime] Scan backwards within conformance sections when scanSectionsBackwards is true.

  • edit: stdlib/public/runtime/ProtocolConformance.cpp

  • Commit 250bc5f0bc62a337bdc8523fd30de7e6a96c79c6 by pyaskevich:

    [Diagnostics] Adjust OoO fix-it intervals to account for replacement of first argument

    • edit: test/Constraints/argument_matching.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 8c7c19ddebc92ca28663753b36ca891f248e679d by pyaskevich:

    [Diagnostics] Avoid adding comma when reordering with last argument

    • edit: test/Constraints/argument_matching.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit ddc8e215a0e53f7f364468016d14bc24f295498a by eeckstein:

    CrossModuleOptimization: fix crash when importing a module as implementationOnly

    • edit: include/swift/AST/Module.h
    • edit: test/SILOptimizer/Inputs/cross-module.swift
    • add: test/SILOptimizer/Inputs/cross-private-submodule.swift
    • edit: test/SILOptimizer/cross-module-optimization.swift
    • edit: lib/AST/Module.cpp
    • edit: lib/SILOptimizer/IPO/CrossModuleSerializationSetup.cpp
  • Commit 75a66bac9dcca8b3b4fff8db4d9ce51457a654c5 by eeckstein:

    LoadableByAddress: fix a crash related to single-element tuples containing a label and a closure.

    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: test/IRGen/big_types_corner_cases.sil
  • Commit e0e96b6c0b70f22a543e7e43009f455f46590886 by dylansturg:

    Apply private and fileprivate rules to UseSynthesizedInitializer.

    • edit: Sources/SwiftFormatRules/UseSynthesizedInitializer.swift
    • edit: Tests/SwiftFormatRulesTests/UseSynthesizedInitializerTests.swift