[Swift CI] Build Failure: OSS - Swift Package - macOS (main) #5499

# [FAILURE] oss-swift-package-macos [#5499]

Build URL: https://ci.swift.org/job/oss-swift-package-macos/5499/
Project: oss-swift-package-macos
Date of build: Thu, 14 Jan 2021 20:53:48 -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 db4f790c5d683e54c8a277296434494f1075eacc by pyaskevich:

[ConstraintSystem] Make it possible to use PotentialBinding in set/map

  • edit: include/swift/Sema/ConstraintSystem.h

  • Commit aa887fd66a40f8f817b3d903df88d3c6f1dacb1a by pyaskevich:

    [ConstraintSystem] Turn binding storage into a SetVector

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSBindings.cpp
  • Commit 03b6b41774d6d930a241a5ce73d99761b996e388 by pyaskevich:

    [CSBindings] NFC: Don't pass constraint system as an argument to infer* methods

    • edit: lib/Sema/CSBindings.cpp
    • edit: unittests/Sema/SemaFixture.cpp
    • edit: unittests/Sema/BindingInferenceTests.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 7617b7418e4038fbe6cf0d6a318c9d203379270c by pyaskevich:

    [CSBindings] Re-introduce joined bindings instead of updating in place

    • edit: lib/Sema/CSBindings.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit ecd1018799042ea2f56a3ce2ea173a5fc0b03d44 by z.zoelec2:

    [cxx-interop] Use cached record when possible.

    • add: test/Interop/Cxx/class/Inputs/linked-records.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • add: test/Interop/Cxx/class/linked-records-module-interface.swift
    • edit: test/Interop/Cxx/class/Inputs/module.modulemap
  • Commit 2ae43f97af7d0eb4dab3302769c6b15e4f52ffe7 by mgottesman:

    [ownership] Eliminate Optional return value APIs from OwnershipUtils in favor of an Invalid enum case.

    • edit: lib/SILOptimizer/SemanticARC/LoadCopyToLoadBorrowOpt.cpp
    • edit: lib/SILOptimizer/SemanticARC/OwnedToGuaranteedPhiOpt.cpp
    • edit: lib/SILOptimizer/Utils/CanonicalOSSALifetime.cpp
    • edit: lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp
    • edit: lib/SIL/Utils/OwnershipUtils.cpp
    • edit: lib/SIL/Verifier/ReborrowVerifier.cpp
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp
    • edit: lib/SIL/Verifier/LinearLifetimeChecker.cpp
    • edit: lib/SIL/Verifier/SILOwnershipVerifier.cpp
    • edit: lib/SILOptimizer/SemanticARC/OwnershipLiveRange.cpp
  • Commit 821f1f419af93d8c6e8fb288730d6ba32ad82c76 by mgottesman:

    [sil] Fix a thinko in a comment.

    • edit: include/swift/SIL/SILValue.h
  • Commit 2b73378ddbf7ec251225c1f056d6430315e764ed by mgottesman:

    [sil] Improve comment on swift::replaceSingleUse.

    • edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
  • Commit fda96eb8a05a1e9377a328fee36ef41e63f377d0 by ben_barham:

    [Serialization] Skip opaque types nested in skipped function bodies

    • edit: lib/Serialization/Serialization.cpp
    • add: test/Serialization/opaque_nested.swift
  • Commit a4d76261f09bb7af3a9c2891e29dbbe7c771b04d by rwidmann:

    Pass -target to lit Tests instead of -arch

    • edit: test/lit.cfg
    • edit: validation-test/Runtime/class_update_callback_with_fixed_layout.m
    • edit: test/stdlib/Compatibility50Linking.c
  • Commit 7e471d64f9aec74d0766bffd1ae114421dbeec00 by anders:

    Increment the current version from 5.3 to 5.4. ToolsSupportCore used to be part of SwiftPM, and for historical reasons the SwiftPM version is still provided by ToolsSupportCore (this should also be fixed, separately).

    • edit: Sources/TSCUtility/Versioning.swift
  • Commit 52ce9104e3fdcc412007053b9eafef7015ee8d3f by blangmuir:

    Fix deprecation warnings from swiftpm APIs

    • edit: Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
  • Commit f5e3a0cbf53711355702fea891ab94332bff90d7 by jonas:

    [lldb] Add script to copy the static bindings

    • add: lldb/scripts/copy-static-bindings.py
  • Commit 9e13126829f9eb177f7f857f0b29a32367428c81 by davelee.com:

    [lldb] Implement TypeSystemSwiftTypeRef::GetEncoding

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 7dea10325d67d15e11ee41b6ddb693f859594303 by davelee.com:

    fix float handling

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 5cbe02ab191349255c711d0c05277d561cccda9d by davelee.com:

    explicitly handle Builtin.Vec

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit c32625d4c016eff68b1567770b8251a6660cb9d7 by davelee.com:

    use startswith() for Builtin.Vec

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 4d02818e6d50be8d3984a17f8e4b00b62f8eb7a0 by davelee.com:

    use assert over llvm_unreachable

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit f411e7b3c521eed724ed87056125b5d458851038 by davelee.com:

    move check of type into impl

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 0105dfc266fedb06d17edb2f47c69791d28fda76 by davelee.com:

    formatting

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit 89c985cc7ecfebc10e1e7a047b0c932a53c53274 by davelee.com:

    [lldb] Replace an llvm_unreachable with assert in TypeSystemSwiftTypeRef

    • edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
  • Commit ebb61beec0e49103360ea2b257b06ee214e2041b by github:

    Add func call so we don't instruction-step into the builtin_trap (#2331)

    • edit: lldb/test/API/macosx/builtin-debugtrap/main.cpp
  • Commit 52de14521f9b568ff1cc4c5e09474fda2be1f2c7 by github:

    Change 999.0 to 5.4 in PackageDescription and related tests (#3193)

    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Sources/PackageDescription/LanguageStandardSettings.swift
    • edit: Sources/PackageDescription/Target.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
  • Commit a3dd078bb0ffb26a89bbcf15b84ce2f09ec4ac4e by github:

    Add products to package collections CLI (#3188)

    • edit: Sources/Commands/SwiftPackageCollectionsTool.swift

New issue found!

New issue found!

New issue found!

New issue found!