Luke, there seems to be a problem setting up Kitura. I didn't see this issue locally.
'Kitura' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Kitura: error: product dependency 'KituraNet' not found
'Kitura' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Kitura: error: product dependency 'KituraTemplateEngine' not found
···
On Jan 11, 2018, at 6:57 PM, swift-ci@swift.org wrote:
[FAILURE] swift-master-source-compat-suite [#1064]
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/1064/
Project: swift-master-source-compat-suite
Date of build: Thu, 11 Jan 2018 17:20:13 -0600
Build duration: 3 hr 37 minChanges
Commit adf38f54862b477fed2929eaa39dbc2cb3dfb6be by dgregor:
[Runtime] Pack element count into the flags ofedit: test/IRGen/generic_tuples.swift
edit: lib/IRGen/GenMeta.cpp
edit: include/swift/Runtime/RuntimeFunctions.def
edit: stdlib/public/runtime/Metadata.cpp
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: include/swift/Runtime/Metadata.h
edit: include/swift/ABI/MetadataValues.hCommit 93cd5e8270cd43653d9e4db79a62ea3a14629948 by dgregor:
[ABI] Make TargetTupleTypeFlags size_t sized and move “labels” bit.edit: stdlib/public/runtime/Metadata.cpp
edit: lib/IRGen/GenMeta.cpp
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: include/swift/ABI/MetadataValues.h
edit: include/swift/Runtime/RuntimeFunctions.def
edit: test/IRGen/generic_tuples.swiftCommit 2833fc165db6f32fb6d5922797c46f9ba3e59c4a by xi_ge:
libSyntax: some refactoring on syntax parsing context. NFCedit: lib/Syntax/SyntaxParsingContext.cpp
edit: lib/Parse/Parser.cpp
edit: include/swift/Syntax/SyntaxParsingContext.h