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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-osx/9894/
Project:
oss-swift-incremental-RA-osx
Date of build:
Tue, 10 Dec 2019 18:49:07 -0600
Build duration:
46 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 acd8843967b99478a62fdd9234fc9382a77048db by ahoppen:
    Use SourceKit's not_recommended field to populate deprecated in Code

    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Tests/SourceKitTests/SourceKitTests.swift
    • edit: Tests/SourceKitTests/SwiftPMIntegration.swift
  • Commit 36e530cc3f37f85981e637132f7221a5914a2d37 by compnerd:
    build: add a workaround for CMake <3.16 on Windows

    • edit: CMakeLists.txt
  • Commit 5dab3cbf2512ed6f19f98909a300f6e76bb2668a by jgroff:
    Clarify comments on new ABIDifference constants

    • edit: include/swift/SIL/TypeLowering.h
  • Commit 8a45d5a5180edd8bc1d9176b96dcc1676d01223e by jgroff:
    Mangler: Support substituted SIL function types in thunk manglings

    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/SIL/SILType.cpp
    • edit: include/swift/AST/ASTMangler.h
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Demangling/OldRemangler.cpp
  • Commit 84e20b630e62ebe47dd35cca8d4ff2dfdbf698b5 by jgroff:
    SIL parser support for substituted function types

    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/AST/Type.cpp
    • add: test/SIL/Parser/subst_function_type.sil
    • edit: include/swift/AST/TypeRepr.h
  • Commit 4742968454e14acb6772aa5accfb3dea5f49cb6a by jgroff:
    Serialization support for SIL substituted function types

    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: test/SIL/Serialization/basic.sil
    • edit: lib/AST/Type.cpp
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/Sema/TypeCheckType.cpp