Report
[FAILURE] oss-swift-5.1-package-osx [#209]
Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-osx/209/
Project:
oss-swift-5.1-package-osx
Date of build:
Thu, 16 May 2019 22:42:05 -0500
Build duration:
57 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 0ef65def9bf0bc9b2e9235d7b4576e0f6dbaebe9 by bob.wilson:
tests: disable check_class_for_archiving checks for older OSes- edit: test/Interpreter/SDK/check_class_for_archiving_log.swift
- edit: test/Interpreter/SDK/check_class_for_archiving.swift
-
Commit 4d7eeab3f8d363723853c1f48b2dbcc84f0f891c by spestov:
Run stable ABI tests on all Apple platforms- add: test/IRGen/eager-class-initialization-stable-abi.swift
- edit: test/lit.cfg
- edit: validation-test/Runtime/class_update_callback_without_fixed_layout.m
- add: test/Interpreter/SDK/archive_attributes_stable_abi.swift
- edit: test/decl/protocol/conforms/nscoding.swift
- edit: validation-test/Runtime/class_stubs_weak.m
- edit: validation-test/Runtime/old_runtime_crash_without_fixed_layout.swift
- edit: test/Interpreter/SDK/archive_attributes.swift
- add: test/IRGen/class_update_callback_without_fixed_layout_stable_abi.sil
- edit: test/IRGen/class_update_callback_without_fixed_layout.sil
- edit: test/IRGen/eager-class-initialization.swift
-
Commit d759ca43f35218ccd9fd21c272b40f5c1255ecbe by rishizaki:
Revert "Revert "SR-10469 Unknown syntax for interpolated string- edit: test/Syntax/Parser/tree.swift.result
- edit: lib/Parse/ParseExpr.cpp
- edit: test/Syntax/round_trip_parse_gen.swift
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: test/IDE/complete_expr_postfix_begin.swift
- edit: utils/gyb_syntax_support/ExprNodes.py
-
Commit dc3314ba25f449446b101fe7c9dc32cce2e626aa by rishizaki:
Rename StringInterpolationSegments to StringLiteralSegments- edit: utils/gyb_syntax_support/NodeSerializationCodes.py
- edit: utils/gyb_syntax_support/ExprNodes.py
- edit: lib/Parse/ParseExpr.cpp
-
Commit 4b45d9881e436c0f63d3daa2a3b04233fff401a4 by rishizaki:
Consolidate StringInterpolationExpr to StringLiteralExpr- edit: utils/gyb_syntax_support/ExprNodes.py
- edit: lib/Parse/ParseExpr.cpp
- edit: utils/gyb_syntax_support/NodeSerializationCodes.py
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: lib/Syntax/Status.md
-
Commit 9b3a0beb420a91f49b8a6e18c420b55d13c3d3e6 by rishizaki:
Use StringLiteralExpr node if it's a single literal segment- edit: lib/Parse/ParseExpr.cpp
-
Commit 285a0372d7976c77f4b12a432ae816bca443c6b4 by rishizaki:
Use StringLiteralExpr for invalid InterpolatedStringLiteralExpr- edit: lib/Parse/ParseExpr.cpp
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: test/Syntax/Parser/tree.swift.result
- edit: test/incrParse/Outputs/incrementalTransfer.json
-
Commit 7e509882205e0915fd0a7f3724e0dc50aa1bf353 by rishizaki:
Fix to make minimum AST nodes for StringLiteralExpr- edit: lib/Parse/ParseExpr.cpp
-
Commit d55c88d840d5ccb3f54b27b756121ea33d067479 by rishizaki:
Revert removal of invalid interpolation check- edit: lib/Parse/ParseExpr.cpp
-
Commit 915881cd4d688b4de6995a5a923a638138e83496 by rishizaki:
Consume toke for string literal expr in a better way- edit: lib/Parse/ParseExpr.cpp
-
Commit f659843e0d8be8f06d8cf1a12f3e4ee255a789a2 by rishizaki:
Improve strange-interpolation test- edit: test/Parse/strange_interpolation.swift
-
Commit 5cd73f80f60a6c3fcd63819f3f6f5d331af21023 by rishizaki:
Move strange interpolation fix to PreCheckExpression- edit: test/Parse/strange_interpolation.swift
- edit: lib/Sema/TypeCheckConstraints.cpp
- add: test/SourceKit/Misc/strange_interpolation.swift
- edit: lib/Parse/ParseExpr.cpp
-
Commit c84558c3a41089f0fb9c8587219053cfd44c7b4c by rishizaki:
[Parse] Parse string interpolations as args- edit: lib/Parse/ParseExpr.cpp
- edit: test/IDE/complete_at_top_level.swift
-
Commit 008333d38c820b847722b5ea1c4ef952440191ac by rishizaki:
[AST] Give appendInterpolation refs a SourceLoc- edit: lib/Parse/ParseExpr.cpp
- edit: include/swift/AST/Expr.h
- edit: test/IDE/complete_at_top_level.swift
-
Commit e14b538ccf4ceaf290240ec2dc351e07895d97e3 by rishizaki:
[libSyntax] Represent raw string delimiters- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: test/Syntax/round_trip_parse_gen.swift
- edit: utils/gyb_syntax_support/Token.py
- edit: utils/gyb_syntax_support/ExprNodes.py
- edit: lib/Parse/ParseExpr.cpp
- edit: test/Syntax/Parser/tree.swift.result
- edit: test/incrParse/Outputs/incrementalTransfer.json
-
Commit 8dcc3e04166da15c4b3db7eaf626e7910d052758 by jordan_rose:
Merge pull request #24008 from allevato/batch-mode-response-files- edit: include/swift/Driver/ToolChain.h
- edit: lib/Driver/Job.cpp
- edit: lib/Driver/ToolChain.cpp
- edit: test/Driver/force-response-files.swift
- add: test/Driver/batch_mode_response_files.swift
- edit: include/swift/Driver/Job.h
-
Commit 437a08479705a6f6691f8005e6faeac67493d6f6 by github:
@_implementationOnly: fix over-eager checking for vars in extensions- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/ResilienceDiagnostics.cpp
- edit: lib/Sema/TypeCheckAccess.cpp
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: test/Sema/implementation-only-import-in-decls.swift
-
Commit 050af6159b0000840f89f602bc4b4ad9725d048c by compnerd:
swift: add a set of Windows extensions- edit: src/swift/Source.swift
- edit: src/swift/IO.swift
-
Commit 305c0a064c2400c14867f9208c6005d1a4f05a1c by si:
When adding conditionally included compiler flags, dont use the CFLAGS- edit: src/CMakeLists.txt
-
Commit 8537feed84d782c567395a6825b3d3cdc64fbcb7 by artem.dergachev:
[analyzer] MIGChecker: Add support for os_ref_retain().- edit: lib/StaticAnalyzer/Checkers/MIGChecker.cpp
- edit: test/Analysis/mig.mm
-
Commit 6315cc945885fa90b82145002e0a5529371473a3 by artem.dergachev:
[analyzer] MIGChecker: Fix redundant semicolon.- edit: lib/StaticAnalyzer/Checkers/MIGChecker.cpp
-
Commit 37a1db94372197ef1a082d9b2a2605d914709674 by artem.dergachev:
[analyzer] RetainCount: Fix os_returns_retained_on_zero with weird- edit: lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
- edit: test/Analysis/osobject-retain-release.cpp
-
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/Makefile
- add: packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/main.mm
- 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
-
Commit ec2c0c13b37d078a8c89a86e434fd58ac4fa023f by ditaliano:
[StackFrame] Prefer synthetic variable if asked.- edit: source/Target/StackFrame.cpp
- add: packages/Python/lldbsuite/test/lang/swift/array_element/TestSwiftArrayElement.py
- add: packages/Python/lldbsuite/test/lang/swift/array_element/Makefile
- add: packages/Python/lldbsuite/test/lang/swift/array_element/main.swift
-
Commit 3853d69757049e94f5a18f520f91d4a5763030c4 by ditaliano:
[StackFrame] Add a comment to justify the workaround.- edit: source/Target/StackFrame.cpp