swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-osx [#3144]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3144/
Project:
oss-swift-package-osx
Date of build:
Fri, 12 Apr 2019 23:17:53 -0500
Build duration:
1 hr 49 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 44dfba81e4d2116cbba528767a3937a7c622bc5c by aqamoss3fan2010:
Parse: Reinterpret associativity kinds as contextual keywords
-
edit: test/IDE/coloring.swift
-
edit: lib/Parse/ParseDecl.cpp
-
Commit a4606111afa2fa75760527ce5eff74eedf527e4c by jordan_rose:
Adjust the implementation-only diagnostics to sound more similar
-
edit: lib/Sema/TypeCheckAccess.cpp
-
edit: test/Sema/implementation-only-import-inlinable.swift
-
edit: test/Sema/implementation-only-import-inlinable-indirect.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Sema/implementation-only-import-inlinable-conformances.swift
-
edit: lib/Sema/TypeChecker.h
-
edit: lib/Sema/ResilienceDiagnostics.cpp
-
edit: test/Sema/implementation-only-import-in-decls.swift
-
edit: test/Sema/implementation-only-import-library-evolution.swift
-
edit: test/Sema/implementation-only-import-inlinable-multifile.swift
-
Commit 326fa14f8b73b10a7ef7ad7b818648a1ba180c59 by jordan_rose:
Don't bother checking implementation-only import use for accessors
-
edit: test/Sema/implementation-only-import-inlinable.swift
-
edit: test/Sema/implementation-only-import-inlinable-multifile.swift
-
edit: lib/Sema/ResilienceDiagnostics.cpp
-
Commit f61f0c0b2d77ca62141c2d615ccc7c8ea9aa026d by jordan_rose:
Consolidate names of implementation-only checking as "exportability"
-
edit: lib/Sema/TypeCheckProtocol.cpp
-
edit: lib/Sema/TypeCheckAccess.cpp
-
Commit e5456984f706fb60f08784230562f67be2c66159 by harlan:
[ModuleInterfaces] Remove 'parseable' from command-line flags
-
edit: lib/Frontend/ArgsToFrontendOutputsConverter.cpp
-
edit: lib/Frontend/CompilerInvocation.cpp
-
edit: lib/FrontendTool/FrontendTool.cpp
-
edit: include/swift/Option/FrontendOptions.td
-
edit: include/swift/Option/Options.td
-
edit: lib/Driver/Driver.cpp
-
edit: lib/Frontend/FrontendOptions.cpp
-
edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
-
edit: include/swift/Frontend/FrontendOptions.h
-
edit: include/swift/Option/Options.h
-
edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
-
Commit ea7e7e918f69bdaa53b7cb8a52183861c74538e9 by harlan:
[ModuleInterface] Remove 'parseable interface' from diagnostics
-
edit: include/swift/AST/DiagnosticsDriver.def
-
edit: lib/Driver/Driver.cpp
-
edit: lib/Frontend/ParseableInterfaceSupport.cpp
-
edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
-
edit: include/swift/AST/DiagnosticsFrontend.def
-
edit: lib/Frontend/Frontend.cpp
-
Commit 6d72977642efd4377e11ea56ee04aa77d09bb53f by harlan:
[test] [ModuleInterfaces] Get tests passing with new diagnostics
-
edit: test/Frontend/supplementary-output-support.swift
-
edit: test/ParseableInterface/imports.swift
-
edit: test/Driver/options.swift
-
edit: test/ParseableInterface/ModuleCache/module-cache-bad-version.swift
-
Commit 150ad9945772220397d6823ac4468c4b2831a15f by harlan:
[ModuleInterfaces] Replace 'module file' with 'compiled module'
-
edit: test/Serialization/load-invalid-doc.swift
-
edit: test/ParseableInterface/ModuleCache/force-module-loading-mode-framework.swift
-
edit: test/Driver/imported_modules_bridging_header.swift
-
edit: test/Interpreter/SDK/missing_imports_repl.swift
-
edit: test/ParseableInterface/ModuleCache/force-module-loading-mode.swift
-
edit: test/Serialization/swiftdoc-versions.swift
-
edit: test/Serialization/load-wrong-name-doc.swift
-
edit: test/Serialization/version-mismatches.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Serialization/load-arch-fallback-framework.swift
-
edit: test/ParseableInterface/ModuleCache/force-module-loading-mode-archs.swift
-
edit: test/Serialization/load-arch-fallback.swift
-
edit: test/Serialization/load-invalid.swift
-
Commit f7b014b95c3a360e1eb919d004e221adb5af189e by mgottesman:
[cast-opt] Rename CastOptimizer member vars to match the rest of the
-
edit: include/swift/SILOptimizer/Utils/CastOptimizer.h
-
edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
-
edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
-
edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
-
Commit d1389aded6c180284158149380871743a73e348a by mgottesman:
[cast-opt] Refactor some code onto SILDynamicCast and delete dead code.
-
edit: include/swift/SIL/DynamicCasts.h
-
edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
-
Commit 98c20d49465671c25c09b8bed26a7e7fa5ca106f by mgottesman:
[cast-opt] Slim down a large function by extracting out a part of it
-
edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
-
Commit e19268ecfe7a94c331489a3d3254746a1f8042c9 by eeckstein:
tests: fix CHECK lines in escape_analysis test
-
edit: test/SILOptimizer/escape_analysis.sil
-
Commit f6c7973911c3d05d90a23f1b8c9a15c8771e6f5f by github:
Teach -verify-apply-fixes to handle overlapping fix-its (#23970)
-
edit: unittests/Basic/CMakeLists.txt
-
edit: include/swift/Basic/STLExtras.h
-
edit: lib/Frontend/DiagnosticVerifier.cpp
-
add: unittests/Basic/STLExtrasTest.cpp
-
Commit f81aec03c9eb942666a8759a0a3234bd6f3df8dc by compnerd:
build: canonicalise source path before use (NFC)
-
Commit 374a10c55fb773166d3540e109c2dcbb20253466 by pyaskevich:
[ConstraintSystem] Overload choice should not be required to refer to
-
edit: lib/Sema/CSSimplify.cpp
-
Commit 5d4a2d9e40a9fe4896134794d6ff5889d8341711 by shajrawi:
lit.cfg: move the DYLD_LIBRARY_PATH setting code to the
-
Commit 116389b6529a16943616b809e0aa2cd811d64dec by blangmuir:
[test] Fix rare failure in LineTable editing test
-
edit: Tests/SKSupportTests/SupportPerfTests.swift
-
Commit be553b4bd41c321f2d6581fdfbee973f69446bda by jfbastien:
Variable auto-init: also auto-init alloca
-
edit: lib/CodeGen/CMakeLists.txt
-
add: lib/CodeGen/PatternInit.h
-
edit: lib/CodeGen/CGBuiltin.cpp
-
edit: lib/CodeGen/CGDecl.cpp
-
add: lib/CodeGen/PatternInit.cpp
-
edit: test/CodeGenCXX/trivial-auto-var-init.cpp
-
Commit 356c0fc7674680a4bde112facd6d27c01a889902 by syaghmour:
[ASTImporter] Improve import of FileID.
-
edit: lib/AST/ASTImporter.cpp
-
Commit b6f50da6e52014baf8d7774221ee585455e84e17 by syaghmour:
[ASTImporter] Handle built-in when importing SourceLocation and FileID
-
edit: lib/AST/ASTImporter.cpp
-
edit: include/clang/AST/ASTImporter.h