# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#15744]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/15744/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Mon, 08 Feb 2021 20:27:10 -0600
Build duration: 52 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 35802bfa36214f99b8af81e4400fcae9e5330000 by jgroff:
CheckedContinuation: Add resume(with: Result)
for parity with UnsafeContinuation
-
edit: stdlib/public/Concurrency/CheckedContinuation.swift
-
Commit 053aaaca610328a6c638d4ceaf3296629be4796d by kyrtzidis:
Fix crash in merge-modules involving a file with extension of nested type
- add: validation-test/Serialization/Inputs/crash-nested-extension/output.json
- edit: lib/Serialization/Deserialization.cpp
- add: validation-test/Serialization/Inputs/crash-nested-extension/f1.swift
- add: validation-test/Serialization/Inputs/crash-nested-extension/f2.swift
- add: validation-test/Serialization/crash-nested-extension.swift
-
Commit c2f7eef76a282e770312c020a84704078ad44450 by github:
remove deprecated code (#3240)
- edit: Sources/PackageGraph/PackageGraph.swift
- edit: Sources/SourceControl/RepositoryManager.swift
- edit: Sources/PackageModel/Manifest.swift
- edit: Sources/PackageGraph/PackageContainer.swift
- edit: Sources/PackageLoading/ManifestLoader.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- edit: Sources/Workspace/Workspace.swift
- edit: Sources/Basics/JSON+Extensions.swift
-
Commit e9c883d25a027ecce5823c0cc9952e2cda20617c by github:
refactor PackageDependencyDescription towards identity changes (#3239)
- edit: Tests/PackageLoadingTests/PD4_2LoadingTests.swift
- edit: Sources/PackageModel/ManifestSourceGeneration.swift
- edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
- edit: Tests/XcodeprojTests/PackageGraphTests.swift
- edit: Sources/Commands/Describe.swift
- edit: Sources/PackageLoading/PackageDescription4Loader.swift
- edit: Sources/PackageModel/Manifest/PackageDependencyDescription.swift
- edit: Sources/SPMTestSupport/MockDependency.swift
- edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
- edit: Sources/PackageModel/Manifest.swift
- edit: Tests/PackageGraphTests/PackageGraphTests.swift
- edit: Sources/PackageGraph/PackageModel+Extensions.swift
- edit: Sources/PackageGraph/PackageGraph.swift
- edit: Tests/BuildTests/BuildPlanTests.swift
- edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
- edit: Sources/PackageGraph/PackageGraph+Loading.swift
- edit: Sources/Workspace/Workspace.swift
- edit: Tests/WorkspaceTests/WorkspaceTests.swift
- edit: Tests/PackageLoadingTests/PD5LoadingTests.swift
- edit: Sources/PackageLoading/ManifestLoader.swift
- edit: Tests/PackageModelTests/ManifestTests.swift
- edit: Tests/PackageLoadingTests/PD5_2LoadingTests.swift
- edit: Tests/PackageLoadingTests/PD4LoadingTests.swift
- edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
- edit: Tests/CommandsTests/PackageToolTests.swift
- edit: Tests/PackageGraphPerformanceTests/PackageGraphPerfTests.swift
-
Commit 888f208440b5b2af02b85685f3139955b8132e41 by github:
Install
swift-package-collection
in the toolchain (#3248)- edit: Utilities/bootstrap