[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #10087

Report

[FAILURE] oss-swift-incremental-RA-osx [#10087]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-osx/10087/
Project:
oss-swift-incremental-RA-osx
Date of build:
Mon, 13 Jan 2020 17:26:16 -0600
Build duration:
35 min

Identified problems:

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

Changes

  • Commit 78503cd7cac67ee77519ca6cd687109c13cf8e53 by david:
    Workspace modifications to support downloading and managing binary

    • edit: Sources/Workspace/CMakeLists.txt
    • add: Sources/SPMTestSupport/MockArchiver.swift
    • add: Sources/Workspace/WorkspaceState.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/PackageLoading/Diagnostics.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Sources/Workspace/Workspace.swift
    • add: Sources/SPMTestSupport/MockHashAlgorithm.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/PackageModel/Target.swift
    • edit: TSC/Sources/TSCBasic/JSONMapper.swift
    • edit: Tests/WorkspaceTests/XCTestManifests.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • add: Sources/SPMTestSupport/MockDownloader.swift
    • delete: Sources/Workspace/ManagedDependency.swift
    • edit: Sources/Commands/SwiftTool.swift
  • Commit 405e97d27fee02b68f0f5b4b0a345131277123c5 by ankit_aggarwal:
    SPM should always invoke xcrun using an absolute path

    • edit: Sources/Workspace/Destination.swift
    • edit: Sources/Workspace/UserToolchain.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit 91ca8ca0935ad6ab7d266e6b41d594a3cf767c0a by alex:
    [build-script] Install SwiftSyntax to usr/lib instead of usr/lib/swift

    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/swift_build_support/swift_build_support/products/swiftsyntax.py
    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build-presets.ini
  • Commit ef254c0e9c97ed6bf4b7c3fe0c04bcfae88308a7 by rkandhadaimadhav:
    [Constant Evaluator] Add support for evaluating checked_cast_br

    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • edit: lib/SIL/SILConstants.cpp
    • edit: test/SILOptimizer/constant_evaluator_test.sil
    • edit: include/swift/SIL/SILConstants.h
    • edit: include/swift/AST/DiagnosticsSIL.def
    • edit: test/SILOptimizer/constant_evaluable_subset_test.swift
  • Commit e23e77b6a57865c279d9d77922844973d50f08d2 by harlan:
    Allow function builder attrs on vars without bodies in interfaces

    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/ModuleInterface/function_builders.swift
  • Commit eed6a4eb94d7ee40096e57837fb876896dd21ef1 by asuhan:
    Expose function sections option (#28088)

    • add: test/LinkerSections/Inputs/FunctionSectionsUse.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/IRGen/IRGen.cpp
    • edit: include/swift/AST/IRGenOptions.h
    • edit: include/swift/Option/FrontendOptions.td
    • add: test/LinkerSections/function_sections_ir_check.swift
    • add: test/LinkerSections/Inputs/FunctionSections.swift
    • add: test/LinkerSections/function_sections.swift