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

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

Build URL: https://ci.swift.org/job/oss-swift-package-macos/5489/
Project: oss-swift-package-macos
Date of build: Mon, 11 Jan 2021 18:12:37 -0600
Build duration: 7 hr 18 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 a478cd72a008f97a6b23f48e18e82a14e007f0ab by hborla:

[SILGen] When creating an assign_by_wrapper instruction, substitute

  • edit: lib/SILGen/SILGenLValue.cpp

  • Commit 05686f7261d020d3b5c4470c494bd704568fe728 by hborla:

    [SILGen] Always use assign_by_wrapper if a property wrapper assignment

    • edit: lib/SILGen/SILGenLValue.cpp
  • Commit e75b7ef08afec4cfb9accd73e59f32a0adfc460d by hborla:

    [Property Wrappers] Clarify the description of property wrapper handling

    • edit: lib/Sema/CSApply.cpp
  • Commit 3640de3455b8060d8ff857a71e9e1c1eec608fbb by hborla:

    [Property Wrappers] Check for ignored assign_by_wrapper loads in

    • edit: test/SILOptimizer/di_property_wrappers_errors.swift
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: test/SILOptimizer/di_property_wrappers.swift
  • Commit 82fc4418951cf41f1d2b03a66be94735e0be60f9 by jgroff:

    SILGen: Copy values fed from completion handler invocation to balance retains.

    • edit: lib/SILGen/SILGenThunk.cpp
    • edit: test/SILGen/objc_async.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
  • Commit 114364873dbae8abfee88509ab0e2c15be331a6b by pyaskevich:

    [ConstraintSystem] Adjust ConformanceRequirement locator to carry ProtocolConformance

    • edit: lib/Sema/ConstraintLocator.cpp
    • edit: include/swift/Sema/ConstraintLocator.h
  • Commit 87cc597d1911d2f9d735f67753150a19cec2a327 by pyaskevich:

    [ConstraintSystem] Stop using CheckedConformances cache

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 5f20eb661ef88d3879d2aa47e4e34716700ad5d6 by pyaskevich:

    [Diagnostics] Adjust requirement failures to retrieve conformance information from locator

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 2a6f279b457692f13ddc85bd75abc214ca5cd71a by pyaskevich:

    [ConstraintSystem] NFC: Remove obsolete used/checked conformances cache

    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit c151f4b02b6e7e382312d0ac410bc0be6ec62102 by jgroff:

    Concurrency: Introduce a CheckedContinuation adapter.

    • add: test/Concurrency/Runtime/checked_continuation.swift
    • edit: include/swift/Runtime/Concurrency.h
    • edit: stdlib/public/Concurrency/Task.cpp
    • add: stdlib/public/Concurrency/CheckedContinuation.swift
    • edit: stdlib/public/Concurrency/CMakeLists.txt
  • Commit 6bc2696e243a916f4bec61fa1353ffe32cbb4d1d by z.zoelec2:

    [cxx-interop] Inline constexpr vars.

    • edit: test/Interop/Cxx/static/static-var-silgen.swift
    • edit: test/Interop/Cxx/static/Inputs/static-member-var.h
    • edit: test/Interop/Cxx/static/static-member-var-irgen.swift
    • edit: test/Interop/Cxx/static/static-member-var-silgen.swift
    • edit: test/Interop/Cxx/static/static-var-irgen.swift
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 5f0974515d0244c00c17691b027e83d72eeaabcc by jgroff:

    Make CheckedContinuation thread-safe and resilient.

    • edit: stdlib/public/Concurrency/CheckedContinuation.swift
  • Commit 5585cac9dd8ca6b3692cde12c1f19918b9bd7129 by spestov:

    AST: Remove AnyValue type eraser now that it's no longer needed

    • delete: lib/Basic/AnyValue.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/GenericSignature.h
    • edit: lib/Basic/CMakeLists.txt
    • edit: include/swift/AST/Pattern.h
    • edit: include/swift/Basic/AnyValue.h
    • edit: include/swift/Basic/TypeID.h
  • Commit 28e7ed03d0a7c319ebc803ff6dd77213ca21a5aa by spestov:

    AST: Remove the 'legacy' request dependency graph implementation

    • edit: lib/AST/ASTContext.cpp
    • edit: test/decl/class/circular_inheritance.swift
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/AST/Evaluator.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: unittests/AST/ArithmeticEvaluator.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/AST/Evaluator.h
    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
  • Commit 52d8479275d4e9b210b4a4a0fa12d7dd21780a22 by spestov:

    AST: Remove AnyRequest

    • edit: lib/AST/Evaluator.cpp
    • edit: include/swift/AST/AnyRequest.h
  • Commit e1be08abb9278abde5989e3a7f21943cce1c466e by dgregor:

    [Actor isolation] Allow @actorIndependent(unsafe) to access global-actors.

    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/attr/actorindependent_unsafe.swift
  • Commit fd4ce3bddb0317853a90a5699c3e958c6e908cca by pyaskevich:

    [TypeChecker] NFC: Unify logic in checkDeclarationAvailaibility and ConstraintSystem::isDeclUnavailable

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckAvailability.cpp
  • Commit 13f84ddd7eefb7491afcdf7ee616424a8d069f44 by mikeash:

    [Runtime] Fix premature snapshot destruction in StableAddressConcurrentReadableHashMap::find.

    • edit: include/swift/Runtime/Concurrent.h
  • Commit d0564c0cf17df3b63ac53fb0a47adc54317353f4 by dgregor:

    Fix a typo in a comment.

    • edit: lib/Sema/TypeCheckConcurrency.cpp
  • Commit 83870756e06a77f5fac0acd620d46598eeedb26d by dgregor:

    [Concurrency] Only infer extension/nominal actor for instance members.

    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/actor_isolation.swift
  • Commit 21732c95514b192b4603acad64b25da1da6e353d by compnerd:

    Interop: remove unnecessary C++ standard

    • edit: test/Interop/Cxx/static/static-var.swift
    • edit: test/Interop/Cxx/operators/member-out-of-line.swift
    • edit: test/Interop/Cxx/static/static-member-var.swift
    • edit: test/Interop/Cxx/static/constexpr-static-member-var.swift
    • edit: test/Interop/Cxx/static/static-member-func.swift
    • edit: test/Interop/Cxx/operators/non-member-out-of-line.swift
    • edit: test/Interop/Cxx/reference/reference.swift
    • edit: test/Interop/Cxx/static/inline-static-member-var.swift
  • Commit af948715d924034ddddec974f6db131db68236e1 by dgregor:

    Fix test case

    • edit: test/decl/class/circular_inheritance.swift
  • Commit f5a08e45bcd2f5481cd004117ebbf4cf0eda3685 by compnerd:

    Interop: restore -std=c++11 for a few tests

    • edit: test/Interop/Cxx/operators/member-out-of-line.swift
    • edit: test/Interop/Cxx/operators/non-member-out-of-line.swift
    • edit: test/Interop/Cxx/static/constexpr-static-member-var.swift
    • edit: test/Interop/Cxx/static/static-member-var.swift
    • edit: test/Interop/Cxx/reference/reference.swift
  • Commit 906f96497069c84512fd90a6e0b1f5a517bddae5 by github:

    Update CODEOWNERS (#180)

    • edit: CODEOWNERS
  • Commit 6f0ae42e4a087b72c3f8f86ef80c6456e58ae9fa by github:

    add configuration to limit size of sqlite (#179)

    • edit: Sources/TSCUtility/SQLite.swift
    • edit: Tests/TSCUtilityTests/SQLiteTests.swift
  • Commit 1dd5ac49c92e13a3678dda44520640517b8ae5fb by github:

    make Platform::darwinCacheDirectories thread shafe (#178)

    • edit: Sources/TSCUtility/Platform.swift
    • edit: Tests/TSCUtilityTests/PlatformTests.swift
  • Commit da4d6436cee6f9db7b49fd2283c4b53ada62da87 by github:

    Actually skip not needed dependencies during dependency resolution (#3166)

    • edit: Sources/PackageModel/Manifest.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
  • Commit 219417ef340935004585b1bc7f66e4f0cf5998ab by github:

    Add swift package archive-source subcommand (#3104)

    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift