hartbit
(David Hart)
1
Hello,
I’m trying to cherry-pick a commit on SwiftPM’s 4.0 branch and smoke testing failed with an unrelated error. Perhaps someone else might be interested by it:
In file included from include/swift/Syntax/SyntaxFactory.h:29:
include/swift/Syntax/SyntaxNodes.h:117:7: error: typedef redefinition with different types ('SyntaxCollection<SyntaxKind::FunctionCallArgumentList, swift::syntax::FunctionCallArgumentSyntax>' vs 'swift::syntax::FunctionCallArgumentListSyntax')
PR: Allow build & run to reference unreachable targets by hartbit · Pull Request #1290 · apple/swift-package-manager · GitHub
CI: https://ci.swift.org/job/swift-package-manager-PR-osx-smoke-test/439/
Regards,
David.
Hmm...I think this is failing because there are some leftover headers from master infecting the swift-4.0-branch PR tests. A clean test should work fine, for now, though I can imagine this might happen again. I'm gonna investigate.
···
On Jul 27, 2017, at 4:39 AM, David Hart via swift-dev <swift-dev@swift.org> wrote:
Hello,
I’m trying to cherry-pick a commit on SwiftPM’s 4.0 branch and smoke testing failed with an unrelated error. Perhaps someone else might be interested by it:
In file included from include/swift/Syntax/SyntaxFactory.h:29:
include/swift/Syntax/SyntaxNodes.h:117:7: error: typedef redefinition with different types ('SyntaxCollection<SyntaxKind::FunctionCallArgumentList, swift::syntax::FunctionCallArgumentSyntax>' vs 'swift::syntax::FunctionCallArgumentListSyntax')
PR: Allow build & run to reference unreachable targets by hartbit · Pull Request #1290 · apple/swift-package-manager · GitHub
CI: https://ci.swift.org/job/swift-package-manager-PR-osx-smoke-test/439/
Regards,
David.
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev