Code Monkey home page Code Monkey logo

perfect-mysql's Introduction

Perfect - MySQL Connector

Get Involed with Perfect!

Star Perfect On Github Stack Overflow Follow Perfect on Twitter Join the Perfect Slack

Swift 4.1 Platforms OS X | Linux License Apache PerfectlySoft Twitter Slack Status

This project provides a Swift wrapper around the MySQL client library, enabling access to MySQL database servers.

This package builds with Swift Package Manager and is part of the Perfect project. It was written to be stand-alone and so does not require PerfectLib or any other components.

Ensure you have installed and activated the latest Swift 4.1.2 tool chain.

macOS Build Notes

This package requires the Home Brew build of MySQL.

To install Home Brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

To install MySQL:

brew install [email protected]

Unfortunately, at this point in time you will need to edit the mysqlclient.pc file located here:

/usr/local/lib/pkgconfig/mysqlclient.pc

Remove the occurrance of "-fno-omit-frame-pointer". This file is read-only by default so you will need to change that first.

If you get a link error while build in Xcode, please, close XCode, open a New terminal, go to the place where you have your Packages.swift and build the project again:

swift package generate-xcodeproj

After this you have to set the path for libraries again.

Linux Build Notes

Ensure that you have installed libmysqlclient-dev for MySQL version 5.6 or greater.

sudo apt-get install libmysqlclient-dev

Please note that Ubuntu 14 defaults to including a version of MySQL client which will not compile with this package. Install MySQL client version 5.6 or greater.

Building

Add this project as a dependency in your Package.swift file.

.package(url:"https://github.com/PerfectlySoft/Perfect-MySQL.git", from: "3.0.0")

Documentation

For more information, please visit perfect.org.

perfect-mysql's People

Contributors

123flo321 avatar austinfuller avatar bo98 avatar crspybits avatar dannylewis-sheffield avatar iamjono avatar interchen avatar kjessup avatar leeceny avatar rockfordwei avatar taplin avatar ucotta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

perfect-mysql's Issues

Infinite loop when calling connect()

When using the MySQL connector, PerfectServer goes into an infinite loop when attempting to call the connect() method.

Back trace:

    etc…

    frame #261617: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261618: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261619: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261620: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261621: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261622: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261623: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261624: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261625: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261626: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261627: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261628: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261629: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261630: 0x0000000104801555 MySQL`static UnsafeMutablePointer.alloc(num=10) -> UnsafeMutablePointer<A> + 21 at MySQL.swift:30
    frame #261631: 0x00000001048036b1 MySQL`static MySQL.(p=0x0000000101407840, ret=0x00007fff5fbfc338) -> (UnsafeMutablePointer<Int8>, Int)).(closure #1) + 145 at MySQL.swift:243
    frame #261632: 0x00000001048038c3 MySQL`thunk + 35 at MySQL.swift:0
    frame #261633: 0x00000001048039a9 MySQL`partial apply for thunk + 89 at MySQL.swift:0
    frame #261634: 0x0000000100b14a23 libswiftCore.dylib`partial apply forwarder for Swift.String.(withCString <A> ((Swift.UnsafePointer<Swift.Int8>) throws -> A) throws -> A).(closure #1) + 67
    frame #261635: 0x00000001009f28b1 libswiftCore.dylib`Swift.ContiguousArray.withUnsafeBufferPointer <A> ((Swift.UnsafeBufferPointer<A>) throws -> A1) throws -> A1 + 145
    frame #261636: 0x0000000100a462ae libswiftCore.dylib`Swift.String.withCString <A> ((Swift.UnsafePointer<Swift.Int8>) throws -> A) throws -> A + 142
    frame #261637: 0x0000000104803558 MySQL`static MySQL.convertString(s="127.0.0.1", self=0x0000000104abd240) -> (UnsafeMutablePointer<Int8>, Int) + 456 at MySQL.swift:250
    frame #261638: 0x0000000104803e39 MySQL`MySQL.connect(host="127.0.0.1", user="root", password="4EYmZL9rcXzE2j9J", db=nil, port=0, socket=nil, flag=0, self=(ptr = 0x0000000104002a00)) -> Bool + 617 at MySQL.swift:267
    frame #261639: 0x0000000100f9be05 HelloPerfectServer`PerfectServerModuleInit() -> () + 1141 at PerfectHandlers.swift:35
    frame #261640: 0x000000010059bd22 PerfectLib`DynamicLoader.(realPath="./PerfectLibraries/HelloPerfectServer.framework/Versions/Current/HelloPerfectServer", moduleName="HelloPerfectServer", self=(initFuncName = "PerfectServerModuleInit"))(String, moduleName : String) -> Bool + 5730 at DynamicLoader.swift:72
    frame #261641: 0x000000010059a629 PerfectLib`DynamicLoader.loadFramework(atPath="./PerfectLibraries//HelloPerfectServer.framework/", self=(initFuncName = "PerfectServerModuleInit")) -> Bool + 633 at DynamicLoader.swift:45
    frame #261642: 0x000000010059482c PerfectLib`specialized PerfectServer.(name="HelloPerfectServer.framework/", baseDir=(internalPath = "./PerfectLibraries/"), dl=(initFuncName = "PerfectServerModuleInit")) -> ()).(closure #1) + 716 at PerfectServer.swift:52
    frame #261643: 0x0000000100594fec PerfectLib`_TPA__TTSf2n_i_n___TFFV10PerfectLib13PerfectServer18initializeServicesFT_T_U_FSST_ + 156 at PerfectServer.swift:0
    frame #261644: 0x00000001005ff2a4 PerfectLib`Dir.forEachEntry(closure=0x0000000100594f50 PerfectLib`_TPA__TTSf2n_i_n___TFFV10PerfectLib13PerfectServer18initializeServicesFT_T_U_FSST_ at PerfectServer.swift, self=(internalPath = "./PerfectLibraries/"), $error=ErrorProtocol @ 0x00007fff5fbfec90) -> ()) throws -> () + 48132 at Dir.swift:144
    frame #261645: 0x00000001005944d2 PerfectLib`PerfectServer.initializeServices() -> () + 1298 at PerfectServer.swift:65
    frame #261646: 0x000000010021089f perfectserverhttp`startServer($error=ErrorProtocol @ 0x00007fff5fbff608) throws -> () + 3951 at main_http.swift:86
    frame #261647: 0x0000000100213e87 perfectserverhttp`main + 87 at main.swift:21
    frame #261648: 0x00007fff817f65ad libdyld.dylib`start + 1
    frame #261649: 0x00007fff817f65ad libdyld.dylib`start + 1

Wont compile on Big Sur / Xcode 12.4

Looking for a cross OS MySQL client - this looked promising !

Did get it to build and worked on Ubuntu, but will not build on Big Sur.

Did a fresh install of MySQL per the docs (5.7) and then added https://github.com/PerfectlySoft/Perfect-MySQL to Xcode packages in a new project - errors:

MySQL.swift -

cannot find mysql_server_init in scope ... followed by 231 related errors.

The doc states editing /usr/local/lib/pkgconfig/mysqlclient.pc, but that file does not exist. Clearly, some local dependency at the OS level it appears, does not exist.

error: use of unresolved identifier 'MYSQL_OPT_SSL_MODE'

How can i resolve this error?
Detail error info is here:
/Users/edz/Desktop/SwiftCircle-Server/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:217:20: error: use of unresolved identifier 'MYSQL_OPT_SSL_MODE' return MYSQL_OPT_SSL_MODE ^~~~~~~~~~~~~~~~~~

Can someone create "Perfect" and "server-side-swift" tags on Server Fault?

This is a dev ops question, not a code question, so apologies for that. But, I just posted a Perfect-mySQL question on Server Fault (https://serverfault.com/questions/1002421/what-actions-are-needed-for-perfect-mysql-for-aws-for-update-your-amazon-rds-ss) and not sure if people there will see it. If someone here has privileges, it would be great if "Perfect" and "server-side-swift" tags could be created on Server Fault.

Thanks,
Chris.

Rows returned as array of strings

When fetching a row such as row = results.next() it returns an Element, and getting the fields using row[0] etc. This makes ugly code. In other languages I can do something like row["columnName"] to get the data I'm looking for.

swift 4.1.2 build error

.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQLStmt.swift:828:26: note: overloads for '==' exist with these partially matching parameter lists: (Bool, Bool), (Int, Int)
if bind.is_unsigned == 1 {

dyld: Library not loaded: @rpath/PerfectMySQL.framework

I have a project that uses PerfectHttpServer and PerfectMySQL (added using SwiftPackageManager).

Everything works fine when I run the app in Xcode, however when I generate an archive and export the build products, I get the following error when trying to run the executable:

dyld: Library not loaded: @rpath/PerfectMySQL.framework/Versions/A/PerfectMySQL
  Referenced from: /Users/chris/Documents/archive/Products/usr/local/bin/BaseballLive
  Reason: image not found

What do I need to do in order to run the executable?

warning: dependency 'PerfectMySQL' is not used by any target warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed

let package = Package(
name: "MyServerProject",
products: [
.executable(name: "MyServerProject", targets: ["MyServerProject"])
],
dependencies: [
.package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", from: "3.0.0"),
.package(url: "https://github.com/PerfectlySoft/Perfect-MySQL.git", from: "3.0.0")
],
targets: [
.target(name: "MyServerProject", dependencies: ["PerfectHTTPServer"])
]
)

Connect/Close

Hello,
Should I call Connect/Close for every query/transaction I do?
Or it is better to create a 1 time connection and use it?

mysql crashes on ping()

Hello,

I have a scenario where the same client makes several api calls asynchronously. In each call, i ping the database if the existing connection continues, if not, try to reconnect etc.

In on of these ping's program crashes with the following error:

malloc: *** error for object 0x101faf630: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug

screen shot 2018-03-29 at 20 32 13

I also tried doWithLock{} for each api call to be thread safe, but it did not work.

Compile Swift Module 'PerfectMySQL' Error!


Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
Target: x86_64-apple-darwin17.6.0


.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQLStmt.swift:503:43: error: use of undeclared type 'my_bool'
let isNullBuffers: UnsafeMutablePointer<my_bool>

.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQLStmt.swift:214:7: error: binary operator '==' cannot be applied to operands of type 'Int' and 'Bool'
0 == mysql_stmt_bind_param(ptr, paramBinds) else {

"mysqlclient.pc" not found

Path:/usr/local/lib/pkgconfig/mysqlclient.pc
"mysqlclient.pc" not found

do "swift build",then this is log:

/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417/module.modulemap:2:12: error: header '/usr/local/include/mysql/mysql.h' not found
    header "/usr/local/include/mysql/mysql.h"
           ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build Objective-C module 'mysqlclient'
import mysqlclient
       ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417/module.modulemap:2:12: error: header '/usr/local/include/mysql/mysql.h' not found
    header "/usr/local/include/mysql/mysql.h"
           ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build Objective-C module 'mysqlclient'
import mysqlclient
       ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417/module.modulemap:2:12: error: header '/usr/local/include/mysql/mysql.h' not found
    header "/usr/local/include/mysql/mysql.h"
           ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build Objective-C module 'mysqlclient'
import mysqlclient
       ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-mysqlclient.git-5333716826204139417/module.modulemap:2:12: error: header '/usr/local/include/mysql/mysql.h' not found
    header "/usr/local/include/mysql/mysql.h"
           ^
/Users/wangzz/Desktop/MyAwesomeProject/.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQL.swift:13:8: error: could not build Objective-C module 'mysqlclient'
import mysqlclient
       ^
error: terminated(1): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-build-tool -f /Users/wangzz/Desktop/MyAwesomeProject/.build/debug.yaml main output:
    

MariaDB compatibility?

MariaDB is generally a drop-in replacement for MySQL, but attempting to build this module with MariaDB installed on the system (instead of MySQL) results in the error ld: library not found for -lmysqlclient for architecture x86_64. Is there any way this module could be used with MariaDB?

Package.swift:19:14: error: expression type '[Target].Type' is ambiguous without more context targets: [ ^

This error shows up when I try to build the project swift package generate-xcodeproj

`import PackageDescription

let package = Package(
name: "lombongo_app",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "lombongo_app",
targets: ["lombongo_app"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url:"https://github.com/PerfectlySoft/Perfect-MySQL.git", .exact("3")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "lombongo_app",
dependencies: "PerfectMySQL"
)
.testTarget(
name: "lombongo_appTests",
dependencies: ["lombongo_app"])
]
)`

Support long JSONs

The current version doesn't support sending a long JSON (> 2 million chars), truncating the string that represents the JSON and causing an error on the server, because the data is not on the expected format.

Interoperability with Kitura

I don't know if this is of interest, but it looks like the current version of Perfect-MySQL isn't compatible with the current version of Kitura (or vice versa). My swift build "hangs". If do a verbose output, I get the following. Seems like some library version is incompatible.

git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.7zkvWh.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.VxOsso.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '2a431e3a5fb8d004aa7d4d1bebb5d511f568c43e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 ls-tree 0ee20c239fba493404551b585089620d9d274fb8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 cat-file -p 65dde017e425806b3061b69f76073cfcd2b4551f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '2a431e3a5fb8d004aa7d4d1bebb5d511f568c43e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 ls-tree 0ee20c239fba493404551b585089620d9d274fb8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 cat-file -p 65dde017e425806b3061b69f76073cfcd2b4551f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 cat-file -p 65dde017e425806b3061b69f76073cfcd2b4551f
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.0B01Vw.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '6225376e53ca2cf59477bca9bb48f4f5acf7a1c1^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree a702791406099a49e9c8158ff7d239dca12b1707
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '6225376e53ca2cf59477bca9bb48f4f5acf7a1c1^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree a702791406099a49e9c8158ff7d239dca12b1707
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.SphNlH.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --is-bare-repository
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 remote update -p
Updating https://github.com/IBM-Swift/OpenSSL.git
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --is-bare-repository
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 tag -l
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.jNzcSW.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.Yg6dwh.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.WdjS6D.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.0N0pD2.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.pSRg5s.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.D1lxJV.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 rev-parse --verify '4503221a71d49c6075b5042f5ff2d858acbe74a8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 ls-tree 2320ebcc56363a5715d9ecac6687a05646feb424
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 cat-file -p 6751cadcc847b8db641de75a2d8d8789cb576fd2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 rev-parse --verify '4503221a71d49c6075b5042f5ff2d858acbe74a8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 ls-tree 2320ebcc56363a5715d9ecac6687a05646feb424
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 cat-file -p 6751cadcc847b8db641de75a2d8d8789cb576fd2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueCryptor.git--7740194401395952709 cat-file -p 6751cadcc847b8db641de75a2d8d8789cb576fd2
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/3 -lPackageDescription -swift-version 3 -I /usr/lib/swift/pm/3 -sdk / /tmp/TemporaryFile.w0egEq.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/SyncServer-Shared-2662244858016034120 rev-parse --verify 'master^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/SyncServer-Shared-2662244858016034120 rev-parse --verify '5f977c7220c8684900b338d0e2c8cf2ff4c0e9db^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/SyncServer-Shared-2662244858016034120 ls-tree ed6cd5d707a28e39ac78d41a2ba36b34090522a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/SyncServer-Shared-2662244858016034120 cat-file -p de728e6bfae1f121f68bb8de733d716a5d422c27
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/SyncServer-Shared-2662244858016034120 cat-file -p de728e6bfae1f121f68bb8de733d716a5d422c27
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/3 -lPackageDescription -swift-version 3 -I /usr/lib/swift/pm/3 -sdk / /tmp/TemporaryFile.LxWmCX.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 rev-parse --verify '1.2.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 rev-parse --verify '4bba1107e35aa091c25d94a4a808f052f4ba6a06^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 ls-tree ed3f200ab161ef845254ad50e9c4d07513d72e35
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 cat-file -p ac10394680d3fbe95deba018ace5deada5850d64
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 rev-parse --verify '1.2.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 rev-parse --verify '4bba1107e35aa091c25d94a4a808f052f4ba6a06^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 ls-tree ed3f200ab161ef845254ad50e9c4d07513d72e35
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 cat-file -p ac10394680d3fbe95deba018ace5deada5850d64
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Gloss.git-6372623438197147275 cat-file -p ac10394680d3fbe95deba018ace5deada5850d64
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/3 -lPackageDescription -swift-version 3 -I /usr/lib/swift/pm/3 -sdk / /tmp/TemporaryFile.q85SCw.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura.git--9055842463522150526 rev-parse --verify '2.4.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura.git--9055842463522150526 rev-parse --verify 'daa071669590584b6d9c277a2e3c465a904cd0d7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura.git--9055842463522150526 ls-tree 635f6fdab17426b5bb0153f30cb78b0d455a1abc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura.git--9055842463522150526 cat-file -p 620bd2dddd7a118324faedbd6f46eda5ae6e4ca1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-net.git--4886167117664272979 rev-parse --verify '2.1.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-net.git--4886167117664272979 rev-parse --verify '755c39febb661d5da85e1ec9fcf98721c420af0a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-net.git--4886167117664272979 ls-tree 186eed95b36789ab40b0fb83d2d52352d31835d6
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-net.git--4886167117664272979 cat-file -p 215b92af1467e06bbba02b8d189898ec45e346e1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 rev-parse --verify '2a431e3a5fb8d004aa7d4d1bebb5d511f568c43e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 ls-tree 0ee20c239fba493404551b585089620d9d274fb8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CCurl.git-410328816882075001 cat-file -p 65dde017e425806b3061b69f76073cfcd2b4551f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '6225376e53ca2cf59477bca9bb48f4f5acf7a1c1^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree a702791406099a49e9c8158ff7d239dca12b1707
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify 'acd6304348ebeb181c0952ee91aa2c72a7826a12^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree fd0afdadb764cdecccc248b25bd32b2527c79ff2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify 'acd6304348ebeb181c0952ee91aa2c72a7826a12^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree fd0afdadb764cdecccc248b25bd32b2527c79ff2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.48dChc.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '0625c8cfb3fabd24505875901eb756da12e2a6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree cc6ea1eaf6360d7c5517baeeb61a8ef4dd04e927
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '0625c8cfb3fabd24505875901eb756da12e2a6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree cc6ea1eaf6360d7c5517baeeb61a8ef4dd04e927
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.Nmgla0.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '53346774ab678dd36278bf3ec9f657eeced53e63^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1c2b32970b7c30adfe1f5d8e718986deb72c4167
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '53346774ab678dd36278bf3ec9f657eeced53e63^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1c2b32970b7c30adfe1f5d8e718986deb72c4167
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.ynzsdT.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'c7847a9b002de2589d113a199ddb01f1d8b4ac89^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a75aef6ed0a67ce55a9e8be7ab968dc07fba3c07
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'c7847a9b002de2589d113a199ddb01f1d8b4ac89^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a75aef6ed0a67ce55a9e8be7ab968dc07fba3c07
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.IgrTgQ.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'd18aa0c1f63c2aa345934f89e4dfe71ca5f945b7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1da58374fae723d46ae3c67536c15fafdef274eb
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'd18aa0c1f63c2aa345934f89e4dfe71ca5f945b7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1da58374fae723d46ae3c67536c15fafdef274eb
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.PEi0aQ.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '36561e7722f26151b8a6ba4b4bb96fd9b3f36980^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree f81e3f578e9c21558b5003d243442672965a9f72
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '36561e7722f26151b8a6ba4b4bb96fd9b3f36980^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree f81e3f578e9c21558b5003d243442672965a9f72
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.xpuHSS.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '6e19b6161cf38829effc3c234f4cc3e13c815d9a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 023427d7e6dbe4d29143d1c9aa62007487c0cbc1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '6e19b6161cf38829effc3c234f4cc3e13c815d9a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 023427d7e6dbe4d29143d1c9aa62007487c0cbc1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.Ife3kY.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '49b2e913573e0d7cbcc978590b9b247bf94e3d04^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ac69fcf185f8a9f89d4e970ed3c263fd4bf846a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '49b2e913573e0d7cbcc978590b9b247bf94e3d04^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ac69fcf185f8a9f89d4e970ed3c263fd4bf846a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.lLdIE6.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'db43361274cdabb01ad37315666b5092c3738439^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1d82810c1402a1b8d6c5a2d0c91bc1b776e99c5e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'db43361274cdabb01ad37315666b5092c3738439^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1d82810c1402a1b8d6c5a2d0c91bc1b776e99c5e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.dLq2Rh.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a122f319ce4db9e8a5c8c191de93c280b2b4d1f2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a322606a99dfdf1641b80853b8e851564a3cca53
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a122f319ce4db9e8a5c8c191de93c280b2b4d1f2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a322606a99dfdf1641b80853b8e851564a3cca53
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.pWM0Tv.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify 'a25467c5054df8585c88591fdf6853443daaa574^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 1eb36c25b8d7a95793adaa2fa0062cc16add0bf1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify 'a25467c5054df8585c88591fdf6853443daaa574^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 1eb36c25b8d7a95793adaa2fa0062cc16add0bf1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.emktLM.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify 'acd6304348ebeb181c0952ee91aa2c72a7826a12^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree fd0afdadb764cdecccc248b25bd32b2527c79ff2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '0625c8cfb3fabd24505875901eb756da12e2a6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree cc6ea1eaf6360d7c5517baeeb61a8ef4dd04e927
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '53346774ab678dd36278bf3ec9f657eeced53e63^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1c2b32970b7c30adfe1f5d8e718986deb72c4167
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'c7847a9b002de2589d113a199ddb01f1d8b4ac89^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a75aef6ed0a67ce55a9e8be7ab968dc07fba3c07
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'd18aa0c1f63c2aa345934f89e4dfe71ca5f945b7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1da58374fae723d46ae3c67536c15fafdef274eb
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '36561e7722f26151b8a6ba4b4bb96fd9b3f36980^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree f81e3f578e9c21558b5003d243442672965a9f72
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '6e19b6161cf38829effc3c234f4cc3e13c815d9a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 023427d7e6dbe4d29143d1c9aa62007487c0cbc1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '49b2e913573e0d7cbcc978590b9b247bf94e3d04^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ac69fcf185f8a9f89d4e970ed3c263fd4bf846a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'db43361274cdabb01ad37315666b5092c3738439^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1d82810c1402a1b8d6c5a2d0c91bc1b776e99c5e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a122f319ce4db9e8a5c8c191de93c280b2b4d1f2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a322606a99dfdf1641b80853b8e851564a3cca53
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify 'f5c64deabd74c0842842020f7e9c048733829f6d^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 168576f829ca1a6cdbc48159a7dbd0aed9355e8a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify 'f5c64deabd74c0842842020f7e9c048733829f6d^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 168576f829ca1a6cdbc48159a7dbd0aed9355e8a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.nwW4zi.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify 'acd6304348ebeb181c0952ee91aa2c72a7826a12^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree fd0afdadb764cdecccc248b25bd32b2527c79ff2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '0625c8cfb3fabd24505875901eb756da12e2a6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree cc6ea1eaf6360d7c5517baeeb61a8ef4dd04e927
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '53346774ab678dd36278bf3ec9f657eeced53e63^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1c2b32970b7c30adfe1f5d8e718986deb72c4167
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'c7847a9b002de2589d113a199ddb01f1d8b4ac89^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a75aef6ed0a67ce55a9e8be7ab968dc07fba3c07
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'd18aa0c1f63c2aa345934f89e4dfe71ca5f945b7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1da58374fae723d46ae3c67536c15fafdef274eb
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '36561e7722f26151b8a6ba4b4bb96fd9b3f36980^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree f81e3f578e9c21558b5003d243442672965a9f72
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '6e19b6161cf38829effc3c234f4cc3e13c815d9a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 023427d7e6dbe4d29143d1c9aa62007487c0cbc1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '49b2e913573e0d7cbcc978590b9b247bf94e3d04^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ac69fcf185f8a9f89d4e970ed3c263fd4bf846a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'db43361274cdabb01ad37315666b5092c3738439^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1d82810c1402a1b8d6c5a2d0c91bc1b776e99c5e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a122f319ce4db9e8a5c8c191de93c280b2b4d1f2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a322606a99dfdf1641b80853b8e851564a3cca53
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '63c2bfaa561bb52bf5b2b17286f399d6a241bb3d^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 62b1042137f6f4a0ab57ddf693ab97559853baab
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '63c2bfaa561bb52bf5b2b17286f399d6a241bb3d^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree 62b1042137f6f4a0ab57ddf693ab97559853baab
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.477Yzf.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify 'acd6304348ebeb181c0952ee91aa2c72a7826a12^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree fd0afdadb764cdecccc248b25bd32b2527c79ff2
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '0625c8cfb3fabd24505875901eb756da12e2a6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree cc6ea1eaf6360d7c5517baeeb61a8ef4dd04e927
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 cat-file -p 75647f349aa8b83b2ae462257dfc128f79eb7912
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 rev-parse --verify '3a321fc0ccbd49a9e240b0c0df3b290f393960d2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 ls-tree 3ece74c95529ce93c96077b43c36903110544863
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/TypeDecoder.git-3285632975478346806 cat-file -p 6bbcaef9b2cbd76ffcc902e234a794eb17aac71e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify '3.1.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 rev-parse --verify 'cdc17d544ec8e87da5f3b24cdbda8d02d77bb943^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 ls-tree 1e93fb27f3254d2a7df4c7ff799b939751862173
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Perfect.git--2925601013210866473 cat-file -p ccaa630f2edac7de6f6443cd0a4ea57a1edc93cd
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.7^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '53346774ab678dd36278bf3ec9f657eeced53e63^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1c2b32970b7c30adfe1f5d8e718986deb72c4167
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.6^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'c7847a9b002de2589d113a199ddb01f1d8b4ac89^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a75aef6ed0a67ce55a9e8be7ab968dc07fba3c07
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.5^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'd18aa0c1f63c2aa345934f89e4dfe71ca5f945b7^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1da58374fae723d46ae3c67536c15fafdef274eb
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '36561e7722f26151b8a6ba4b4bb96fd9b3f36980^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree f81e3f578e9c21558b5003d243442672965a9f72
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '6e19b6161cf38829effc3c234f4cc3e13c815d9a^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 023427d7e6dbe4d29143d1c9aa62007487c0cbc1
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '49b2e913573e0d7cbcc978590b9b247bf94e3d04^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ac69fcf185f8a9f89d4e970ed3c263fd4bf846a8
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.1^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'db43361274cdabb01ad37315666b5092c3738439^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree 1d82810c1402a1b8d6c5a2d0c91bc1b776e99c5e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a122f319ce4db9e8a5c8c191de93c280b2b4d1f2^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree a322606a99dfdf1641b80853b8e851564a3cca53
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '4759df40007b50d087c6513f844c36b243415296^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree f50882899298f590a087dea84c6c6cbec4b2414c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '1.0.4^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 rev-parse --verify '4759df40007b50d087c6513f844c36b243415296^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 ls-tree f50882899298f590a087dea84c6c6cbec4b2414c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSSLService.git-2701500231136960854 cat-file -p e5b9e892369e22df6377aa5e976841b321f11b11
/usr/bin/swiftc --driver-mode=swift -L /usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /usr/lib/swift/pm/4 -sdk / /tmp/TemporaryFile.mxS6dE.swift -fileno 10
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify '1.0.8^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 rev-parse --verify 'a4370251998438d60335151141968546e2330379^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 ls-tree ce8f009081fe78f1a0e3c69f587a77718bf7093f
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSocket.git-1834184870219398223 cat-file -p 5bcf1aa89c25764ed832cc302c05979fbb3f0d28
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 rev-parse --verify '95c405c18a071a1c13616e984ba1b3c6091ca6ca^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 ls-tree e69cb3740f02b8c821ac8f0840acb0c153d69c1e
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/OpenSSL.git-8790944018115185393 cat-file -p cf468a70db8f193a8d763570340e7956b702d869
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 rev-parse --verify '4e56acbea4d452110236dcbfcee0045a697c0e9f^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 ls-tree 6bb79fbe2b795a4bbbc061c0bbbab3029e479047
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/CEpoll.git--5423938951994495054 cat-file -p d8cff18970b27c0131aca3ac7fa3822e79b67b33
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '1.0.2^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 rev-parse --verify '97ac956b306af02e9aa91c465efd2770fabba02e^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 ls-tree 6a49572cdfac07130ddefb7eb9910247c39d432a
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/BlueSignals.git-5206247086535637564 cat-file -p 09ef2be2351061480b22b3c3332a3f650698fcfc
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify '2.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 rev-parse --verify 'b030d2d176719acc6a902c40db1b87dc6a83e2fc^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 ls-tree 8198766c658cc302a02442941942957b43d9dd38
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/Kitura-TemplateEngine.git--8454242021799045437 cat-file -p a3a41844cf4973966756a3418d2ce1ab7a7be01c
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '1.0.0^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 rev-parse --verify '9c8d4fd69fa77b9e7a5f6d73127433782a9e8615^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 ls-tree 168292a5aeb4fb0ba3c5ab7b61518e33fce03075
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/KituraContracts.git--5971206705419365973 cat-file -p 84c4e44f0fbdfa083a5ed42e6314d12675a8e5de
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '1.7.3^{commit}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 rev-parse --verify '5041f2673aa75d6e973d9b6bd3956bc5068387c8^{tree}'
git -C /root/Apps/SyncServerII/SyncServerII/.build/repositories/LoggerAPI.git--1873309035869805402 ls-tree 5827d9dfbaaf46d81e490bad1f2d6b1964181f87

MySQL.Results objects do not handle NULL values in result sets

If a result set (class Result) includes a NULL value, then the Element (aka String array) returned by MySQL.storeResults() does not include that value. For example if a result set has three fields, then each row in the result set should be a String array with three items. Instead, any row with at least one NULL value will be a String array with less than three items.

With this interface, the caller cannot know which of the fields were NULL.

Here is a test that fails:

mysql.query(statement: "DROP TABLE IF EXISTS test")

let qres = mysql.query(statement: "CREATE TABLE test (id INT, d DOUBLE, s VARCHAR(1024))")
XCTAssert(qres == true, mysql.errorMessage())

let list = mysql.listTables(wildcard: "test")
XCTAssert(list.count > 0)

let ires = mysql.query(statement: "INSERT INTO test (id,d,s) VALUES (1,NULL,\"Row 1\")")
XCTAssert(ires == true, mysql.errorMessage())

let sres2 = mysql.query(statement: "SELECT id,d,s FROM test")
XCTAssert(sres2 == true, mysql.errorMessage())

let results = mysql.storeResults()!
XCTAssert(results.numRows() == 1)
XCTAssert(results.numFields() == 3)  // numFields is 2

Google Cloud (MySql)

how can I use MySQLDatabaseConfiguration to connect to a Google Cloud that requesting certificates?

I used it to connect to a local database, but I don't understand how I can connect to a Google remote databases that required the certificates?

I already have the certificates but I don't understand how to configure connection with Perfect to use them.

below the standard example without certificates:

    do {
        let config = try MySQLDatabaseConfiguration(database: "MYDB", host: "localhost", port: 3306, username: "root", password: "root123")
        let db = Database(configuration: config)
        let tblUser = db.table(User.self)
        let query = try? tblUser.select()
        print(query)
    } catch  {
        print(error)
    }

Thanks.

Failing tests for varchars

I came across this library and thought of contributing to it. Cloned the repo on the system and started with tests. When I ran swift test after swift build, encountered two failing tests.

/testcodes/Perfect-MySQL/Tests/MySQL/MySQLTests.swift:330: error: -[MySQLTestSuite.MySQLTests testQueryStmt2] : XCTAssertTrue failed - 1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1 - 1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1
/testcodes/Perfect-MySQL/Tests/MySQL/MySQLTests.swift:330: error: -[MySQLTestSuite.MySQLTests testQueryStmt2] : XCTAssertTrue failed - 1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1 - 1366 Incorrect string value: '\xF0\x9F\x91\xBB' for column 'varchar' at row 1

Swift version:

Apple Swift version 3.0 (swiftlang-800.0.33.1 clang-800.0.31)
Target: x86_64-apple-macosx10.9

Might be helpful @kjessup

Doesn't Build on Ubuntu 14.04

libmysqlclient-dev is installed. I don't observe "MYSQL_SERVER_PUBLIC_KEY" in the MySQL headers. CloudFoundry uses Ubuntu 14.04.

Ubuntu 14.04 with 2016-06-20 Swift and 'swift build' yields:

note: you may be able to install mysqlclient using your system-packager:

apt-get install libmysqlclient-dev

note: you may be able to install mysqlclient using your system-packager:

apt-get install libmysqlclient-dev

note: you may be able to install mysqlclient using your system-packager:

apt-get install libmysqlclient-dev

Compile Swift Module 'MySQL' (1 sources)
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:443:11: error: use of unresolved identifier 'MYSQL_OPT_BIND'
return MYSQL_OPT_BIND
^~~~~~~~~~~~~~
mysqlclient.MYSQL_BIND:1:18: note: did you mean 'MYSQL_BIND'?
public typealias MYSQL_BIND = st_mysql_bind
^
mysqlclient.MYSQL_TYPE_BIT:1:12: note: did you mean 'MYSQL_TYPE_BIT'?
public var MYSQL_TYPE_BIT: enum_field_types { get }
^
mysqlclient.MYSQL_TYPE_TINY:1:12: note: did you mean 'MYSQL_TYPE_TINY'?
public var MYSQL_TYPE_TINY: enum_field_types { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:445:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_KEY'
return MYSQL_OPT_SSL_KEY
^~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_OPT_USE_RESULT:1:12: note: did you mean 'MYSQL_OPT_USE_RESULT'?
public var MYSQL_OPT_USE_RESULT: mysql_option { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:447:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CERT'
return MYSQL_OPT_SSL_CERT
^~~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_OPT_USE_RESULT:1:12: note: did you mean 'MYSQL_OPT_USE_RESULT'?
public var MYSQL_OPT_USE_RESULT: mysql_option { get }
^
mysqlclient.MYSQL_OPT_RECONNECT:1:12: note: did you mean 'MYSQL_OPT_RECONNECT'?
public var MYSQL_OPT_RECONNECT: mysql_option { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:449:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CA'
return MYSQL_OPT_SSL_CA
^~~~~~~~~~~~~~~~
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:451:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CAPATH'
return MYSQL_OPT_SSL_CAPATH
^~~~~~~~~~~~~~~~~~~~
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:453:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CIPHER'
return MYSQL_OPT_SSL_CIPHER
^~~~~~~~~~~~~~~~~~~~
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:455:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CRL'
return MYSQL_OPT_SSL_CRL
^~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_OPT_PROTOCOL:1:12: note: did you mean 'MYSQL_OPT_PROTOCOL'?
public var MYSQL_OPT_PROTOCOL: mysql_option { get }
^
mysqlclient.MYSQL_OPT_USE_RESULT:1:12: note: did you mean 'MYSQL_OPT_USE_RESULT'?
public var MYSQL_OPT_USE_RESULT: mysql_option { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:457:11: error: use of unresolved identifier 'MYSQL_OPT_SSL_CRLPATH'
return MYSQL_OPT_SSL_CRLPATH
^~~~~~~~~~~~~~~~~~~~~
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:459:11: error: use of unresolved identifier 'MYSQL_OPT_CONNECT_ATTR_RESET'
return MYSQL_OPT_CONNECT_ATTR_RESET
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_OPT_CONNECT_TIMEOUT:1:12: note: did you mean 'MYSQL_OPT_CONNECT_TIMEOUT'?
public var MYSQL_OPT_CONNECT_TIMEOUT: mysql_option { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:461:11: error: use of unresolved identifier 'MYSQL_OPT_CONNECT_ATTR_ADD'
return MYSQL_OPT_CONNECT_ATTR_ADD
^~~~~~~~~~~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_OPT_CONNECT_TIMEOUT:1:12: note: did you mean 'MYSQL_OPT_CONNECT_TIMEOUT'?
public var MYSQL_OPT_CONNECT_TIMEOUT: mysql_option { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:463:11: error: use of unresolved identifier 'MYSQL_OPT_CONNECT_ATTR_DELETE'
return MYSQL_OPT_CONNECT_ATTR_DELETE
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:465:11: error: use of unresolved identifier 'MYSQL_SERVER_PUBLIC_KEY'
return MYSQL_SERVER_PUBLIC_KEY
^~~~~~~~~~~~~~~~~~~~~~~
mysqlclient.MYSQL_SERVER_SUFFIX_DEF:1:12: note: did you mean 'MYSQL_SERVER_SUFFIX_DEF'?
public var MYSQL_SERVER_SUFFIX_DEF: String { get }
^
/usr/src/Perfect-MySQL/Sources/MySQL/MySQL.swift:469:11: error: use of unresolved identifier 'MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS'
return MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:0: error: build had 1 command failures
swift-build: error: exit(1): /usr/bin/swift-build-tool -f /usr/src/Perfect-MySQL/.build/debug.yaml

Crash when try launch high load test

Hello,

I have a crash when I try to make a test for high load.
I call ab -c 50 -n 10000 -f TLS1.2 -H "Accept-Encoding: gzip,deflate" http://127.0.0.1:8181/activities
in a command line and I have the crash in
PerfectMySQL->MySQLStmt.swift->line 218 let r = mysql_stmt_execute(ptr)
Crash is Thread 2: signal SIGABRT

I use Mac OS Majove,
Swift 4.2
PerfectMySQL 3.3.0

Maybe I wrong setup connect to a database?

part of my code:

//Connection to database
mySQL = MySQL()
let isConnected = mySQL.connect(host: testHost, user: testUser, password: testPassword, db: nil, port: testPort, socket: nil, flag: 0)
db = Database(configuration: MySQLDatabaseConfiguration(connection: mySQL))

//Code from handler
let result = try db.table(Activity.self).order(by: \Activity.updatedAt).limit(count, skip: from).select()
let activities: [[String: Any]] = result.map{
     $0.toJson()
}
let responseString = JSON(activities).rawString() ?? "[]"
response.appendBody(string: responseString).completed(status: .ok)

So the code is very simple. just select items from the database.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.