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

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

Build URL: https://ci.swift.org/job/oss-swift-package-macos/5478/
Project: oss-swift-package-macos
Date of build: Fri, 08 Jan 2021 03:52:29 -0600
Build duration: 7 hr 14 min

Identified problems:- Delete directory failed: A script tried to delete a directory with rm and it failed

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

Changes- Commit 650c54b822fe051549c4f7ce051728052caab49c by pyaskevich:

[CSBindings] Split literals from other protocol requirements

  • edit: lib/Sema/CSBindings.cpp

  • edit: lib/Sema/ConstraintSystem.cpp

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

  • Commit 41623abe4964acf24db804ce214dc6e6f86667fc by pyaskevich:

    [CSBindings] Compute literal information on demand

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

    [CSBindings] Check literal coverage as new bindings/requirements are discovered

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

    [CSBindings] Transform literal requirements into bindings when type variable is attempted

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/CSBindings.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 2393a7c9a4601af100ea1176165b1bbf327fe620 by pyaskevich:

    [CSBindings] Represent literal requirements as a struct instead of a tuple

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSBindings.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSSolver.cpp
  • Commit 25fff2c4f2d744d80fe5bc2cce33a422c28e0881 by pyaskevich:

    [unittests/Sema] NFC: Adjust binding inference test to reflect binding set changes

    • edit: unittests/Sema/BindingInferenceTests.cpp
  • Commit b79b875a3ddb11887caff96574c9327ce60aa4ab by pyaskevich:

    [ConstraintSystem] Make it possible to reference PotentialBinding(s) in unit tests

    • edit: include/swift/Sema/ConstraintSystem.h
  • Commit 1ed2f62e88ed69318aa8ea36f2ef4d1ff33adb3d by pyaskevich:

    [unittests/Sema] NFC: Add tests for literal requirement inference/coverage

    • edit: unittests/Sema/BindingInferenceTests.cpp
  • Commit f2985d501e1f73b65528f55c071f9c32051095b1 by pyaskevich:

    [TypeChecker] NFC: Add a test-case for SR-10757 (rdar://72770327)

    • add: test/Constraints/sr10757.swift
  • Commit 8356ab430bd0eabfcf550cbd45eb27ab9bd6b169 by pyaskevich:

    [ConstraintSystem] NFC: Avoid use of designated initializers to make Windows happy

    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSBindings.cpp
  • Commit e8c0e33ab631343babb065fd0de008d43cdefaf1 by spestov:

    AST: Fix actor isolation checking for lazy property initializers

    • edit: include/swift/AST/ActorIsolation.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/actor_isolation.swift
  • Commit 7556f9c34efddbe5c05905625674711bec611f72 by github:

    Update release/5.4 scheme for indexstore-db, swift-package-manager, sourcekit-lsp, swift-tools-support-core and swift-driver

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit ea0b31edaaae8ca82a7a92ce6b02940b6cbc9f1f by github:

    Refactor generation of SHA256 checksums (#3116)

    • edit: Sources/Basics/CMakeLists.txt
    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/SourceControl/Repository.swift
    • add: Sources/Basics/ByteString+Extensions.swift
    • add: Tests/BasicsTests/ByteStringExtensionsTests.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Sources/XCBuildSupport/PIF.swift