Report
[FAILURE] swift-master-source-compat-suite-enable-verify-exclusivity [#930]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-enable-verify-exclusivity/930/
Project:
swift-master-source-compat-suite-enable-verify-exclusivity
Date of build:
Tue, 16 Oct 2018 03:15:15 -0500
Build duration:
2 hr 36 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit ba066b82570472e1bca530299172baa7d891204d by spestov:
swift-api-digester: Don't drop value ownership when parameter has- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
- edit: test/api-digester/Outputs/stability-stdlib-source.swift.expected
-
Commit 5e7a28987747a8d6c29199d82e3fb16c17bdbc22 by spestov:
swift-api-digester: Subscripts don't have storage- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit 91fc404d4fb77629d252530d64053f51debc2e7b by spestov:
swift-api-digester: Don't desugar type aliases all the way- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit 7c6a6bd724ae248596f2b028c546ad21dcca52a7 by spestov:
swift-api-digester: Minor typos- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit 4ef1904e88041c793fd9faeda6b4d5531f9f0122 by spestov:
AST: Don't allow declarations to shadow generic parameters- edit: test/decl/protocol/req/associated_type_inference.swift
- edit: test/NameBinding/name_lookup.swift
- edit: test/Sema/circular_decl_checking.swift
- edit: test/api-digester/Outputs/stability-stdlib-source.swift.expected
- edit: lib/AST/NameLookup.cpp
-
Commit 8f975111afdaf431842998e0d82714fe5c8b6e9b by spestov:
Sema: Use TypeResolution::forInterface() to resolve type alias- edit: lib/Sema/TypeCheckDecl.cpp
- edit: test/decl/typealias/protocol.swift
-
Commit 607ec2d8de173493e387226babf710fefad0d4a3 by spestov:
Sema: Fix typo correction crash with invalid extension- edit: lib/AST/Decl.cpp
- edit: test/Sema/typo_correction.swift
-
Commit 73f1990bc2009242e6c0864b8853a0fce4c6dabc by spestov:
AST: Use getSelfInterfaceType() instead of getProtocolSelfType() where- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/IRGen/GenProto.cpp
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: lib/SILGen/SILGenType.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckProtocolInference.cpp
- edit: lib/TBDGen/TBDGen.cpp
- edit: lib/AST/ProtocolConformance.cpp
- edit: lib/AST/SubstitutionMap.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
-
Commit 494201889e18fdd1a2af7f046ee3ac5002391d8d by spestov:
AST: Clean up DeclContext::getProtocolSelfType()- edit: lib/AST/Decl.cpp
- edit: lib/AST/DeclContext.cpp
-
Commit 7626eb1571de2747e56cb94c2d9cd8bc6132214c by spestov:
AST: Use getSelfTypeInContext() consistently in typo correction- edit: lib/AST/LookupVisibleDecls.cpp
- edit: test/IDE/complete_where_clause.swift
-
Commit ebe19ca69ebbf7bbf67d6514daa37d7d583151a6 by spestov:
IRGen: Use getSelfTypeInContext() in one spot- edit: lib/IRGen/GenMeta.cpp