A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.

Overview

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.

Comments
  • Interoperability with Kitura

    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

    opened by crspybits 5
  • Compile Swift Module 'PerfectMySQL'  Error!

    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 {

    opened by zhiblin 4
  • Build error ld: library not found for -lmysqlclient for architecture x86_64

    Build error ld: library not found for -lmysqlclient for architecture x86_64

    After performing prerequisite steps from the readme, still getting a link error ld: library not found for -lmysqlclient for architecture x86_64

    I'm using Xcode 8, beta 2, macOS 10.11.5

    opened by devValley 3
  • Relax strictness on decoding to Int from different integer widths

    Relax strictness on decoding to Int from different integer widths

    This is mostly for when you are working with tables not created by Perfect-CRUD. Tables created with Perfect-CRUD are not affected by this pull request.

    The scenario I am talking about is if another application created a database which, say, looked like this:

    CREATE TABLE Example(
        id TINYINT PRIMARY KEY
    );
    

    and you had a Swift class that looked like this:

    struct Example {
        let id: Int
    }
    

    Previously, this would error upon reading from the table as Perfect-MySQL required you to declare id as Int8. I have relaxed the restriction so that Int can be used on integer width used by the database. If you want stricter enforcement, you can still use the fixed-width Int8-Int64 types.

    Why do this? There are many reasons:

    • Interoperability
      • Swift is strict about types - different width integers do not implicitly convert between each other. As such it is common practice to always use Int regardless of the width required in order to increase interoperability between code, so that you don't need type conversions everywhere when interacting with the standard library or some framework.
      • It is recommended to use Int everywhere in the official documentation:

        Unless you need to work with a specific size of integer, always use Int for integer values in your code. This aids code consistency and interoperability.

      • The change also means it is more likely to be compatible with existing data models without having to modify them.
    • Int is variable
      • Int is not exactly what you would describe as a "fixed-width integer". The width varies between platforms depending on the native word size.
      • Therefore enforcing it to match a database integer width (which is likely fixed-width) makes little sense.
      • Int can be 32-bit or 64-bit depending on the platform. There already had to be changes (#43) to support this. We might as well go further than something inbetween and make it cover all widths.

    There's many more reasons I can go into if you want to discuss it further.

    In summary:

    • Int has been relaxed to now cover all supported integer widths.
    • Fixed-with integers (Int8-Int64) remain untouched and are restricted to match the database field's integer width as before.

    A test case is supplied.

    Next Steps?

    • Add this to MariaDB
      • This is done (it's a straight-up copy-paste job) but I've not submitted it until I hear the outcome of this pull request.
    • Support interoperability between UInt and Int?
      • Another piece of guidance given by Swift is to prefer Int over UInt, so it is perhaps a good idea to allow conversions from UInt8-UInt64 to Int.
    opened by Bo98 1
  • Added missing autocommit call.

    Added missing autocommit call.

    Added missing autocommit call to MySQL wrapper.

    Without this you can't start transactions which can be rolled back, which I think it is important for integrity of the database especially on the server side.

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

    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"]) ] )

    opened by yyyzzq 1
  • swift 4.1.2 build error

    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 {

    opened by isonmal 1
  • Upgrading to MySQL 8.0.11 while keeping the downcast compatibility to 5.7.21

    Upgrading to MySQL 8.0.11 while keeping the downcast compatibility to 5.7.21

    Still keeping the downcast compatibility for MySQL 5.7.21, although these MySQL options are no longer supported as the conflicts of both versions:

    • MYSQL_OPT_USE_REMOTE_CONNECTION
    • MYSQL_OPT_USE_EMBEDDED_CONNECTION
    • MYSQL_OPT_GUESS_CONNECTION
    • MYSQL_SET_CLIENT_IP
    • MYSQL_SECURE_AUTH
    • MYSQL_OPT_SSL_VERIFY_SERVER_CERT

    practice:

    1. modified module.modulemap to make a conditional testing on version; if higher than 8.0.0 then a typedef char my_bool will apply.

    2. commenting out the above sacrifices.

    3. using memory operation to implement boolean comparison - ugly, but effective.

    Thanks @kjessup @ssmith

    opened by RockfordWei 1
  • This package needs a release to be usable by SPM

    This package needs a release to be usable by SPM

    No version tag found in (/homes/typewritersystem/users/[email protected]/projects/PerfectTodoList/generation/git/PerfectTodoListBackend/PerfectTodoList/Packages/Perfect-MySQL) package. Add a version tag with "git tag" command. Example: "git tag 0.1.0"

    opened by ejohnsonw 1
  • Infinite loop when calling connect()

    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
    
    opened by mgreiner 1
  • error: use of unresolved identifier 'MYSQL_OPT_SSL_MODE'

    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 ^~~~~~~~~~~~~~~~~~

    opened by pgmtss 0
  • Wont compile on Big Sur / Xcode 12.4

    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.

    opened by pkasson 0
  • Add the ability to use libmysql-dev beyond 5.7 (Perfect-MySQL work around in the comments)

    Add the ability to use libmysql-dev beyond 5.7 (Perfect-MySQL work around in the comments)

    Can you please update this repo for any version of libmysql-dev beyond 5.7 (preferably 8)? I have to downgrade every day when I try to run since I am running it on an ubuntu 20.0.4 version of AWS. PLEASE FIX THIS. It is super annoying and way behind the times.

    opened by carlsondev 2
  • Can someone create

    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.

    opened by crspybits 0
  • dyld: Library not loaded: @rpath/PerfectMySQL.framework

    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?

    opened by chrisschlitt 1
Owner
PerfectlySoft Inc.
Server-side Swift
PerfectlySoft Inc.
A stand-alone Swift wrapper around the libpq client library, enabling access to PostgreSQL servers.

Perfect - PostgreSQL Connector This project provides a Swift wrapper around the libpq client library, enabling access to PostgreSQL servers. This pack

PerfectlySoft Inc. 51 Nov 19, 2022
A stand-alone Swift wrapper around the FileMaker XML Web publishing interface, enabling access to FileMaker servers.

Perfect - FileMaker Server Connector This project provides access to FileMaker Server databases using the XML Web publishing interface. This package b

PerfectlySoft Inc. 33 Jul 13, 2022
A stand-alone Swift wrapper around the SQLite 3 client library.

Perfect - SQLite Connector This project provides a Swift wrapper around the SQLite 3 library. This package builds with Swift Package Manager and is pa

PerfectlySoft Inc. 47 Nov 19, 2022
MySQL driver for Swift 3 (macOS and Linux)

MySQL MySQL Usage // do your magic Installation import PackageDescription let package = Package( dependencies: [ .Package(url: "https://g

Zewo Graveyard 29 Jan 29, 2022
GraphQLite is a toolkit to work with GraphQL servers easily. It also provides several other features to make life easier during iOS application development.

What is this? GraphQLite is a toolkit to work with GraphQL servers easily. It also provides several other features to make life easier during iOS appl

Related Code 2.8k Jan 9, 2023
🔥 🔥 🔥Support for ORM operation,Customize the PQL syntax for quick queries,Support dynamic query,Secure thread protection mechanism,Support native operation,Support for XML configuration operations,Support compression, backup, porting MySQL, SQL Server operation,Support transaction operations.

?? ?? ??Support for ORM operation,Customize the PQL syntax for quick queries,Support dynamic query,Secure thread protection mechanism,Support native operation,Support for XML configuration operations,Support compression, backup, porting MySQL, SQL Server operation,Support transaction operations.

null 60 Dec 12, 2022
A Cocoa / Objective-C wrapper around SQLite

FMDB v2.7 This is an Objective-C wrapper around SQLite. The FMDB Mailing List: https://groups.google.com/group/fmdb Read the SQLite FAQ: https://www.s

August 13.7k Dec 28, 2022
Simplified access to Apple's CloudKit

EVCloudKitDao Discuss EVCloudKitDao : What is this With Apple CloudKit, you can focus on your client-side app development and let iCloud eliminate the

Edwin Vermeer 632 Dec 29, 2022
An alternative to Core Data for people who like having direct SQL access.

FCModel 2 An alternative to Core Data for people who like having direct SQL access. By Marco Arment. See the LICENSE file for license info (it's the M

null 1.7k Dec 28, 2022
Easy direct access to your database 🎯

OHMySQL ★★ Every star is appreciated! ★★ The library supports Objective-C and Swift, iOS and macOS. You can connect to your remote MySQL database usin

Oleg 210 Dec 28, 2022
iForage helps foragers to track and manage foraging spots around them using CloudKit

iForage CloudKit Preface To expand on what I've created here: https://github.com/LynchConnor/iForage, I initially developed the app using Firebase. Th

Connor Lynch 3 Jul 14, 2022
A PostgreSQL client library for Swift. Does not require libpq.

PostgresClientKit PostgresClientKit provides a friendly Swift API for operating against a PostgreSQL database. Features Doesn't require libpq. Postgre

codewins.com 107 Dec 1, 2022
CoreData/Realm sweet wrapper written in Swift

What is SugarRecord? SugarRecord is a persistence wrapper designed to make working with persistence solutions like CoreData in a much easier way. Than

Modo 2.1k Dec 9, 2022
A Swift wrapper for system shell over posix_spawn with search path and env support.

AuxiliaryExecute A Swift wrapper for system shell over posix_spawn with search path and env support. Usage import AuxiliaryExecute AuxiliaryExecute.l

Lakr Aream 11 Sep 13, 2022
A Swift wrapper for SQLite databases

Squeal, a Swift interface to SQLite Squeal provides access to SQLite databases in Swift. Its goal is to provide a simple and straight-forward base API

Christian Niles 297 Aug 6, 2022
An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.

ObjectiveRocks ObjectiveRocks is an Objective-C wrapper of Facebook's RocksDB - A Persistent Key-Value Store for Flash and RAM Storage. Current RocksD

Iskandar Abudiab 56 Nov 5, 2022
A lightweight wrapper over UserDefaults/NSUserDefaults with an additional layer of AES-256 encryption

SecureDefaults for iOS, macOS Requirements • Usage • Installation • Contributing • Acknowledgments • Contributing • Author • License SecureDefaults is

Victor Peschenkov 216 Dec 22, 2022
A property wrapper for displaying up-to-date database content in SwiftUI views

@Query Latest release: November 25, 2021 • version 0.1.0 • CHANGELOG Requirements: iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+ • Swift 5.5+ /

Gwendal Roué 102 Dec 29, 2022
⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code.

⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code. import Persistent extension UserDefaults { // Optional property @Per

Mezhevikin Alexey 6 Sep 28, 2022