# [FAILURE] oss-swift-rebranch-package-macos [#14]
Build URL: https://ci.swift.org/job/oss-swift-rebranch-package-macos/14/
Project: oss-swift-rebranch-package-macos
Date of build: Mon, 01 Feb 2021 01:58:19 -0600
Build duration: 3 hr 1 min
Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Indication 1
- Swift Compile Error: Swift compiler error
Changes- Commit 02b51181999352434e18153dcaeb6dd9159e24da by z.zoelec2:
[cxx-interop] Correctly import static function templates.
-
edit: test/Interop/Cxx/templates/member-templates-module-interface.swift
-
edit: test/Interop/Cxx/templates/member-templates-silgen.swift
-
edit: lib/Sema/CSApply.cpp
-
edit: test/Interop/Cxx/templates/Inputs/member-templates.h
-
Commit ec2e130b0f36129e369cdc3d4cbbd185acc2538e by z.zoelec2:
[nfc] Add tests for witness table size optimizations.
- add: test/Interop/Cxx/value-witness-table/Inputs/witness-layout-opts.h
- add: test/Interop/Cxx/value-witness-table/witness-layout-opts-irgen.swift
- edit: test/Interop/Cxx/value-witness-table/Inputs/module.modulemap
-
Commit ff8845ece05b8bef66814e62637f25a2771a0d98 by mgottesman:
[capture-promotion] Move to ./lib/SILOptimizer/{IPO,Mandatory}.
- edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
- delete: lib/SILOptimizer/IPO/CapturePromotion.cpp
- edit: lib/SILOptimizer/IPO/CMakeLists.txt
- add: lib/SILOptimizer/Mandatory/CapturePromotion.cpp
-
Commit e9f9918c9275fdbfc4b64f67a108ba5cb9c4375b by mgottesman:
[capture-promotion] Move each of the underlying parts of capture promotion into separate sections instead of having them all mixed together.
- edit: lib/SILOptimizer/Mandatory/CapturePromotion.cpp