[Swift CI] Build Failure: OSS - Swift Package - OS X (main) #5161

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/5161/
Project: oss-swift-package-osx
Date of build: Sat, 03 Oct 2020 08:13:13 -0500
Build duration: 5 hr 39 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 1fd6ef95ce483dd7447e09935597cde5c42c14fc by joshua_learn:

[OSLog] Update compiler stubs and tests

  • edit: stdlib/private/OSLog/OSLogIntegerTypes.swift

  • add: stdlib/private/OSLog/OSLogSwiftProtocols.swift

  • edit: stdlib/private/OSLog/OSLogMessage.swift

  • edit: test/SILOptimizer/OSLogFullOptTest.swift

  • edit: stdlib/private/OSLog/OSLogNSObjectType.swift

  • edit: stdlib/private/OSLog/OSLogTestHelper.swift

  • edit: test/Sema/diag_constantness_check_os_log.swift

  • edit: stdlib/private/OSLog/CMakeLists.txt

  • edit: test/stdlib/OSLogExecutionTest.swift

  • edit: stdlib/private/OSLog/OSLogIntegerFormatting.swift

  • add: stdlib/private/OSLog/OSLogFloatFormatting.swift

  • edit: stdlib/private/OSLog/OSLogStringAlignment.swift

  • edit: stdlib/private/OSLog/OSLogStringTypes.swift

  • edit: test/SILOptimizer/Inputs/OSLogConstantEvaluable.swift

  • edit: test/SILOptimizer/OSLogMandatoryOptTest.swift

  • edit: stdlib/private/OSLog/OSLogFloatingPointTypes.swift

  • add: stdlib/private/OSLog/OSLogPrivacy.swift

  • Commit 74765a8ba82a14d3fce03e156049f65845c2cbfa by rwidmann:

    Remove Type Body Fingerprints Flags

    • delete: test/InterfaceHash/added_private_protocol_method-type-fingerprints.swift
    • delete: test/InterfaceHash/added_private_method_value_types-type-fingerprints.swift
    • add: test/InterfaceHash/added_method-type.swift
    • delete: unittests/Driver/TypeBodyFingerprintsDependencyGraphTests.cpp
    • edit: test/InterfaceHash/added_private_enum_private_property.swift
    • edit: lib/Driver/Compilation.cpp
    • edit: test/InterfaceHash/added_private_class_private_property.swift
    • edit: test/InterfaceHash/edited_property_getter.swift
    • delete: test/InterfaceHash/added_private_class_property-type-fingerprints.swift
    • edit: test/InterfaceHash/added_private_struct_property.swift
    • edit: test/InterfaceHash/added_private_class_property.swift
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Driver/Driver.cpp
    • edit: test/Frontend/PrivateFingerprints/struct-fingerprint.swift
    • delete: test/InterfaceHash/edited_property_getter-type-fingerprints.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: test/Frontend/PrivateFingerprints/class-fingerprint.swift
    • delete: test/InterfaceHash/added_method-type-fingerprints.swift
    • edit: validation-test/Driver/Dependencies/rdar23148987.swift
    • edit: test/InterfaceHash/added_private_protocol_method.swift
    • edit: include/swift/Driver/Compilation.h
    • edit: test/InterfaceHash/added_private_enum_property.swift
    • edit: unittests/Driver/CMakeLists.txt
    • edit: include/swift/Driver/FineGrainedDependencyDriverGraph.h
    • delete: test/InterfaceHash/added_private_struct_property-type-fingerprints.swift
    • delete: test/InterfaceHash/added_private_enum_property-type-fingerprints.swift
    • delete: test/InterfaceHash/added_private_protocol_property-type-fingerprints.swift
    • edit: test/InterfaceHash/added_private_protocol_property.swift
    • delete: validation-test/Driver/Dependencies/rdar23148987-type-fingerprints.swift
    • edit: test/Frontend/PrivateFingerprints/protocol-fingerprint.swift
    • edit: test/InterfaceHash/edited_method_body.swift
    • edit: test/Frontend/PrivateFingerprints/extension-adds-member.swift
    • delete: test/InterfaceHash/added_private_enum_private_property-type-fingerprints.swift
    • delete: test/InterfaceHash/added_private_struct_private_property-type-fingerprints.swift
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/InterfaceHash/added_private_struct_private_property.swift
    • edit: unittests/Driver/FineGrainedDependencyGraphTests.cpp
    • edit: test/InterfaceHash/added_private_method_value_types.swift
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Option/Options.td
    • edit: test/Frontend/PrivateFingerprints/enum-fingerprint.swift
    • delete: test/InterfaceHash/added_private_method-type-fingerprints.swift
    • delete: test/InterfaceHash/added_method.swift
    • delete: test/InterfaceHash/edited_method_body-type-fingerprints.swift
    • edit: lib/IDE/CompletionInstance.cpp
    • delete: test/InterfaceHash/added_private_class_private_property-type-fingerprints.swift
    • edit: lib/Driver/FineGrainedDependencyDriverGraph.cpp
    • edit: test/InterfaceHash/added_private_method.swift
  • Commit a664a33b52680bca4c80d6749583a86da6bac902 by jgroff:

    SIL: Add instructions to represent async suspend points.

    • edit: include/swift/AST/ASTContext.h
    • delete: include/swift/AST/KnownObjCTypes.def
    • add: test/SIL/Serialization/async.sil
    • edit: lib/Serialization/ModuleFormat.h
    • edit: include/swift/SIL/SILCloner.h
    • edit: lib/SILOptimizer/Utils/CFGOptUtils.cpp
    • edit: include/swift/SILOptimizer/Utils/SCCVisitor.h
    • edit: lib/SIL/IR/SILArgument.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SIL/Utils/BasicBlockUtils.cpp
    • edit: include/swift/SIL/SILNodes.def
    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: lib/SIL/IR/ValueOwnership.cpp
    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SILOptimizer/ARC/ARCSequenceOptUtils.cpp
    • edit: include/swift/SIL/SILBuilder.h
    • edit: stdlib/public/Concurrency/PartialAsyncTask.swift
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp
    • edit: lib/AST/ASTContext.cpp
    • add: include/swift/AST/KnownSDKTypes.def
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/SIL/IR/SILInstructions.cpp
    • edit: test/SIL/Parser/async.sil
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
  • Commit 964f640636d848318d35fc48e25df624a55fef91 by rwidmann:

    Drop "Private Deps" Flag

    • edit: lib/AST/FrontendSourceFileDepGraphFactory.cpp
    • edit: include/swift/Driver/Compilation.h
    • edit: test/Incremental/Dependencies/reference-dependencies-fine.swift
    • edit: unittests/Driver/MockingFineGrainedDependencyGraphs.cpp
    • edit: lib/Driver/Compilation.cpp
    • edit: unittests/Driver/UnitTestSourceFileDepGraphFactory.cpp
    • edit: test/Incremental/Dependencies/reference-dependencies-members-fine.swift
    • edit: include/swift/Option/Options.td
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: unittests/Driver/MockingFineGrainedDependencyGraphs.h
    • edit: lib/AST/FrontendSourceFileDepGraphFactory.h
    • edit: lib/AST/AbstractSourceFileDepGraphFactory.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Driver/ToolChains.cpp
    • edit: unittests/Driver/UnitTestSourceFileDepGraphFactory.h
    • edit: include/swift/AST/AbstractSourceFileDepGraphFactory.h
    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Driver/Driver.cpp
  • Commit da764ebe39fae5a23f32cb852953eaa24e5c20f6 by github:

    Update README.md

    • edit: README.md
  • Commit 28f3e442135d7ae60c1522e8da41322350f84171 by github:

    Fix typo

    • edit: lib/IRGen/GenPointerAuth.cpp
  • Commit b0b546873ca8c47b99cdae99110f94d2cbaa5283 by github:

    Fix typo

    • edit: lib/Serialization/Serialization.cpp
  • Commit 60427845781ba4c247e932338fde85dd46ec0bcf by spestov:

    Sema: Tweak re-declaration checking behavior to match old logic

    • edit: test/Sema/redeclaration-checking.swift
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
  • Commit 28388384f2f6d65d78ce23838ef296bfc1fe66d2 by spestov:

    AST: UnqualifiedLookup only finds forward references to outer local bindings when IncludeOuterResults is set

    • edit: include/swift/AST/ASTScope.h
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit 06fc9c5a5ed64128f15e89b54070f458a6960014 by spestov:

    Sema: Simulate old name lookup behavior when parser lookup is off

    • add: test/NameLookup/edge-cases.swift
    • edit: lib/Sema/PreCheckExpr.cpp
  • Commit 8168dda2bc4d15aee8d6ba729230d58791556f76 by spestov:

    AST: Remove dead code from ASTScopeDeclConsumerForUnqualifiedLookup::consume()

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit f738a57040ab1e42f46c8a73c1f6cc0b8a34bdae by spestov:

    ASTScope: Remove DeclVisibilityKind parameter from AbstractASTScopeDeclConsumer::consume()

    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 3ec4ced57db438f54b54d88f2207e762120e8eaa by spestov:

    ASTScope: Don't handle top-level bindings in a SourceFile for now

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: test/NameLookup/scope_map_top_level.swift
  • Commit 903786f5ab88056e2abc5b5db99b0107d6d06461 by eeckstein:

    tests: correct availability checks in Interpreter/runtime_name_local_class_opaque_type.swift

    • edit: test/Interpreter/runtime_name_local_class_opaque_type.swift
  • Commit 7271fd079e5dd103bca30d55bf408aed6e06642c by github:

    [build] Run dsymutil on multiple files at a time (#34149)

    • edit: utils/build-script-impl
  • Commit d74cad69600eb498f3f875a8418769b98fa0365e by github:

    [Localization] Install only *.db and *.yaml files (#34139)

    • edit: localization/CMakeLists.txt
  • Commit 554e0f97e60f3873dcdae3e5bfd03ce45345e8c1 by spestov:

    AST: Find local property wrappers in ASTScope::lookupLocalDecls()

    • edit: lib/Sema/PreCheckExpr.cpp
    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit 11b2251ac18de4fa7e78a132afb9ff0e7457af63 by xi_ge:

    Driver: forwarding driver invocations to the new driver when SWIFT_USE_NEW_DRIVER is defined

    • edit: include/swift/AST/DiagnosticsDriver.def
    • edit: tools/driver/driver.cpp
  • Commit b7b6cfc782098e67db1a3f7d97c496e92aab67da by compnerd:

    test: repair the Windows CI host after #34142

    • edit: test/SIL/Parser/async.sil
  • Commit a511a88e2fc66be413223bfdaea4a8460c0708ff by github:

    Have kernel binary scanner load dSYMs as binary+dSYM if best thing found (#1896)

    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    • edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    • edit: lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  • Commit 1e93d390bfc622b170d5eca04a694f9d02ff688b by achikin:

    [Explicit Module Builds] Provide API for a common dependency graph operation performed by SwiftPM

    • edit: Sources/SwiftDriver/Explicit Module Builds/PlaceholderDependencyResolution.swift
    • edit: Tests/SwiftDriverTests/Inputs/ExplicitModuleDependencyBuildInputs.swift
    • edit: Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift