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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4248/
Project:
oss-swift-package-osx
Date of build:
Fri, 24 Jan 2020 02:34:20 -0600
Build duration:
4 hr 40 min

Changes

  • Commit 4b698a5a31ea84ec95302a6c57414e03b76815f6 by hamishknight:
    [AST] Introduce ActiveRequest

    • edit: lib/AST/Evaluator.cpp
    • edit: include/swift/AST/AnyRequest.h
    • edit: include/swift/AST/Evaluator.h
  • Commit 2b97bf8af4c7d98e13395e63ed186e36d5215d11 by hamishknight:
    [Evaluator] Stop canonicalizing requests

    • edit: include/swift/AST/Evaluator.h
  • Commit 35ba3d731643a5164e479e533aa82973532b07b9 by hamishknight:
    Fix Optional's simple_display

    • edit: include/swift/Basic/AnyValue.h
  • Commit a1c490220b685276932955fdb490da43338d077b by hamishknight:
    Enable the use of find_as with ActiveRequest

    • edit: lib/AST/Evaluator.cpp
    • edit: include/swift/AST/AnyRequest.h
  • Commit a3a88dd16e4a08749a9083127f4b76c39bd76613 by compnerd:
    build: cleanup unreferenced CMake variables

    • edit: utils/build-script-impl
  • Commit 684d13e2c16ea627dd91fe2dba3a217d979c0077 by compnerd:
    SILGen: remove stray file (NFC)

    • delete: lib/SILGen/SILGenProlog.swift
  • Commit 34848e6026c9c43d45efe97a8849effdc1a1c97a by apl:
    [build] Unify logic to skip building projects in build-script-impl

    • edit: utils/build-script-impl
  • Commit e6e127b09fe58ba619e01def325ebbc36f66d94b by spestov:
    ClangImporter: Tighten up isMethodAlreadyImported()

    • edit: lib/ClangImporter/ImportDecl.cpp
  • Commit 7b4466f4004b5d676bff2c6347c8ff5089f5cb4e by rishizaki:
    [CodeCompletion] Ignore implicit decl when finding equivalent decl

    • add: test/SourceKit/CodeComplete/complete_sequence_property_wrapper.swift
    • edit: lib/IDE/CompletionInstance.cpp
  • Commit 3a7d87b4ed5e2e45bcef7956d1c39144a61f1472 by dave:
    [CMake] Fix missing linker deps when using BUILD_SHARED_LIBS

    • edit: unittests/ClangImporter/CMakeLists.txt
    • edit: lib/ClangImporter/CMakeLists.txt
    • edit: tools/driver/CMakeLists.txt
  • Commit b5e2e021bc5af3c6a0db7662762418ea17e67712 by eeckstein:
    utils: change handling of generic specializations in

    • edit: utils/analyze_code_size.py
  • Commit ca1bb6ff2e75723e8d127ed954f71abf766cd097 by compnerd:
    build: simplify handling for static variants (NFC)

    • edit: utils/build-script-impl
  • Commit f8a1ad22e1c5b93d39c6483b0c8ed551a5c7ee17 by github:
    Revert "Don't heap allocate for active requests"

    • edit: include/swift/AST/Evaluator.h
    • edit: include/swift/AST/AnyRequest.h
    • edit: include/swift/Basic/AnyValue.h
    • edit: lib/AST/Evaluator.cpp
  • Commit 98b86c63d1d1a1a2ef75d192db5bcb6d9fc535b5 by dungar:
    Use the initial value of EnableFineGrainedDependencies as the default.

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Driver/Compilation.h
    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Basic/LangOptions.h
  • Commit 61f473136979ba446cf1cc87cf3a19693eff553d by github:
    Fix python linting

    • edit: utils/analyze_code_size.py
  • Commit a8df8ef03c01c6329f25292fe77545b8d0f1a23d by compnerd:
    build: remove FORCE_BUILD_OPTIMIZED

    • edit: cmake/modules/AddSwift.cmake
    • edit: lib/Sema/CMakeLists.txt
    • edit: lib/AST/CMakeLists.txt
  • Commit 74cfee14859a1c07954b388149c10e0f20776a88 by github:
    [Typechecker] Extended ambiguous none warning to cases as well (#29356)

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/enum/enumtest.swift
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 9e78116704a38c2a8d8d418b3291fdc8dbe86c9c by arphaman:
    Add CODEOWNERS to protect the branch

    • add: CODEOWNERS
  • Commit 6465fa801c718570fd6b8413e4cbbe77e4523508 by github:
    Update README.md

    • edit: README.md
  • Commit cdf48a028755d699b81d13901b5e124c945dd22f by ahoppen:
    Add an example on how to depend on SwiftSyntax with SwiftPM 5.2

    • edit: README.md
  • Commit 1a4e3f23a3857dbad629f8e68680ca0030a6bbad by ankit_aggarwal:
    Compile manifests instead of interpreting them

    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Sources/PackageDescription/CMakeLists.txt
    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit 6d72824319b286a4912ab4f114f1a12b199dce86 by david:
    Rename Bundle.moduleResources to Bundle.module

    • edit: Sources/Build/BuildPlan.swift
    • edit: Fixtures/Resources/Simple/Sources/SwiftyResource/main.swift
  • Commit a74d22f320993d851f84ff539d3b3a17d6189aae by ankit_aggarwal:
    Setup integration tests into SwiftPM

    • add: IntegrationTests/Tests/LinuxMain.swift
    • add: IntegrationTests/Package.swift
    • edit: TSC/Sources/TSCBasic/FileSystem.swift
    • edit: .gitignore
    • edit: Utilities/bootstrap
    • add: Utilities/test-toolchain
    • add: Utilities/helpers.py
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: TSC/Tests/TSCUtilityTests/DownloaderTests.swift
    • add: IntegrationTests/README.md
    • edit: Sources/SourceControl/InMemoryGitRepository.swift
    • add: IntegrationTests/Tests/IntegrationTests/XCTestManifests.swift
    • add: IntegrationTests/Tests/IntegrationTests/Helpers.swift
    • add: IntegrationTests/Tests/IntegrationTests/BasicTests.swift
    • add: IntegrationTests/Tests/IntegrationTests/StringChecker.swift
  • Commit 9e03813e1f9a2b1b553b023d10ac5286e75be3e3 by blangmuir:
    [libindexstore] Remove indexstore_unit_event_get_modification_time

    • edit: include/indexstore/IndexStoreCXX.h
    • edit: lib/Index/indexstore_functions.def
    • edit: include/indexstore/indexstore_functions.h