[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #4107

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4107/
Project:
oss-swift-package-osx
Date of build:
Sat, 14 Dec 2019 14:53:19 -0600
Build duration:
4 hr 30 min

Changes

  • Commit 24d191d1e653cd7d73f7d0d4e0bd5e6494eec436 by apl:
    [build] Verify a host is supported when setting build options

    • edit: utils/build-script-impl
  • Commit 81e3c76c1db0cae6b8ae914a5c9cf82084e0350a by apl:
    [build] Simplify setting SWIFT_HOST_VARIANT and related variables

    • edit: utils/build-script-impl
  • Commit 36cecb4015e51ac65f7b4a32600d7d6535111156 by hamishknight:
    Requestify hasDynamicMemberLookupAttribute for Sema too

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: include/swift/Sema/IDETypeCheckingRequests.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/AST/Type.cpp
    • edit: lib/Sema/IDETypeCheckingRequests.cpp
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: include/swift/AST/Type.h
    • edit: include/swift/Sema/IDETypeChecking.h
    • edit: include/swift/Sema/IDETypeCheckingRequestIDZone.def
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit e40a275e05e2a70a36636247f665c7fe3f02d643 by dgregor:
    [Clang importer] Ensure that we check a bridging PCH in a source file

    • add: test/ClangImporter/Inputs/ModuleMapWarning/PrivateWarning.framework/Headers/PrivateWarning.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • add: test/ClangImporter/pch-bridging-header-module-map-diags.swift
    • add: test/ClangImporter/Inputs/ModuleMapWarning/PrivateWarning.framework/Modules/module.private.modulemap
    • add: test/ClangImporter/Inputs/ModuleMapWarning/PrivateWarning.framework/PrivateHeaders/PrivateWarning_Private.h
    • add: test/ClangImporter/Inputs/ModuleMapWarning/bridging-pch.h
    • add: test/ClangImporter/Inputs/ModuleMapWarning/PrivateWarning.framework/Modules/module.modulemap
  • Commit a9249287a15d5c385dfa94928f844cfcab6942ff by spestov:
    Sema: Remove some dead code from CSDiag

    • edit: lib/Sema/CSDiag.cpp
  • Commit db357d95a902537deb8ed1635b84e9eb45121f8a by spestov:
    Sema: Remove unused 'locator' parameter in a few places

    • edit: lib/Sema/CSApply.cpp
  • Commit 4a7b35dc6b237932e428b54fbe5eb89b368437ff by spestov:
    Sema: Compute captures correctly for closures without source locations

    • edit: lib/Sema/TypeCheckCaptures.cpp
  • Commit 1401cbaf2b92d5f446452b9ea65121af5dccec02 by spestov:
    SILGen: Fudge emitProlog() to emit unreachable later

    • edit: test/SILGen/functions_uninhabited_param.swift
    • edit: lib/SILGen/SILGenProlog.cpp
  • Commit 62d1adb409918c638b53187cfb6ae3f4380afbd6 by spestov:
    SILGen: Simplify SILGenFunction::emitClosure()

    • edit: lib/SILGen/SILGenFunction.cpp
  • Commit 7626f9de4f6cf65c694d2dc469c39a8456708555 by spestov:
    AST: Small cleanups

    • edit: include/swift/AST/ParameterList.h
    • edit: lib/AST/Parameter.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/CodeSynthesis.cpp
  • Commit 34a883d90e91e892ab57c5475970213f264b05c7 by dgregor:
    Test requires Objective-C

    • edit: test/ClangImporter/pch-bridging-header-module-map-diags.swift
  • Commit 5acb59aea4dd2bec180228f060b87ccfa535ced3 by mgottesman:
    [pa-combiner] Simplify some cleanup code by using

    • edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
  • Commit 89ff110c0decb93d22305f7f766d43094fb04a1c by mgottesman:
    [pa-combiner] Use llvm::any_of instead of a for loop.

    • edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
  • Commit f30b2c9b9fec5010b63e76165aa451fa78e7ebce by mgottesman:
    [pa-combiner] Change worklist iteration to use a more canonical worklist

    • edit: lib/SILOptimizer/Utils/PartialApplyCombiner.cpp
  • Commit 4596948f7c6e2ba459b23d66e42f904036fb2686 by david:
    Remove the AnyError type as Error doesn’t need to be erased

    • edit: Sources/Commands/Error.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • edit: Sources/SPMTestSupport/MockDependencyResolver.swift
    • edit: Tests/TSCBasicTests/XCTestManifests.swift
    • edit: Sources/Workspace/ResolverPrecomputationProvider.swift
    • edit: Sources/TSCBasic/Process.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Tests/TSCBasicTests/ResultTests.swift
    • edit: Sources/PackageGraph/Pubgrub.swift
    • edit: Tests/SourceControlTests/RepositoryManagerTests.swift
    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Sources/TSCBasic/Result.swift
    • edit: Sources/SourceControl/RepositoryManager.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/PackageGraphTests/DependencyResolverTests.swift
    • edit: Sources/Build/BuildDelegate.swift
    • edit: Tests/TSCBasicTests/AwaitTests.swift
  • Commit 92858ae3d93eaeb8bf0408c1807c0b1e01ef4311 by ankit_aggarwal:
    [bootstrap] Suppress stderr from install_name_tool

    • edit: Utilities/bootstrap