swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-osx [#12773]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12773/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 25 Sep 2020 09:46:39 -0500
Build duration: 1 hr 44 min
Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
- |
Name: Swift(macosx-x86_64)
Failed: 0 test(s), Passed: 12773 test(s), Total: 13006 test(s) |
Name: Swift-Unit
Failed: 0 test(s), Passed: 679 test(s), Total: 679 test(s) |
Changes- Commit 6b40a092b9c059873d0fd8713988aee5ca41db0e by mracek:
Move the actual Obj-C parts of ReflectionMirror.mm into a separate file, make ReflectionMirror.mm a .cpp file (#34025)
- delete: stdlib/public/runtime/ReflectionMirror.mm
- add: stdlib/public/runtime/ReflectionMirror.cpp
- add: stdlib/public/runtime/ReflectionMirrorObjC.mm
- edit: stdlib/public/runtime/CMakeLists.txt
- edit: stdlib/public/runtime/Private.h