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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3302/
Project:
oss-swift-package-osx
Date of build:
Thu, 16 May 2019 18:33:20 -0500
Build duration:
3 hr 4 min

Identified problems:

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

Changes

  • Commit cd88cedd868d97d57a8813756e63e23dc9f9e41e by atrick:
    Slightly reword a comment in AccessEnforcementOpts.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit c08e4396abde0b0cb82e7080542f59ada734b2a3 by atrick:
    In AccessEnforcementOpts, skip SCC analysis.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit a9070cf6d483e1033f199eab7537b9efb3e14887 by atrick:
    Add AccessEnforcementOpts fast paths.

    • edit: include/swift/SIL/MemAccessUtils.h
    • add: test/SILOptimizer/access_enforcement_fastpath.sil
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit 1120617b648770f81c9b32933afa42f9dc0621a3 by atrick:
    Remove a stray llvm::dbgs() from compile time debugging.

    • edit: lib/SILOptimizer/Analysis/AccessedStorageAnalysis.cpp
  • Commit 894a1e50bf4c88adc77f46f34e47f01174e8091e by hamishknight:
    [CS] Consolidate logic forming locators to callees

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/Constraints/function.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: test/Constraints/generics.swift
  • Commit 63df26a4981faae9fe8ae61b00946d9901dd9723 by hamishknight:
    [CS] Use callee locators for fix ambiguities

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 8aa7401ba5bd4cf29624d8eab9d2f36a585571a2 by hamishknight:
    [Sema] Add getDeclOrNull to OverloadChoice

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/OverloadChoice.h
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit f4c0bc748a4aef967e4f4d9ff36b6070f26ff8b4 by hamishknight:
    [Sema] Fix compiler crasher SR-10696

    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/type_of.swift
  • Commit dbde6aa65e3c11c0bedab92f76b9f9225e45e16f by bob.wilson:
    [Test] Add availability to the ResilientNSObject test in

    • edit: test/Interpreter/SDK/objc_getClass.swift
  • Commit 3b4bb1960ddab4da9892cba303223b8d0ea5682f by github:
    @_implementationOnly: fix over-eager checking for vars in extensions

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/ResilienceDiagnostics.cpp
    • edit: test/Sema/implementation-only-import-in-decls.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAccess.cpp
  • Commit 71b8c5617ee484df62d8bc8ffb5d43ba4fb37255 by eeckstein:
    SILCombine: fix a miscompile in dead alloc_existential_box removal

    • add: test/SILOptimizer/silcombine_aebox_miscompile.swift
    • edit: test/SILOptimizer/sil_combine.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
  • Commit 050af6159b0000840f89f602bc4b4ad9725d048c by compnerd:
    swift: add a set of Windows extensions

    • edit: src/swift/IO.swift
    • edit: src/swift/Source.swift
  • Commit 305c0a064c2400c14867f9208c6005d1a4f05a1c by si:
    When adding conditionally included compiler flags, dont use the CFLAGS

    • edit: src/CMakeLists.txt
  • Commit 0541894adc9546ff21efb6cfaa7cc5a196d0ce18 by github:
    dispatch_group and dispatch_starfish are failing sporadically in CI

    • edit: tests/CMakeLists.txt
  • Commit b200fd98727a6b4b142b0a5f424036ce2008d290 by github:
    Don't set target_link_libraries on disabled group test

    • edit: tests/CMakeLists.txt
  • Commit 3eaa735ccb4a61409d796e7f018f842ba40bb5df by apl:
    [Initialization] Remove unused includes from SystemInitializerCommon

    • edit: source/Initialization/SystemInitializerCommon.cpp
  • Commit 43db430523118efe1dea6c23ae83fe96a81a1d11 by apl:
    [Initialization] Remove extra ClangASTContext init

    • edit: source/Initialization/SystemInitializerCommon.cpp
  • Commit 46b0cd2d145977f18c0e76a3f6b6e95306bc4912 by apl:
    lldb-server: remove link against lldbInterpreter

    • edit: tools/lldb-server/CMakeLists.txt
  • Commit 3f8ac61f329606320bc6f96a8b4fd337e4e4562c by apl:
    Initialization: remove ObjectContainer from Common

    • edit: source/Initialization/CMakeLists.txt
    • edit: source/API/SystemInitializerFull.cpp
    • edit: source/Initialization/SystemInitializerCommon.cpp
  • Commit 2aea5e9255e5ffd2149632cc9484bdfc70505f4b by apl:
    Initialization: correct macro usage

    • edit: source/Initialization/SystemInitializerCommon.cpp
  • Commit 5770288f00fdb8dfbe0dbd792abfd0ca3a8010d1 by apl:
    Initialization: move InstructionEmulation to full initialization

    • edit: source/API/SystemInitializerFull.cpp
    • edit: source/Initialization/CMakeLists.txt
    • edit: source/Initialization/SystemInitializerCommon.cpp
    • edit: tools/lldb-server/SystemInitializerLLGS.cpp
    • edit: tools/lldb-server/CMakeLists.txt
  • Commit 6310422be5521a1c94a93888326e4c975ce2644a by aprantl:
    Make sure GetObjectDescription falls back to the Objective-C runtime.

    • add: packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py
    • add: packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/main.mm
    • add: packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile
    • edit: source/Core/ValueObject.cpp
  • Commit 93ec1962873982b96440be3f9694a3478c4f66aa by aprantl:
    Factor out switch statement into a helper function (NFC)

    • edit: source/Core/ValueObject.cpp
    • edit: include/lldb/Target/Language.h
    • edit: source/Target/Language.cpp
  • Commit 048c38cf31219ba65c41d8ee0c2e7fd0751dd278 by aprantl:
    Remove SwiftASTContext::isTrivialOptionSetType. (NFC)

    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: source/Plugins/Language/Swift/SwiftOptionSet.cpp