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

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/5292/
Project: oss-swift-package-osx
Date of build: Mon, 16 Nov 2020 23:17:22 -0600
Build duration: 4 hr 23 min

Identified problems:- Swift Compile Error: Swift compiler error

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

Changes- Commit 3f553beb701ac54522c6b8dc3fee8bcacf36d0a4 by aprantl:

Handle unowned and unmanaged references.

  • edit: stdlib/public/Reflection/TypeLowering.cpp

  • Commit 79b7d5fa998dc0d3818a79bf558c87eb3e68ed82 by ben_barham:

    [Frontend] Disable skipping any function bodies for SwiftOnoneSupport

    • edit: test/Frontend/skip-function-bodies.swift
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit eba057fe88a4ebd1f1d7e626db4ad0fec4c7ff90 by nate_chandler:

    [Async CC] Move thick context into async context.

    • edit: lib/IRGen/GenFunc.cpp
    • edit: test/IRGen/async/partial_apply.sil
    • edit: test/IRGen/async/partial_apply_forwarder.sil
    • edit: test/IRGen/async/run-partialapply-capture-struct_classinstance_classinstance-and-int64-to-int64.sil
    • edit: test/IRGen/async/run-partialapply-capture-inout-generic-and-in-generic-to-generic.sil
    • edit: lib/IRGen/GenCall.cpp
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: test/IRGen/async/run-partialapply-capture-structgeneric_polymorphic_constrained-to-void.sil
    • edit: lib/IRGen/GenCall.h
    • edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
    • edit: test/IRGen/async/run-partialapply-capture-type_structgeneric_polymorphic_constrained-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-int64-to-int64.sil
    • edit: test/IRGen/async/run-partialapply-capture-structgeneric_classinstance_to_struct_and_error.sil
    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-type_thin-and-classinstance-to-void.sil
  • Commit 8320b831a390bba9534066a49d986a202cfb1d3f by spestov:

    IRGen: Squash an unused variable warning

    • edit: lib/IRGen/GenObjC.cpp
  • Commit 2390b959e1fd2888bf6503c2c009663d27768af2 by spestov:

    IRGen: Emit class stubs in more instances so that objc_copyClassList() can find them

    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenClass.cpp
    • add: test/IRGen/objc_generic_class_stub.swift
    • edit: test/IRGen/class_update_callback_with_stub.swift
    • edit: lib/IRGen/GenMeta.cpp
  • Commit 1a6f86be719ed5ecb8d47dcad573bcb58aee1904 by spestov:

    Parse: Use InInactiveClauseEnvironment instead of looking at the Scope

    • edit: lib/Parse/ParseIfConfig.cpp
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 186d3159cb81499609fa0291d8db69fe9c44eb0a by github:

    Update debug.swift

    • edit: test/IRGen/async/debug.swift
  • Commit b7978b664c708be587b169c71553873c0677d89f by nate_chandler:

    [Async CC] Don't add thick placeholder to args.

    • add: test/IRGen/async/run-partialapply-capture-int64-int64-throws-to-int64.sil
    • edit: lib/IRGen/GenFunc.cpp
  • Commit fa54ff85685a2b8e346f6da4aa8a199ba3e3d635 by aschwaighofer:

    IRGen: Fix lowering of Builtin.createAsyncTask and Builtin.createAsyncTaskFuture

    • edit: include/swift/Runtime/RuntimeFunctions.def
    • edit: lib/IRGen/GenCall.cpp
    • edit: test/IRGen/async/builtins.sil
  • Commit 0a9a6405abdf67232db38746b5178da0c0113d1d by spestov:

    Parse: Create a trailing where clause even if it was incomplete

    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/AST/GenericParamList.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: lib/Parse/ParseGeneric.cpp
    • edit: include/swift/AST/GenericParamList.h
  • Commit 74e72a6cd7c0c74285d99f4977ba091d33d93a0f by spestov:

    swift-ide-test: Disable parser lookup

    • edit: tools/swift-ide-test/swift-ide-test.cpp
  • Commit 9e4bdb65be9d4f87ee73e43dfb7a9894d10112d9 by github:

    More dynamic casting tests (#34732)

    • edit: test/Casting/Casts.swift
  • Commit ec1f3d926b295fc7f0f547ec89db65a8bd6982ba by atrick:

    Disable an assert in LinearLifetimeChecker pending design changes.

    • edit: lib/SIL/Verifier/LinearLifetimeChecker.cpp
  • Commit 67c42bd9ea0a04f8e9238ad32ba0e7f8d0643965 by tgymnich:

    Fix cachesDirectory using a file url instead of a path

    • edit: Sources/TSCBasic/FileSystem.swift
  • Commit 1d02f90fa6f6283b7129507be0bc8904098d55ec by aschwaighofer:

    Fix unused variable warning in release builds

    • edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  • Commit 2ae44f4ab9f3e8d3b8fbb2a2dbf887f12f2507b7 by aschwaighofer:

    Async coroutines: Make sure we can handle control flow in suspend point dispatch function

    • edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    • edit: llvm/test/Transforms/Coroutines/coro-async.ll
  • Commit 38f996cdc08619d52cee7ed6b8193c60d4674be7 by github:

    [PackageLoading] Improve flexibility in formatting Package manifests and correctness in parsing Swift tools version specifications (#2937)

    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Tests/WorkspaceTests/ToolsVersionWriterTests.swift
    • edit: Sources/Workspace/ToolsVersionWriter.swift
    • edit: CHANGELOG.md
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
  • Commit cbbfb24dd355ab6c269da6648131a4fd8d35973c by github:

    Updated netrc authentication feature with code review feedback (#3015)

    • edit: swift-tools-support-core/Sources/TSCUtility/Netrc.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Sources/Commands/Options.swift
  • Commit e4429fbd81a9b674be67810544e4b0b0651b3496 by 1498529+cltnschlosser:

    Update option diagnostics to match c++ driver

    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Driver/Driver.swift