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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3148/
Project:
oss-swift-package-osx
Date of build:
Sun, 14 Apr 2019 07:37:51 -0500
Build duration:
4 hr 1 min

Changes

  • Commit de021aa32b286cac6cae0c2ce53ce1e444eb9707 by mgottesman:
    [cast-opt] Eliminate a leak along the cast failure path when bridging

    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
    • edit: test/SILOptimizer/cast_folding_objc.swift
    • edit: test/Interpreter/casts.swift
  • Commit 1defc949668acbf44b7be26891392ce465d06d7f by mgottesman:
    [ownership] Add a frontend option to strip ownership after

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: include/swift/AST/SILOptions.h
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 1983368057e36c7dbcb9dc0b9b4e1830097f8479 by mgottesman:
    [cast-opt] Create an ownership version of bridged_cast_folding.sil and

    • add: test/SILOptimizer/bridged_casts_folding_ownership.sil
    • edit: test/SILOptimizer/bridged_casts_folding.sil
    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp