Git Product home page Git Product logo

softwarenetwork / sw Goto Github PK

View Code? Open in Web Editor NEW
112.0 6.0 23.0 10.12 MB

Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.

Home Page: https://software-network.org

License: Other

C++ 97.33% C 0.57% Yacc 0.28% LLVM 0.14% CMake 0.85% C# 0.03% Go 0.01% Rust 0.02% Fortran 0.01% Java 0.03% Kotlin 0.01% D 0.04% Batchfile 0.04% Python 0.06% Assembly 0.02% Vala 0.06% PLpgSQL 0.42% Ada 0.01% Pascal 0.01% Shell 0.06%
software-network sw build-system package-manager software-manager

sw's Introduction

Build status

Resources

Build

Using SW (self build)

  1. Download client from https://software-network.org/client/
  2. Unpack, add to PATH
  3. Run
git clone https://github.com/SoftwareNetwork/sw
cd sw
sw build -static

(optional) Run sw generate -static to generate VS solution.

(optional) Run sw override org.sw for smooth development.

sw's People

Contributors

biocomp avatar dmorgoon avatar egorpugin avatar glebgrigoryev avatar telokis avatar timurlyashev avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sw's Issues

build leptonica error

Describe the bug
build leptonica error,

I would like to ask if it is wrong to execute the pch step, he always skips on line 174, and does not execute to 187
In addition, I only have the C drive,not have the D

[174/187] [config pch]
Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:631, function execute1: When executing: [config pch]

To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/danbloomberg/leptonica
cd leptonica
mkdir build
cd build
cmake ..

Information:

  • latest version
  • Os is Win10

c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -loldnames

at https://github.com/SoftwareNetwork/sw/blob/master/test/integrations/cmake/tess/CMakeLists.txt

[ 50%] Building CXX object CMakeFiles/untitled.dir/main.cpp.obj
[100%] Linking CXX executable untitled.exe
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -loldnames
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -lconcrtd
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -lmsvcprtd
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -lvcruntimed
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -lucrtd
c:/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot find -lbCrypt
collect2.exe: error: ld returned 1 exit status
CMakeFiles\untitled.dir\build.make:144: recipe for target 'untitled.exe' failed
mingw32-make[2]: *** [untitled.exe] Error 1
CMakeFiles\Makefile2:113: recipe for target 'CMakeFiles/untitled.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/untitled.dir/all] Error 2
Makefile:99: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

sw: non-zero exit code: Exit code 0xc0000409

I'm trying to generate sln for https://github.com/tesseract-ocr/tesseract
Command line: cmake .. -G "Visual Studio 16 2019" -A Win32 -DCMAKE_BUILD_TYPE=Release
Full log: https://pastebin.com/nHs4EDb8

sw command: D:/sw-client/sw.exe -shared -platform x86 -compiler msvc-19.25 -d C:/Users/AlexandeR/Desktop/tesseract-master/Win32/.sw/cmake -config d,msr,rwdi,r integrate -cmake-deps C:/Users/AlexandeR/Desktop/tesseract-master/Win32/.sw/cmake/sw.txt -cmake-file-version 4
CMake Error at C:/Users/AlexandeR/.sw/storage/etc/sw/static/SWConfig.cmake:227 (message):
sw: non-zero exit code: Exit code 0xc0000409

Call Stack (most recent call first):
CMakeLists.txt:219 (sw_execute)

-- Configuring incomplete, errors occurred!
See also "C:/Users/AlexandeR/Desktop/tesseract-master/Win32/CMakeFiles/CMakeOutput.log".

sw --self-upgrade fails

When i do
sw --self-upgrade
i get this error:

Downloading signature file
Downloading the latest client
Downloaded bad file (signature check failed): Exception in file D:\dev\cppan2\client\src\sw\client\sig.h:117, function ds_verify_file: Bad digital signature

System: Windows 10 x64

sw.client.sw version 1.0.0
git revision 76ca211
assembled on 12.02.2020 02:00:56 GTB Standard Time

using VS 2019

SW installs without UI and puts nearly 1GB on my SSD. How to move this to an other drive? Plus other questions.

  • SW installs without UI and puts nearly 1GB on my SSD (C drive). How to move this to an other drive? What are those files? Can I remove them?

  • There are a huge amount of directories (hundreds) created on the install drive + also hundreds of directories in the location of the software project. Most of them are empty. Is there an option to remove all of these?

  • Is there an option to not have all of these directories and files at all? This would be my preference.

compile leptonica

How to build static leptonica .lib which will no require other .libs or .dlls? If i build with sw build -static -platform Win32 then I got link errors after compiling in my project
image

set(SW_BUILD_SHARED_LIBS 1) is causing error

Describe the bug
I am building an application with opencv libs.
if i put set(SW_BUILD_SHARED_LIBS 0), everything compiles as expected
if i put set(SW_BUILD_SHARED_LIBS 1), it gives the following error:


-- sw: processing dependencies
Exception in file D:/dev/cppan2/client2/src/sw/driver/module.cpp:120, function operator (): error in module (C:/Users/UserName/.sw/storage/tmp/cfg/172341/loc.sw.self.3735d6-0.0.25.dll): Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\UserName\.sw\storage\pkg\05\cc\ed33\obj\bld\172151\bd\boostdesc_bgm_bi.i, mode = wb, errno = 13: Permission denied
sw command: C:/Program Files (x86)/sw/sw.exe -shared -platform x64 -compiler msvc-19.24 -d D:/work/project-Desktop_x86_windows_msvc2019_pe_64bit-Debug/.sw/cmake -config d,msr,rwdi,r integrate -cmake-deps D:/work/project-Desktop_x86_windows_msvc2019_pe_64bit-Debug/.sw/cmake/sw.txt -cmake-file-version 4
CMake Error at C:/Users/UserName/.sw/storage/etc/sw/static/SWConfig.cmake:232 (message):
  sw: non-zero exit code: 1
Call Stack (most recent call first):
  CMakeLists.txt:83 (sw_execute)

Expected behavior
It should behave just like with static libs

To Reproduce
Steps to reproduce the behavior:

set(SW_BUILD_SHARED_LIBS 1)
set(OPENCVCORE
    org.sw.demo.intel.opencv.core-4.2.0
)
set(OPENCVIMGPROC
    org.sw.demo.intel.opencv.imgproc
)
set(OPENCVDNN
    org.sw.demo.intel.opencv.dnn
)
set(OPENCVIMGCODECS
    org.sw.demo.intel.opencv.imgcodecs
)
set(OPENCVHIGHGUI
    org.sw.demo.intel.opencv.highgui
)
set(FREETYPE
    org.sw.demo.intel.opencv.contrib.freetype
)

find_package(SW REQUIRED)
sw_add_package(${OPENCVCORE})
sw_add_package(${OPENCVIMGPROC})
sw_add_package(${OPENCVDNN})
sw_add_package(${OPENCVIMGCODECS})
sw_add_package(${OPENCVHIGHGUI})
sw_add_package(${FREETYPE})
sw_execute()


add_library(lib1 ".....cpp ....h")
target_link_libraries (lib1 PUBLIC ${OPENCVCORE} ${OPENCVIMGPROC} ${FREETYPE} )
target_link_libraries (lib1 PUBLIC ${OPENCVIMGCODECS} SPDLogFramework)

Information:

  • sw.client.sw version 1.0.0
  • Windows 10 x64
  • msvc-19.24

List build config in help

Doing sw --help only prints

-configuration=<string>        - Set build configuration

regarding the configuration option.

It would be helpful if it also printed the possible configurations available. For example:

-configuration=<string>        - Set build configuration among
                                     - debug, d
                                     - release, r
                                     - releasewithdebuginfo, rwdi
                                   (Default is release.)
                                   Specify multiple using a comma: "d,r"

sw setup command results in error

When i use sw setup, i get this error
Downloading database from origin remote
copy_file: The system cannot find the path specified.: "C:\Users\MyUser\AppData\Local\Temp\sw\9987-739f-9422-7233\database-master\schema.version", "C:\Users\MyUser\ .sw\storage\etc\sw\database\1\remote\origin\repository\schema.version"

System: Win 10
SW version:
sw.client.sw version 1.0.0
git revision 659c9cd
assembled on 12.02.2020 15:10:40 GTB Standard Time

MVSC

Segmentation fault when installing

Describe the bug
I followed the instructions:

  1. Downloaded the Linux client (last updated 20 April 2019) here.
  2. Moved sw binary into my PATH: tar xvzf sw-master-linux-client.tar.gz && sudo mv sw /usr/bin/sw.
  3. Cloned this repository git clone https://github.com/SoftwareNetwork/sw && cd sw
  4. sw -trace build with the output:
    sw: /usr/lib/liblber-2.4.so.2: no version information available (required by sw)
    sw: /usr/lib/libldap_r-2.4.so.2: no version information available (required by sw)
    ----------------------------------------
    Starting sw...
    registering program: org.gnu.binutils.ar-0.0.1, path: /usr/bin/ar
    registering program: org.gnu.gcc.ld-9.1.0, path: /usr/bin/gcc
    registering program: org.gnu.gcc.as-0.0.1, path: /usr/bin/as
    registering program: org.gnu.gcc.gcc-9.1.0, path: /usr/bin/gcc
    registering program: org.gnu.gcc.gpp-9.1.0, path: /usr/bin/g++
    activated org.gnu.gcc.gpp-0.0.1 successfully
    activated org.gnu.gcc.gcc-0.0.1 successfully
    activated org.gnu.gcc.as-0.0.1 successfully
    activated org.gnu.binutils.ar and org.gnu.gcc.ld successfully
    Performing 812 check(s)
    [A lot of checks]
    Checking HAVE_SIZEOF_STRUCT_SOCKADDR_IN6: 28
    Checking HAVE_SIZEOF_STRUCT_ADDRINFO: 48
    Packages database was not found
    Downloading database
    Initializing database: "/home/me/.sw/storage/etc/database/packages.db"
    Opening database: "/home/me/.sw/storage/etc/database/packages.db"
    Executing sql statement: select name from sqlite_master as tables where type='table' and         name not like '/_%' ESCAPE '/';
    Cannot get dependencies from local database: No suitable version 'master' for project 'pub.egorpugin.primitives.context'
    Requesting dependency list... 
    Erreur de segmentation (core dumped)
    

Expected behavior
Not a segfault, at least a nice error, at best no error ;)

To Reproduce
Steps to reproduce the behavior:

  1. Basic install... But might be platform dependent.

Information:

  • sw --version:
    sw: /usr/lib/liblber-2.4.so.2: no version information available (required by sw)
    sw: /usr/lib/libldap_r-2.4.so.2: no version information available (required by sw)
    sw.client.sw version 0.3.0
    assembled Mar 28 2019 23:29:23
    
  • Manjaro Linux 18.10, KDE desktop, Linux Kernel version 5.2.11
  • GCC 9.1.0

Note
According to this SO thread, the message about /usr/lib/liblder-2.4.so.2 (and the other library) is due to outdated libraries on my machine.
As I am on an Archlinux based distribution, I should have the latest versions pretty soon. I currently have libldap version 2.4.48-1 (liblder is shipped with the libldap packet).

CMake

Hi. I'm trying to use SW with CMake, but there is some issue:

"C:\Program Files\JetBrains\CLion\bin\cmake\win\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - NMake Makefiles" C:\Users\zumm\Projects\CPP\untitled
-- sw: processing dependencies
Exception in file D:\dev\cppan2\client\src\sw\client\integration.cpp:59, function cli_integrate: TODO: unimplemented
sw command: C:/Windows/SW.exe -shared -platform x86 -d C:/Users/zumm/Projects/CPP/untitled/cmake-build-debug/.sw/cmake integrate -cmake-deps C:/Users/zumm/Projects/CPP/untitled/cmake-build-debug/.sw/cmake/sw.txt
CMake Error at C:/Users/zumm/.sw/storage/etc/sw/static/SWConfig.cmake:112 (message):
sw: non-zero exit code - 1
Call Stack (most recent call first):
CMakeLists.txt:18 (sw_execute)

-- Configuring incomplete, errors occurred!
See also "C:/Users/zumm/Projects/CPP/untitled/cmake-build-debug/CMakeFiles/CMakeOutput.log".

[Failed to reload]

My CMakeLists.txt is:

cmake_minimum_required(VERSION 3.13)

project(untitled)

set(CMAKE_CXX_STANDARD 14)
set(SW_BUILD_SHARED_LIBS 1)
set(DEPENDENCIES
    org.sw.demo.google.tesseract.libtesseract
)

find_package(SW REQUIRED)
sw_add_package(${DEPENDENCIES})
sw_execute()

add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME} ${DEPENDENCIES})

Allow the user to define a specific bin output directory

The current behavior of sw is to output bin files to .sw/out/<hash>/.
This is not ideal because the user doesn't know the value of <hash>. We have to look at the build output to see where the file was outputted.

My suggestion is to add a CLI option like --out-dir which could be set to any directory (existing or not). sw would then output everything there.
This could also be specified inside the sw.cpp, allowing for consistent setup without relying on the user to remember to use the CLI option.

We could also have both a CLI option and a sw.cpp config but the CLI option takes precedence, for example.

Missing dependencies on Linux

Describe the bug
sw needs flex and bison to work and it seems to be missing from the README.

Expected behavior
Dependencies are written on the README or on the documentation.

To Reproduce
Steps to reproduce the behavior:

  1. Get a fresh Linux (Fedora 31 in my case).
  2. Download sw binaries and run sw build -static as written in the README.
  3. An error message for flex is thrown. Once flex is installed, a similar error is thrown for bison.
Performing 63 check(s): pub.egorpugin.llvm_project.llvm.support_lite-master (support_lite), config 183752
Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:344, function prepare: passed program 'flex' is not resolved (missing): generate: "/home/*****/.sw/storage/pkg/d2/69/81cc/obj/bld/837326/bdp/fb/range.ll/range.ll.cpp", 4236949366111544608, # of arguments 5

Information:

  • Happened to me the 11/04/2020 with a fresh version of sw. I updated sw since then...
  • Fedora 31
❯ uname -a
Linux **** 5.5.17-200.fc31.x86_64 #1 SMP Mon Apr 13 15:29:42 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
❯ clang --version
clang version 11.0.0 ([email protected]:llvm/llvm-project.git a348de480d34257ffe394ab51b880c9aef243d80)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin

No ca certs file was found for GRPC

An error throws out when I use sw on windows, Do I need to install a cert? How?

GrpcChannel Remote::getGrpcChannel() const
{
// keeping channel for too long causes issues
// so we create a new one every time

static std::mutex m;
std::unique_lock lk(m);

static const grpc::SslCredentialsOptions ssl_options = []()
{
    grpc::SslCredentialsOptions ssl_options;
    path certsfn;
    // system's certs first?
    if (auto f = primitives::http::getCaCertificatesBundleFileName())
        certsfn = *f;
    else
    {
        certsfn = support::get_ca_certs_filename();
        if (!fs::exists(certsfn))
            throw SW_RUNTIME_ERROR("No ca certs file was found for GRPC.");
    }
    ssl_options.pem_root_certs = read_file(certsfn);
    return ssl_options;
}();

auto creds = grpc::SslCredentials(ssl_options);
auto channel = grpc::CreateChannel(api_url, secure ? creds : grpc::InsecureChannelCredentials());
return channel;

}

Current Tesseract Build Fails

The following command:
R:\tesseract-master\win64>cmake -G "Visual Studio 15 2017 Win64" -DBUILD_SHARED_LIBS=1 -DSW_BUILD_SHARED_LIBS=0 ..

Generates the error below:

Performing 21 check(s): org.sw.demo.gnu.iconv.libiconv-1.16.0 (libiconv), config 814327
Exception in file D:/dev/cppan2/client2/src/sw/core/build.cpp:726, function loadPackages: no packages loaded org.sw.demo.gnome.glib.glib-2.64.1 with current settings
{"native":{"configuration":"debug","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.16.27039","c":"com.Microsoft.VisualStudio.VC.cl-19.16.27039","cpp":"com.Microsoft.VisualStudio.VC.cl-19.16.27039","lib":"com.Microsoft.VisualStudio.VC.lib-19.16.27039","link":"com.Microsoft.VisualStudio.VC.link-19.16.27039"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.16.27039","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
available targets:
sw command: C:/.sw/sw.exe -shared -platform x64 -compiler msvc-19.16 -d R:/tesseract-master/win64/.sw/cmake -config d,msr,rwdi,r integrate -cmake-deps R:/tesseract-master/win64/.sw/cmake/sw.txt -cmake-file-version 4
CMake Error at C:/Users/AdminWeldin/.sw/storage/etc/sw/static/SWConfig.cmake:227 (message):
sw: non-zero exit code: 1
Call Stack (most recent call first):
CMakeLists.txt:213 (sw_execute)

-- Configuring incomplete, errors occurred!
See also "R:/tesseract-master/win64/CMakeFiles/CMakeOutput.log".

Information:
sw.client.sw version 1.0.0
git revision ba0257f
assembled on
15.04.2020 00:37:48 UTC
14.04.2020 19:37:48 Central Daylight Time

  • Windows 10 x64
  • Visual Studio 2017

Please let me know if you need any other information.

no target loaded

Describe the bug
when I use cmake to build tesseract with SW, there was an exception

Expected behavior
Exception in file D:\dev\cppan2\client2\src\sw\core\build.cpp:228, function
loadPackages: loc.sw.self.472d1f-local: No target loaded:
com.Microsoft.Windows.SDK.ucrt-*

To Reproduce
sw command: F:/sw.exe -shared -platform x86 -d G:/study/tesseract_UB-Mannheim_5.0/build/.sw/cmake integrate -cmake-deps G:/study/tesseract_UB-Mannheim_5.0/build/.sw/cmake/sw.txt
CMake Error at C:/Users/DW/.sw/storage/etc/sw/static/SWConfig.cmake:127 (message):
sw: non-zero exit code: 1:

out:

err:

Exception in file D:\dev\cppan2\client2\src\sw\core\build.cpp:228, function
loadPackages: loc.sw.self.472d1f-local: No target loaded:
com.Microsoft.Windows.SDK.ucrt-*
Call Stack (most recent call first):
CMakeLists.txt:206 (sw_execute)

Information:
how can I resolve this question, because there is not D: in my computer.

Linux executable is not named `sw`

Describe the bug
The linux executable provided here is named sw.client.sw-0.3.1 instead of simply sw.

The direct implication (that you no longer type sw but sw.client.sw-0.3.1) can be fixed by renaming the executable, but the name of the executable seems to be hard-coded when performing a -self-upgrade, which leads to a filesystem error on linux:

sw -self-upgrade                                                                                                                                                                                                   
Downloading signature file
Downloading the latest client
Unpacking
filesystem error: cannot set permissions [/tmp/sw.bak/sw]

The only file in /tmp/sw.bak/ is sw.client.sw-0.3.1, not sw, so /tmp/sw.bak/sw does not exist and permissions cannot be set.

Expected behavior
The downloaded executable should be named sw.

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest binary (bug on Linux, I did not test for other distributions).
  2. Move it in your PATH
  3. sw -self-upgrade

Information:

  • Paste sw --version output.
sw.client.sw version 0.3.1
git revision 07b9e5859a14e80fb1bd4ed06fe0f8161afcf915 plus 5 modified files
assembled on 01.10.2019 16:56:25 CEST
  • Write OS, its version (host/target)
Manjaro 18.10 KDE Plasma.
Based on Archlinux.
  • Write your compiler, its version: gcc 9.1.0

Weird exception

How to fix? I want to build tesseract dll
Exception in file D:\dev\cppan2\client2\src\sw\core\sw_context.cpp:69, function setHostPrograms: TODO: unimplemented

Leptonica - Link Error

Linking for Leptonica fails with the following error:

3>LINK : fatal error LNK1181: cannot open input file 'pkg\89\dc\64e7\obj\bld\144693\lib\org.sw.demo.gif-5.2.1.lib'
3>Done building project "leptonica.vcxproj" -- FAILED.
========== Build: 2 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I'm building with Visual Studio 2017 and generated a solution file with the following command:

cmake -G "Visual Studio 15 2017 Win64" -DBUILD_SHARED_LIBS=1 -DSW_BUILD_SHARED_LIBS=0 ..

Of note the org.sw.demo.gif-5.2.1.lib file is located at: pkg\89\dc\64e7\obj\bld\469698\lib, but the lib folder, 144693\lib, in the link error does not exist. This also appears to be an issue with the other dependencies as the solution points to the 144693\lib folder, but the other lib files are also located in the associated 469698\lib folder.

If you need any other information please let me know.

Information:
E:\src\repo\leptonica-master\win64>sw --version
sw.client.sw version 1.0.0
git revision 3831e99
assembled on
17.05.2020 13:43:42 UTC
17.05.2020 08:43:42 Central Daylight Time

Windows 10 x64

Error "Cannot match vs include prefix"

Describe the bug
Attempting to run sw build in my project prints the following error:
Exception in file D:\dev\cppan2\client2\src\sw\builder\command.cpp:1323, function detectMsvcPrefix: Cannot match vs include prefix.

This is probably environment related, I don't think it is easily reproducible.

Expected behavior
I expected sw to build my project.

To Reproduce
Steps to reproduce the behavior:

  1. sw build

Information:

  • sw --version
sw.client.sw version 0.3.1
git revision fa94bb323c990e038df2eeaffa7ba74b16bd7cc1 plus 1 modified files
assembled on 03.01.2020 13:30:13 Romance Standard Time
  • Windows 10 Education
  • Visual Studio 2017 Community. (Fresh, installed yesterday on a new Windows 10 system)
  • I am running the command on Git bash for Windows, in case it matters. (Latest version as of today)

sw build Error

Describe the bug
The following error occurs when I execute sw build, but I don’t know what is ABI (16),
can you help me see?

Expected behavior

sw build
[177/177] C:/Learning/tesseract/tesseract/.sw/cfg/582484/loc.sw.self.e99187-0.0.16.dll
Exception in file D:/dev/cppan2/client2/src/sw/driver/module.cpp:91, function Module: Bad config ABI version. Module ABI (17) is greater than binary ABI (16). Update your sw binary. Will rebuild on the next run.

To Reproduce
Steps to reproduce the behavior:

  1. sw build

Information:

  • 2010/4/22 version
  • OS Win10

Cannot link library

Tried your https://github.com/SoftwareNetwork/sw/tree/master/test/integrations/cmake/tess with

sw setup
mkdir build
cd build
cmake ..
cmake --build ..

output:

LINK : fatal error LNK1104: Datei "com.microsoft.visualstudio.vc.libcpp-19.25.28612.lib" kann nicht geöffnet werden. (cannot open file)

I have also tried cleaning the .sw/storage folder and calling sw setup again many times but that didnt change anything. I made it able to compile after I have removed com.microsoft.* stuff from linking, but I guess thats not the meaning of using sw

Information:

sw --version
sw.client.sw version 1.0.0
git revision f06a999 plus 1 modified files
assembled on
09.04.2020 18:31:11 UTC
09.04.2020 20:31:11 Mitteleurop�ische Sommerzeit

  • OS: win10 1909
  • Compiler: msvc 19.25.28612 / vs 16.5.3

LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs

I receive linker warnings and errors when trying to build Leptonica and Tesseract with Visual Studio 2017. I last built both applications a couple months ago with no issues, but after I upgraded sw to the current version today I have the issues noted below.

Of note I'm using static linking of the external dependencies and am using the following cmake command: cmake -DBUILD_SHARED_LIBS=1 -DSW_BUILD_SHARED_LIBS=0 ..

When adding the verbose flag to my Leptonica release build the following is output:

3>Searching libraries
3> Searching C:.sw\storage\pkg\89\dc\64e7\obj\bld\135497\lib\org.sw.demo.gif-5.2.1.lib:
3> Searching C:.sw\storage\pkg\a9\0c\280b\obj\bld\135497\lib\org.sw.demo.jpeg-9.4.0.lib:
3> Searching C:.sw\storage\pkg\28\39\9564\obj\bld\135497\lib\org.sw.demo.glennrp.png-1.6.37.lib:
3> Searching C:.sw\storage\pkg\f5\fe\083c\obj\bld\135497\lib\org.sw.demo.tiff-4.1.0.lib:
3> Searching C:.sw\storage\pkg\79\7b\0892\obj\bld\135497\lib\org.sw.demo.webmproject.webp-1.0.3.lib:
3> Searching C:.sw\storage\pkg\f7\91\f458\obj\bld\135497\lib\org.sw.demo.uclouvain.openjpeg.openjp2-2.3.1.lib:
3> Searching C:.sw\storage\pkg\ce\99\b2f8\obj\bld\135497\lib\org.sw.demo.madler.zlib-1.2.11.lib:
3> Searching C:.sw\storage\pkg\76\c7\435a\obj\bld\135497\lib\org.sw.demo.facebook.zstd.zstd-1.4.4.lib:
3> Searching C:.sw\storage\pkg\25\78\4a4d\obj\bld\135497\lib\org.sw.demo.mgk25.jbig.jbig-2.1.0.lib:
3> Searching C:.sw\storage\pkg\60\89\7ba0\obj\bld\135497\lib\org.sw.demo.mgk25.jbig.ar-2.1.0.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\kernel32.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\oldnames.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\concrtd.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\msvcprtd.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\vcruntimed.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\msvcrtd.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\ucrt\x64\ucrtd.lib:
3> Searching C:.sw\storage\pkg\2a\68\57cb\obj\bld\135497\lib\org.sw.demo.xz_utils.lzma-5.2.4.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\user32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\gdi32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\winspool.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\shell32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\ole32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\oleaut32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\uuid.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\comdlg32.lib:
3> Searching C:\Program Files (x86)\Windows Kits\10\lib\10.0.17763.0\um\x64\advapi32.lib:
3> Searching C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64\MSVCRT.lib:
3>
3>Finished searching libraries
3>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

I did not compile Tesseract with the verbose flag, but received the following error:

3>Auto build dll exports
3>msvcprtd.lib(locale0_implib.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MD_DynamicRelease' in adaptions.obj
3> Creating library E:/src/repo/tesseract/Win64/Release/tesseract50.lib and object E:/src/repo/tesseract/Win64/Release/tesseract50.exp
3>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

Information:

  • sw.client.sw version 1.0.0, git revision 6ecf974
  • Windows 10 x64

Please let me know if you need any additional information.

Thanks,
Ryan

opencv2/core/utility.hpp:714:14: error: 'recursive_mutex' in namespace 'std' does not name a type

at https://github.com/SoftwareNetwork/sw/blob/master/test/integrations/cmake/tess/CMakeLists.txt

[ 50%] Building CXX object CMakeFiles/untitled.dir/main.cpp.obj
In file included from C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core.hpp:3293,
from C:/Users/LZ/.sw/storage/pkg/3b/11/4f5f/src/sdir/modules/highgui/include/opencv2/highgui.hpp:46,
from C:\Users\LZ\Downloads\sw-master\sw-master\test\integrations\cmake\tess\main.cpp:7:
C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core/utility.hpp:714:14: error: 'recursive_mutex' in namespace 'std' does not name a type
714 | typedef std::recursive_mutex Mutex;
| ^~~~~~~~~~~~~~~
C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core/utility.hpp:63:1: note: 'std::recursive_mutex' is defined in header ''; did you forget to '#include '?
62 | #include // std::mutex, std::lock_guard
+++ |+#include
63 | #endif
C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core/utility.hpp:715:29: error: 'Mutex' is not a member of 'cv'
715 | typedef std::lock_guardcv::Mutex AutoLock;
| ^~~~~
C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core/utility.hpp:715:29: error: 'Mutex' is not a member of 'cv'
C:/Users/LZ/.sw/storage/pkg/aa/2f/bc64/src/sdir/modules/core/include/opencv2/core/utility.hpp:715:34: error: template argument 1 is invalid
715 | typedef std::lock_guardcv::Mutex AutoLock;
| ^
CMakeFiles\untitled.dir\build.make:79: recipe for target 'CMakeFiles/untitled.dir/main.cpp.obj' failed
mingw32-make[2]: *** [CMakeFiles/untitled.dir/main.cpp.obj] Error 1
CMakeFiles\Makefile2:113: recipe for target 'CMakeFiles/untitled.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/untitled.dir/all] Error 2
Makefile:99: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

Crash when running build

Describe the bug
Just went back to my C++ project after several months and I can't build using sw anymore.

Expected behavior
It should build my binaries without issue.

To Reproduce
Clone https://gitlab.com/Telokis/Rayon
Run sw -config r --build-name rayon build -output-dir bin.

[21:16:29] Telokis:~/Documents/Dev/Git/Rayon (master) > sw -config r --build-name rayon build -output-dir bin
[866/889] C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp
Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:761, function execute1: When executing: C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C2275: 'MocCommand': illegal use of this type as an expression
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(32): note: see declaration of 'MocCommand'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C3861: 'SW_MAKE_CUSTOM_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(208): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(209): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(212): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(215): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(216): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(217): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(218): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(533): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(533): error C3861: 'SW_MAKE_EXECUTE_BUILTIN_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(534): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(535): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(536): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(537): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(538): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2039: 'MU_ALWAYS': is not a member of 'sw::builder::Command'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\0b\f8\87ab\src\sdir\src\sw/builder/file.h(35): note: see declaration of 'sw::builder::Command'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2065: 'MU_ALWAYS': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(547): error C2248: 'sw::driver::CommandBuilder::c': cannot access private member declared in class 'sw::driver::CommandBuilder'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\8e\71\b3e2\src\sdir\src\sw\driver\command.h(410): note: see declaration of 'sw::driver::CommandBuilder::c'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\8e\71\b3e2\src\sdir\src\sw\driver\command.h(347): note: see declaration of 'sw::driver::CommandBuilder'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1526): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1534): note: see reference to function template instantiation 'auto build::<lambda_02a89e45a656b5a39c37bfabf98bce88>::operator ()<T>(T &,const path &,const path &) const' being compiled
        with
        [
            T=sw::StaticLibraryTarget
        ]
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1526): error C3861: 'SW_MAKE_EXECUTE_BUILTIN_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1527): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1528): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1529): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1530): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1531): error C2065: 'c': undeclared identifier
command failed: exit code = 2
Total errors: 1

Information:
Version:

[21:16:45] Telokis:~/Documents/Dev/Git/Rayon (master) > sw --version
sw.client.sw version 1.0.0
git revision 75d3b49097768e10dc729ea18f79c9fe1510bb6a
assembled on
30.06.2020 14:58:57 UTC
30.06.2020 16:58:57 Romance Daylight Time
Logs with trace
[21:17:38] Telokis:~/Documents/Dev/Git/Rayon (master) > sw -trace -config r --build-name rayon build -output-dir bin
----------------------------------------
Starting sw...
command line:
C:\Users\Telokis\Documents\Dev\bin\sw.exe -trace -config r --build-name rayon build -output-dir bin
Checking remote version
Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Registering driver: org.sw.sw.driver.cpp-0.4.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/Git/Rayon\\sw.cpp"
build id 000002118E776D00 performing void __cdecl sw::SwBuild::loadInputs(void)
Detected target: com.Microsoft.VisualStudio.VC.cl-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\cl.exe
Detected target: msvc-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.link-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\ml64.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.16.27034.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.16.27034: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\cl.exe
Detected target: msvc-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.link-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\ml64.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.24.28314.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.24.28314: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\ml.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.16.27034.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.16.27034: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\ml.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.24.28314.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.24.28314: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\cl.exe
Detected target: msvc-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.link-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\ml64.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.0.24210.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.0.24210: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.0.24210: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.0.24210: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.0.24210: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.0.24210: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\ml.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.0.24210.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.0.24210: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.VisualStudio.VC.cl-19.0.24210: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_arm\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.0.24210: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_arm\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.0.24210: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_arm\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.dumpbin-14.0.24210.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_arm\dumpbin.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.0.24210: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Found Windows Kit 10.0.10240.0 at C:/Program Files (x86)/Windows Kits/10
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.10240.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.10240.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.10240.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.10240.0: {"os":{"arch":"aarch64","kernel":"com.Microsoft.Windows.NT"}}
Include dir "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\um" not found for library: um
Include dir "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\km" not found for library: km
Include dir "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\winrt" not found for library: winrt
Found Windows Kit 10.0.17763.0 at C:/Program Files (x86)/Windows Kits/10
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0: {"os":{"arch":"aarch64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0: {"os":{"arch":"aarch64","kernel":"com.Microsoft.Windows.NT"}}
Include dir "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17763.0\\km" not found for library: km
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0: {"os":{"arch":"aarch64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.rc-10.0.10011.16384: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\rc.exe
Detected target: com.Microsoft.Windows.mc-10.0.17763: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\mc.exe
Found Windows Kit 8.1 at C:/Program Files (x86)/Windows Kits/8.1
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Libdir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\arm64" not found for library: um
Include dir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\km" not found for library: km
Detected target: com.Microsoft.Windows.rc-6.3.9600.17336: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\8.1\bin\x64\rc.exe
Detected target: com.Microsoft.Windows.mc-1.12.9600: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\8.1\bin\x64\mc.exe
Found Windows Kit 8.1 at C:/Program Files (x86)/Windows Kits/8.1
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"x86","kernel":"com.Microsoft.Windows.NT"}}
Detected target: com.Microsoft.Windows.SDK.um-8.1.0: {"os":{"arch":"arm","kernel":"com.Microsoft.Windows.NT"}}
Libdir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Lib\\winv6.3\\um\\arm64" not found for library: um
Include dir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\km" not found for library: km
Detected target: com.Microsoft.Windows.rc-6.3.9600.17336: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\8.1\bin\x64\rc.exe
Detected target: com.Microsoft.Windows.mc-1.12.9600: {"os":{"kernel":"com.Microsoft.Windows.NT"}}
Detected program: C:\Program Files (x86)\Windows Kits\8.1\bin\x64\mc.exe
Loading input C:/Users/Telokis/Documents/Dev/Git/Rayon/sw.cpp, settings = {"native":{"configuration":"release"},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Loading input C:/Users/Telokis/Documents/Dev/Git/Rayon/sw.cpp, settings = {"native":{"configuration":"release"},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build step InputsLoaded time: 1.47784 s.
build id 000002118E776D00 performing void __cdecl sw::SwBuild::setTargetsToBuild(void)
build step TargetsToBuildSet time: 0.0002545 s.
build id 000002118E776D00 performing void __cdecl sw::SwBuild::resolvePackages(void)
build id 000002118E776D00 performing void __cdecl sw::SwBuild::resolvePackages(const class std::vector > &)
Loading input: org.sw.demo.qtproject.qt.base.tools.rcc-5.15.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f7/76/77eb/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.mp11-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/42/c2/0567/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.typeof-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/7c/a6/2f50/src/sdir\\sw.cpp"
Loading input: pub.telokis.github.jbeder.yaml_cpp-0.6.3
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a5/76/31d5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.algorithm-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/fe/17/08a6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.angle-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/48/219d/src/sdir\\sw.cpp"
Loading input: pub.telokis.github.google.benchmark-1.5.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/15/d3/d5f2/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.preprocessor-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ba/e0/f079/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.filesystem-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/92/c3/c856/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.program_options-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/7d/35/4112/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.plugins.platforms.windows-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.tinycbor-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/db/8b/e12f/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.widgets-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a9/c2/5933/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.predef-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/f0/084c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.systeminfo-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/92/d6/99c4/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.throw_exception-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b4/99/d310/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.atomic-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f3/8c/2952/src/sdir\\sw.cpp"
Loading input: org.sw.demo.qtproject.qt.base.tools.moc-5.15.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d2/a8/fc94/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.function_types-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/49/24/85ca/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.math-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9b/02/ef84/src/sdir\\sw.cpp"
Loading input: org.sw.demo.qtproject.qt.base.tools.uic-5.15.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/ee/fe6b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.qtproject.qt.base.tools.bootstrap-5.15.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/1a/d5/baeb/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.regex-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2d/2c/a328/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.khronos-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e0/61/1338/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.numeric-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/18/33/48ea/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.iterator-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c0/af/5f1e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.system-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/37/f154/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.array-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e7/49/efbc/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.assert-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/53/9a/32e5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.smart_ptr-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ca/9e/73cd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.config-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d0/e3/cb43/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.tools.tracegen-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/f9/7ebe/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.concept_check-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/49/44/ba92/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.container_hash-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/38/17/815d/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.conversion-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/f3/3700/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.core-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/f5/42dd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.detail-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6e/75/f1cf/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.accessibility-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d1/7d/2bab/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.fusion-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/cf/f2/9ff5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.winapi-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b4/e3/ca17/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.function-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/41/4ef5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.mpl-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/3d/f2/f30f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.integer-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8f/99/bb2e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.move-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/aa/ae/b957/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.io-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ce/30/4d3f/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.tools.bootstrap-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ee/dc/6127/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.optional-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/af/5c/cf0c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.static_assert-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/dd/2a/598b/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.fontdatabases.windows-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/01/d5/c554/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.chrono-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/22/c6/fb67/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.intrusive-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/65/d1/8617/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.utility-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/3b/f00e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.tuple-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/0a/ab/3b90/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.i18n-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/5d/82/60f7/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.type_traits-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/66/6c/54e8/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.tuple-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e7/8b/2966/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.utility-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/61/2f/d6e5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.foreach-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/a9/9a84/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.any-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/51/48/bcca/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.bind-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/03/97/4ca9/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.lambda-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/82/89/1ebd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.lexical_cast-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2d/08/8f34/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.rational-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/53/76/a6ad/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.range-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/7d/f2/028d/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.iaccessible2-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/be/b3/0903/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.ratio-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/23/f24b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.grigorig.ucdn-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/08/6a/c228/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.tokenizer-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/ff/7c0c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.type_index-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/88/44/4ddc/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.container-1.72.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/80/1b/ed44/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.egl-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/4f/04/1c6e/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.wintab-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/99/cf/d5fd/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.windowsuiautomation-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/01/e2/4693/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.eventdispatchers-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/14/30/e91a/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.themes-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/52/7c/4f4a/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.tools.moc-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/3e/cf/43ed/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.tools.rcc-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/87/bb/7e1a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.stub.genccode-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/23/15/4495/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.tools.syncqt-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/56/5811/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.gui-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8b/2c/18b9/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.tools.uic-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e5/4d/40bf/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.lambda-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c4/19/24a1/src/sdir\\sw.cpp"
Loading input: org.sw.demo.madler.zlib-1.2.11
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ce/99/b2f8/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.core-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/aa/4d/96e6/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.sw.main-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/45/09/c607/src/sdir\\sw.cpp"
Loading input: org.sw.demo.qtproject.qt.base.third_party.tinycbor-5.15.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/36/df/0546/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.filesystem-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/82/15/56e9/src/sdir\\sw.cpp"
Loading input: org.sw.demo.behdad.harfbuzz-2.6.8
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f0/2c/63c9/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.fontdatabases.freetype-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/fe/27ed/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.gles_v2-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/59/f9/70f1/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.yaml-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/18/87e3/src/sdir\\sw.cpp"
Loading input: org.sw.demo.glennrp.png-1.6.37
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/28/39/9564/src/sdir\\sw.cpp"
Loading input: org.sw.demo.mity.md4c-0.4.2
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/86/75/a0ff/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.sw.settings-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/cb/ce/1428/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.double_conversion-3.1.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/34/b9/8e8a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.facebook.zstd.zstd-1.4.5
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/1f/98e6/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.main-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/79/bb/8899/src/sdir\\sw.cpp"
Loading input: org.sw.demo.pcre.pcre16-10.34.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a9/2f/80db/src/sdir\\sw.cpp"
Loading input: pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.harfbuzz-5.14.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/91/b6/c7c5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.xz_utils.lzma-5.2.4
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2a/68/57cb/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnome.glib.glib-2.64.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8c/97/ac4f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.dll-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/8c/fd2b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.iconv.libcharset-1.16.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/5f/22/3837/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.breakpad.client.windows.crash_generation.client-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/19/26/9fe0/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.breakpad.client.windows.crash_generation.server-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/37/b9/3ca3/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.breakpad.client.windows.handler-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a8/36/f501/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.spirit-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/21/64/0291/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.tools.cl_generator-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ff/bb/f03b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.madler.zlib-1.2.11
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ce/99/b2f8/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.templates-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/52/12/6ff0/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.emitter-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/bd/3958/src/sdir\\sw.cpp"
Loading input: org.sw.demo.ragel-6.10.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ac/b6/4564/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.filesystem-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/80/38/b8f6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.thread-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/fe/9c2a/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.string-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e2/99/efe6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.regex-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/17/c882/src/sdir\\sw.cpp"
Loading input: org.sw.demo.freetype-2.10.2
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/04/e1/716f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.cairographics.cairo-1.17.2
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e5/c2/65d5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.detail-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/db/e450/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gettext.intl-0.20.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/91/8e/db1a/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.settings-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/ea/e066/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.multiprecision-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/24/db/9815/src/sdir\\sw.cpp"
Loading input: org.sw.demo.Cyan4973.xxHash-0.7.4
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/de/08/399c/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.primitives.error_handling-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a6/c5/c10a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.pcre.pcre8-8.44.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/71/88/1269/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.integer-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/26/81/f9ed/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.move-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/4a/5b/92ea/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.algorithm-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/fe/17/08a6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.serialization-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a5/77/bf43/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.intrusive-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d8/2b/83a8/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.chrono-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/fc/e0/018e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.thread-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/fe/9c2a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.date_time-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/89/a2/347a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.array-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b4/95/777c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.iterator-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/30/d8/0583/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.numeric-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/7d/2a/922b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.system-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/b0/e737/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.smart_ptr-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/f9/6e18/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.preprocessor-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2d/a0/6555/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.filesystem-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/80/38/b8f6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.config-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e6/a9/f96e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.iostreams-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/5e/c570/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.assert-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/81/75/6aca/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.bind-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/51/dd/9968/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.concept_check-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/61/6f/9f9c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.unordered-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/0e/3939/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.container_hash-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/23/3f/9835/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.locale-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9e/b5/82e6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.conversion-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/48/3c/abd1/src/sdir\\sw.cpp"
Loading input: org.sw.demo.bzip2-1.0.8
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/eb/0c/8faa/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.endian-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/9c/1c3b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.core-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/49/ac/ed11/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.fusion-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/cd/53/fcfd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.dynamic_bitset-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/52/828f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.winapi-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/3c/51/ca71/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.function-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b3/a5/5958/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.phoenix-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/43/92/1b22/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.math-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/0f/1ef8/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.function_types-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/ad/b87f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.mpl-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/cc/95d6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.lexical_cast-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/85/2a/cf43/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.io-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/8c/4968/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.rational-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/58/26/413c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.static_assert-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/61/d9e3/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.optional-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/a7/95/207e/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.proto-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8b/3d/6f01/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.pool-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/7a/1b/eb66/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.throw_exception-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/fb/07/e3fc/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.predef-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/4e/5cfd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.variant-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/06/4a/6c31/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.range-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ae/63/f38d/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.ratio-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/4b/77/b35b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.tokenizer-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/72/8b/4059/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.type_index-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/12/ed/57cb/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.exception-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/73/0a/7beb/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.type_traits-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/b9/67/89e5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.mp11-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2e/12/573a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.typeof-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/93/094c/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.atomic-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/ba/b554/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.container-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/7d/75cf/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.random-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/97/7e/bea6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.breakpad.common.windows-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/4b/25/be52/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.stacktrace-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/79/25d4/src/sdir\\sw.cpp"
Loading input: org.sw.demo.bzip2-1.0.8
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/eb/0c/8faa/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.common-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/bb/5bb1/src/sdir\\sw.cpp"
Loading input: org.sw.demo.freedesktop.fontconfig.fontconfig-2.13.92
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ac/a3/6b2b/src/sdir\\sw.cpp"
Loading input: org.sw.demo.freedesktop.pixman-0.40.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/2a/cc/6009/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.util.image-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/23/5e/afe8/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.compiler.translator-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/ba/7f/ccd1/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.pmurhash-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/2a/433a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.common-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/54/b0/22b4/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.xxhash-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f4/1a/6bce/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.iconv.libiconv-1.16.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/dd/3fd5/src/sdir\\sw.cpp"
Loading input: org.sw.demo.jbeder.yaml_cpp-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/d5/5746/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.llvm_project.llvm.support_lite-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c0/51/89a4/src/sdir\\sw.cpp"
Loading input: org.sw.demo.lexxmark.winflexbison.bison-3.5.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/10/26/8452/src/sdir\\sw.cpp"
Loading input: org.sw.demo.facebook.zstd.zstd-1.4.5
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/1f/98e6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.lexxmark.winflexbison.flex-2.6.4
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/83/9d/0b51/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.data-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/86/ae44/src/sdir\\sw.cpp"
Loading input: org.sw.demo.tronkko.dirent-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/21/28/e31a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.expat-2.2.9
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e9/6f/ade7/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.sed.sed-4.7.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/fe/ca09/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gperf-3.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/1d/2fb3/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gawk.gawk-5.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/74/64bd/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.stub.toolutil-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/e4/00/f368/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.compiler.preprocessor-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9a/77/5850/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.compiler-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/11/28/0d91/src/sdir\\sw.cpp"
Loading input: org.sw.demo.lexxmark.winflexbison.common-2.5.22
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/32/2a/abd7/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.iterator-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/30/d8/0583/src/sdir\\sw.cpp"
Loading input: org.sw.demo.boost.smart_ptr-1.73.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/f9/6e18/src/sdir\\sw.cpp"
Loading input: pub.egorpugin.llvm_project.llvm.demangle-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/c2/bf42/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gettext.intl-0.20.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/91/8e/db1a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.kimgr.getopt_port-master
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/21/4c/ad1f/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.sed.gnulib-4.7.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/8a/7139/src/sdir\\sw.cpp"
Loading input: org.sw.demo.google.angle.third_party.base-0.0.3803
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/c2/86d6/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.grep.gnulib-3.4.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/8e/cd/7389/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.stub.i18n-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6e/44/f237/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gawk.getopt-5.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/c6/8c/0fe1/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.stub.common-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/37/dc3d/src/sdir\\sw.cpp"
Loading input: org.sw.demo.gnu.gettext.intl-0.20.1
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/91/8e/db1a/src/sdir\\sw.cpp"
Loading input: org.sw.demo.unicode.icu.stub.data-67.1.0
using sw frontend for input "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/f9/35/5ca6/src/sdir\\sw.cpp"
build id 000002118F412E80 overriding state from 0 to 3
build id 000002118F412E80 performing void __cdecl sw::SwBuild::loadPackages(void)
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 1
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.templates-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.command-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 3
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.filesystem-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 4
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.string-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 5
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.filesystem-1.73.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 6
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.thread-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 7
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.driver.cpp-0.4.2
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 8
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Kitware.CMake.lib-3.18.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lexxmark.winflexbison.bison-3.5.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 9
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lexxmark.winflexbison.common-2.5.22
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.ReneNyffenegger.cpp_base64-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lexxmark.winflexbison.flex-2.6.4
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 10
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.core-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.driver.cpp.self_builder-0.4.2
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 11
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.core-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.patch-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.driver.cpp.cl_generator-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 12
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.emitter-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.ToruNiina.toml11-3.3.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.tools.embedder2-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 13
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.filesystem-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.assign-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.tools.sqlpp11.sqlite2cpp-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 14
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.string-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.bimap-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 15
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.templates-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.uuid-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 16
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.filesystem-1.73.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.giovannidicanio.winreg-2.4.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 17
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.thread-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.file_monitor-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 18
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.sw.main-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.libuv-1.38.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 19
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.xz_utils.lzma-5.2.4
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.process-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.tools.cl_generator-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 20
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.stacktrace-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.stacktrace-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 21
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.algorithm-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.algorithm-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 22
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.main-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.array-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 23
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.error_handling-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.assert-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 24
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.sw.settings-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.atomic-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 25
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.dll-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.bind-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 26
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.breakpad.client.windows.handler-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.chrono-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 27
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.breakpad.client.windows.crash_generation.client-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.concept_check-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 28
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.breakpad.client.windows.crash_generation.server-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.config-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 29
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.settings-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.preprocessor-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 30
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.yaml-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.static_assert-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 31
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.llvm_project.llvm.support_lite-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.type_traits-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 32
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.jbeder.yaml_cpp-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.container-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 33
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.sqlite3-3.32.2
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.container_hash-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 34
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Neargye.magic_enum-0.6.6
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.core-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 35
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.builder-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.detail-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 36
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.manager-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.integer-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 37
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.preshing.junction-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.throw_exception-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 38
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.graph-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.conversion-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 39
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.serialization-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.date_time-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 40
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.microsoft.gsl-3.1.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.dynamic_bitset-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 41
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.csv-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.move-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 42
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.support-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.endian-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 43
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.version-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.protos-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.exception-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 44
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.source-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.fmt-6.2.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.foreach-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.ragel-6.10.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 45
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.command-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.function_types-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protobuf.protoc-3.12.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 46
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.hash-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.fusion-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.cpp.plugin-1.30.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 47
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.aleksey14.rhash-1.3.9
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.io-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 48
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openssl.crypto-1.1.1.7
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.iterator-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 49
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.http-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.mpl-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 50
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.pack-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.numeric-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 51
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nlohmann.json-3.8.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.optional-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 52
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.file_monitor-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.predef-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 53
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.libuv-1.38.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.range-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 54
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.process-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.regex-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 55
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.badger.curl.libcurl-7.71.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.smart_ptr-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 56
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.libarchive.libarchive-3.4.3
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tuple-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 57
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.bzip2-1.0.8
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.typeof-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 58
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.nettle.nettle-3.5.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.utility-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 59
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lz4-1.9.2
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.function-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.nettle.eccdata-3.5.1
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 60
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.xmlsoft.libxml2-2.9.10
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.type_index-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 61
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.madler.zlib-1.2.11
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.intrusive-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 62
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.oberhumer.lzo.lzo-2.10.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.iostreams-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 63
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.facebook.zstd.zstd-1.4.5
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.lambda-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 64
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.iconv.libiconv-1.16.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.lexical_cast-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 65
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.iconv.libcharset-1.16.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.locale-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 66
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protobuf.protoc_lib-3.12.1
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.math-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 67
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protobuf.protobuf-3.12.1
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.mp11-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 68
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.container_hash-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.multiprecision-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 69
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.assert-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.phoenix-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 70
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.config-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.pool-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 71
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.core-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.proto-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 72
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.detail-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.random-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 73
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.integer-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.ratio-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 74
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.preprocessor-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.rational-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 75
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.static_assert-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.serialization-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 76
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.throw_exception-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.spirit-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 77
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.type_traits-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.system-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 78
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.imageworks.pystring-1.1.3
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tokenizer-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 79
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gss-1.0.3
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.unordered-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 80
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nghttp2-1.41.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.variant-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 81
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.libssh2-1.9.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.winapi-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 82
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openldap.ldap_r-2.4.48
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tti-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 83
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.plugin_support-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Neargye.magic_enum-0.6.6
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 84
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.lib-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.builder-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 85
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.ext-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.manager-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 86
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.cpp-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.preshing.junction-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 87
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.tsi-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.graph-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 88
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.proto-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.microsoft.gsl-3.1.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 89
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protocolbuffers.upb.upb-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.emitter-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 90
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.abseil-2020.2.25.2
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.csv-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 91
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.third_party.address_sorting-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.support-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 92
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.version-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.plugin_registry-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.sw.client.protos-0.4.2
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 93
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.source-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.c_ares-1.16.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.fmt-6.2.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 94
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.census.opencensus.cpp-0.4.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.hash-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 95
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openssl.ssl-1.1.1.7
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.aleksey14.rhash-1.3.9
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 96
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nanopb-0.3.9.3
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openssl.crypto-1.1.1.7
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 97
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.db.sqlite3-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.http-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 98
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.db.common-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.pack-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 99
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.lock-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.yaml-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 100
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.interprocess-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.jbeder.yaml_cpp-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 101
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.variant-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nlohmann.json-3.8.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 102
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.rbock.sqlpp11_connector_sqlite3-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.badger.curl.libcurl-7.71.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 103
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.rbock.sqlpp11-develop
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.libarchive.libarchive-3.4.3
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 104
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.win32helpers-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.bzip2-1.0.8
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 105
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.grpc_helpers-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.nettle.nettle-3.5.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 106
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.log-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lz4-1.9.2
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 107
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.log-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.xmlsoft.libxml2-2.9.10
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 108
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.date_time-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.madler.zlib-1.2.11
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 109
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.date_time-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.oberhumer.lzo.lzo-2.10.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 110
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.executor-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.xz_utils.lzma-5.2.4
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 111
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.asio-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.facebook.zstd.zstd-1.4.5
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 112
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.system-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.iconv.libiconv-1.16.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 113
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.symbol-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.iconv.libcharset-1.16.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 114
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.property_tree-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.imageworks.pystring-1.1.3
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 115
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.atomic-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gss-1.0.3
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 116
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.regex-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nghttp2-1.41.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 117
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.align-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.libssh2-1.9.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 118
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.any-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openldap.ldap_r-2.4.48
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 119
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.move-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.db.sqlite3-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 120
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.smart_ptr-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.db.common-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 121
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.type_index-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.sqlite3-3.32.2
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 122
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.array-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.lock-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 123
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.bind-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.interprocess-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 124
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.chrono-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.sw.settings-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 125
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.concept_check-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.settings-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 126
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.container-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.llvm_project.llvm.support_lite-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 127
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.context-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.dll-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 128
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.conversion-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.rbock.sqlpp11_connector_sqlite3-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 129
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.dynamic_bitset-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.rbock.sqlpp11-develop
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 130
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.endian-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.win32helpers-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 131
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.exception-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protobuf.protobuf-3.12.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 132
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.foreach-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.grpc_helpers-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 133
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.function_types-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.cpp-1.30.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 134
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.fusion-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.ext-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 135
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.io-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.tsi-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 136
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.iterator-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.log-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 137
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.mpl-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.log-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 138
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.numeric-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.proto-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 139
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.optional-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.protocolbuffers.upb.upb-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 140
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.predef-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.abseil-2020.2.25.2
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 141
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.range-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.third_party.address_sorting-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 142
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tuple-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.plugin_registry-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 143
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.typeof-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.grpc.core.lib-1.30.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 144
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.utility-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.c_ares-1.16.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 145
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.format-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.census.opencensus.cpp-0.4.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 146
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.function-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openssl.ssl-1.1.1.7
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 147
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.intrusive-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.nanopb-0.3.9.3
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 148
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.iostreams-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.date_time-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 149
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.lambda-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.executor-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 150
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.lexical_cast-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.asio-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 151
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.locale-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.symbol-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 152
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.math-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.property_tree-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 153
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.mp11-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.align-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 154
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.multi_index-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.any-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 155
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.multiprecision-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.context-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 156
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.parameter-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.format-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 157
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.phoenix-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.multi_index-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 158
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.proto-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.parameter-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 159
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.pool-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.xpressive-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 160
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.random-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.circular_buffer-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 161
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.ratio-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.ptr_container-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 162
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.rational-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openldap.lber-2.4.48
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 163
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.spirit-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.property_map-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 164
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tokenizer-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.python-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 165
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.unordered-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.test-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 166
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.winapi-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.i18n-67.1.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 167
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.xpressive-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.preshing.turf-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 168
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.openldap.lber-2.4.48
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Cyan4973.xxHash-0.7.4
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 169
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.i18n-67.1.0
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.python.lib-3.8.2
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 170
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.bimap-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.common-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 171
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.property_map-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.data-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 172
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.python-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.genccode-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 173
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.test-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.toolutil-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 174
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.tti-1.73.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.i18n-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 175
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.preshing.turf-master
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.common-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 176
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Cyan4973.xxHash-0.7.4
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.data-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 177
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.python.lib-3.8.2
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gettext.intl-0.20.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 178
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.common-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.llvm_project.llvm.demangle-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 179
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.data-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.HowardHinnant.date.date-2.4.1
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 180
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.genccode-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.expat-2.2.9
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 181
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.toolutil-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Kitware.CMake.cm3p-3.18.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 182
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.i18n-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Kitware.CMake.iml-3.18.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 183
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.common-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.open_source_parsers.jsoncpp-1.9.3
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 184
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.stub.data-67.1.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.libuv-1.38.0
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 185
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.breakpad.common.windows-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Kitware.CMake.std-3.18.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 186
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gettext.intl-0.20.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.Kitware.CMake.sys-3.18.0
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 187
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.llvm_project.llvm.demangle-master
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.tronkko.dirent-master
Loading input Empty specification, settings = {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 188
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.HowardHinnant.date.date-2.4.1
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 189
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.expat-2.2.9
Loading input Empty specification, settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-19.24.28314","c":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","cpp":"com.Microsoft.VisualStudio.VC.cl-19.24.28314","lib":"com.Microsoft.VisualStudio.VC.lib-19.24.28314","link":"com.Microsoft.VisualStudio.VC.link-19.24.28314"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-19.24.28314","kernel":"com.Microsoft.Windows.SDK.um-10.0.17763.0"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000002118F412E80 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 190
build id 000002118F412E80 performing void __cdecl sw::SwBuild::prepare(void)
build id 000002118F412E80 performing void __cdecl sw::SwBuild::execute(struct sw::ExecutionPlan &) const
[866/889] C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe" "-nologo" "-c" "-FoC:/Users/Telokis/Documents/Dev/sw/storage/tmp/cfg/t/595767/71d609/obj/sw.cpp.5bb7a547.obj" "-TP" "-std:c++17" "-Zi" "-EHsc" "-FIC:/Users/Telokis/Documents/Dev/sw/storage/tmp/pch/sw.1.a2a6fd.237502.h" "-FIC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/56/5811/src/gen/pkg_header_66719d.h" "-FIC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8e/71/b3e2/src/sdir/src/sw/driver/sw1.h" "-FIC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8e/71/b3e2/src/sdir/src/sw/driver/sw_check_abi_version.h" "C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp" "-O2" "-YuC:/Users/Telokis/Documents/Dev/sw/storage/tmp/pch/sw.1.a2a6fd.237502.h" "-FpC:/Users/Telokis/Documents/Dev/sw/storage/tmp/pch/sw.1.a2a6fd.237502.pch" "-FdC:/Users/Telokis/Documents/Dev/sw/storage/tmp/pch/sw.1.a2a6fd.237502.pdb" "-MD" "-showIncludes" "-FS" "-DABIFLAGS=""" "-DARCHIVE_CRYPTO_MD5_NETTLE" "-DARCHIVE_CRYPTO_RMD160_NETTLE" "-DARCHIVE_CRYPTO_SHA1_NETTLE" "-DARCHIVE_CRYPTO_SHA256_NETTLE" "-DARCHIVE_CRYPTO_SHA384_NETTLE" "-DARCHIVE_CRYPTO_SHA512_NETTLE" "-DBOOST_ATOMIC_STATIC_LINK" "-DBOOST_ATOMIC_USE_LIB" "-DBOOST_CHRONO_STATIC_LINK" "-DBOOST_CHRONO_USE_LIB" "-DBOOST_CONTAINER_STATIC_LINK" "-DBOOST_CONTAINER_USE_LIB" "-DBOOST_CONTEXT_STATIC_LINK" "-DBOOST_CONTEXT_USE_LIB" "-DBOOST_DLL_USE_STD_FS" "-DBOOST_EXCEPTION_STATIC_LINK" "-DBOOST_EXCEPTION_USE_LIB" "-DBOOST_FILESYSTEM_STATIC_LINK" "-DBOOST_FILESYSTEM_USE_LIB" "-DBOOST_GRAPH_STATIC_LINK" "-DBOOST_GRAPH_USE_LIB" "-DBOOST_IOSTREAMS_STATIC_LINK" "-DBOOST_IOSTREAMS_USE_LIB" "-DBOOST_LOCALE_NO_POSIX_BACKEND" "-DBOOST_LOCALE_STATIC_LINK" "-DBOOST_LOCALE_USE_LIB" "-DBOOST_LOG_STATIC_LINK" "-DBOOST_LOG_USE_LIB" "-DBOOST_LOG_WITHOUT_EVENT_LOG" "-DBOOST_MATH_STATIC_LINK" "-DBOOST_MATH_USE_LIB" "-DBOOST_PYTHON_STATIC_LINK" "-DBOOST_PYTHON_USE_LIB" "-DBOOST_RANDOM_STATIC_LINK" "-DBOOST_RANDOM_USE_LIB" "-DBOOST_REGEX_STATIC_LINK" "-DBOOST_REGEX_USE_LIB" "-DBOOST_SERIALIZATION_STATIC_LINK" "-DBOOST_SERIALIZATION_USE_LIB" "-DBOOST_TEST_STATIC_LINK" "-DBOOST_TEST_USE_LIB" "-DBOOST_THREAD_STATIC_LINK" "-DBOOST_THREAD_USE_LIB" "-DBOOST_USE_INTRIN_H" "-DBOOST_USE_WINDOWS_H" "-DBOOST_USE_WINFIB" "-DCARES_STATICLIB" "-DCARES_SYMBOL_HIDING" "-DCURL_HIDDEN_SYMBOLS" "-DCURL_STATICLIB" "-DENABLE_IPV6" "-DENGINESDIR="C:/Program Files/OpenSSL/lib/engines/"" "-DHAVE_BZLIB_H" "-DHAVE_CLOSESOCKET" "-DHAVE_CONFIG_H" "-DHAVE_DYNAMIC_LOADING" "-DHAVE_GCC_UINT128_T=HAVE___UINT128_T" "-DHAVE_GETENV" "-DHAVE_ICONV" "-DHAVE_ICONV_H" "-DHAVE_IOCTLSOCKET_FIONBIO" "-DHAVE_LIBLZ4" "-DHAVE_LIBLZMA" "-DHAVE_LIBNETTLE" "-DHAVE_LIBSSH2_H" "-DHAVE_LIBXML_XMLREADER_H" "-DHAVE_LIBXML_XMLWRITER_H" "-DHAVE_LIBZ" "-DHAVE_LOCALCHARSET_H" "-DHAVE_LOCALE_CHARSET" "-DHAVE_LZ4HC_H" "-DHAVE_LZ4_H" "-DHAVE_LZMA_H" "-DHAVE_LZO_LZO1X_H" "-DHAVE_LZO_LZOCONF_H" "-DHAVE_NETTLE_AES_H" "-DHAVE_NETTLE_HMAC_H" "-DHAVE_NETTLE_MD5_H" "-DHAVE_NETTLE_PBKDF2_H" "-DHAVE_NETTLE_RIPEMD160_H" "-DHAVE_NETTLE_SHA_H" "-DHAVE_RECV" "-DHAVE_RECVFROM" "-DHAVE_SEND" "-DHAVE_SENDTO" "-DHAVE_SOCKET" "-DHAVE_STDARG_PROTOTYPES" "-DHAVE_STRUCT_ADDRINFO" "-DHAVE_STRUCT_SOCKADDR_IN6" "-DHAVE_STRUCT_TIMEVAL" "-DHAVE_ZLIB_COPY" "-DHAVE_ZLIB_H" "-DHAVE_ZSTD_H" "-DICONV_CONST=const" "-DIMPORT_LIBRARY="sw.dll"" "-DLIBARCHIVE_STATIC" "-DLIBCHARSET_DLL_EXPORTED=" "-DLIBDIR="."" "-DLIBICONV_DLL_EXPORTED=" "-DLIBSSH2_API=" "-DLIBSSH2_OPENSSL" "-DLIBXML_STATIC" "-DLOCALEDIR="./locale"" "-DLZMA_API_STATIC" "-DMSG_NOSIGNAL=0" "-DMS_WINDOWS" "-DNDEBUG" "-DNGHTTP2_STATICLIB" "-DNOMINMAX" "-DNT_THREADS" "-DOPENSSLDIR="C:/Program Files/Common Files/SSL/"" "-DOPENSSL_NO_ASM" "-DPB_FIELD_32BIT" "-DPLATFORM=""" "-DPRIMITIVES_COMMAND_API=" "-DPRIMITIVES_DATE_TIME_API=" "-DPRIMITIVES_DB_COMMON_API=" "-DPRIMITIVES_DB_SQLITE3_API=" "-DPRIMITIVES_EMITTER_API=" "-DPRIMITIVES_EXECUTOR_API=" "-DPRIMITIVES_FILESYSTEM_API=" "-DPRIMITIVES_FILE_MONITOR_API=" "-DPRIMITIVES_GRPC_HELPERS_API=" "-DPRIMITIVES_HASH_API=" "-DPRIMITIVES_HTTP_API=" "-DPRIMITIVES_LOCK_API=" "-DPRIMITIVES_LOG_API=" "-DPRIMITIVES_PACK_API=" "-DPRIMITIVES_PATCH_API=" "-DPRIMITIVES_SETTINGS_API=" "-DPRIMITIVES_SOURCE_API=" "-DPRIMITIVES_STRING_API=" "-DPRIMITIVES_SW_SETTINGS_API=" "-DPRIMITIVES_SYMBOL_API=" "-DPRIMITIVES_TEMPLATES_API=" "-DPRIMITIVES_VERSION_API=" "-DPRIMITIVES_WIN32HELPERS_API=" "-DPRIMITIVES_YAML_API=" "-DPy_NO_ENABLE_SHARED" "-DRETSIGTYPE=void" "-DRHASH_API=" "-DSOABI=""" "-DSQLITE_API=" "-DSTDC_HEADERS=1" "-DSW_BUILDER_API=__declspec(dllimport)" "-DSW_CORE_API=__declspec(dllimport)" "-DSW_DRIVER_CPP_API=__declspec(dllimport)" "-DSW_EXPORT=__declspec(dllexport)" "-DSW_IMPORT=__declspec(dllimport)" "-DSW_LIBARCHIVE_API=" "-DSW_MANAGER_API=__declspec(dllimport)" "-DSW_PACKAGE_API=__declspec(dllexport)" "-DSW_SUPPORT_API=__declspec(dllimport)" "-DUNICODE" "-DUSE_INLINE" "-DUSE_LIBSSH2" "-DUSE_NGHTTP2" "-DUSE_OPENSSL" "-DVERSION_MAJOR=0" "-DVERSION_MINOR=4" "-DVERSION_PATCH=2" "-DWIN32_LEAN_AND_MEAN" "-DWITH_DOC_STRINGS=1" "-DWITH_PYMALLOC" "-DXML_STATIC" "-DYAML_CPP_API=" "-D_CRT_SECURE_NO_WARNINGS" "-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" "-D_WIN32_WINNT=0x0601" "-D_WINDLL" "-D__LZO_EXPORT1=" "/utf-8" "-wd4251" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/52/12/6ff0/src/sdir/src/templates/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/52/12/6ff0/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e5/fc/8225/src/sdir/src/command/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e5/fc/8225/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/82/15/56e9/src/sdir/src/filesystem/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/82/15/56e9/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/25/3041/src/sdir/src/hash/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/25/3041/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e2/99/efe6/src/sdir/src/string/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e2/99/efe6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/80/38/b8f6/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/80/38/b8f6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/fe/9c2a/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/fe/9c2a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2c/05/9406/src/sdir/src/file_monitor/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2c/05/9406/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/98/b9f7/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/98/b9f7/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/69/d5/9dbd/src/sdir/librhash" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/69/d5/9dbd/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/75/30ed/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/75/30ed/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fe/17/08a6/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fe/17/08a6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/ba/b554/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/ba/b554/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fc/e0/018e/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fc/e0/018e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/89/a2/347a/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/89/a2/347a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b3/6f/9fa9/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b3/6f/9fa9/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8e/71/b3e2/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8e/71/b3e2/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9d/ae/0e34/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9d/ae/0e34/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a2/75/f845/src/sdir/src/patch/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a2/75/f845/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/12/e0/7f19/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/12/e0/7f19/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f7/36/7f65/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f7/36/7f65/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/84/f2/1985/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/84/f2/1985/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/92/a4/a73c/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/92/a4/a73c/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/77/427b/src/sdir/WinReg/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/77/427b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b4/95/777c/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b4/95/777c/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/81/75/6aca/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/81/75/6aca/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/51/dd/9968/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/51/dd/9968/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/61/6f/9f9c/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/61/6f/9f9c/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e6/a9/f96e/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e6/a9/f96e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/7d/75cf/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/7d/75cf/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/23/3f/9835/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/23/3f/9835/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/48/3c/abd1/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/48/3c/abd1/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/49/ac/ed11/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/49/ac/ed11/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/db/e450/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/db/e450/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/73/0a/7beb/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/73/0a/7beb/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b3/a5/5958/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b3/a5/5958/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/ad/b87f/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9c/ad/b87f/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cd/53/fcfd/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cd/53/fcfd/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/26/81/f9ed/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/26/81/f9ed/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d8/2b/83a8/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d8/2b/83a8/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/8c/4968/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/8c/4968/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/30/d8/0583/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/30/d8/0583/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/4a/5b/92ea/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/4a/5b/92ea/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/cc/95d6/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/cc/95d6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7d/2a/922b/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7d/2a/922b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a7/95/207e/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a7/95/207e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/4e/5cfd/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/4e/5cfd/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2d/a0/6555/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2d/a0/6555/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ae/63/f38d/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ae/63/f38d/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/17/c882/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/17/c882/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/f9/6e18/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/f9/6e18/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/61/d9e3/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8a/61/d9e3/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fb/07/e3fc/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fb/07/e3fc/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e7/8b/2966/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e7/8b/2966/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/12/ed/57cb/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/12/ed/57cb/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b9/67/89e5/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b9/67/89e5/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/93/094c/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/bc/93/094c/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/0e/3939/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/70/0e/3939/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/3b/f00e/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/3b/f00e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/b0/e737/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b0/b0/e737/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3c/51/ca71/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3c/51/ca71/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/52/828f/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/52/828f/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/9c/1c3b/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/76/9c/1c3b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/a9/9a84/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/a9/9a84/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/5e/c570/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/5e/c570/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c4/19/24a1/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c4/19/24a1/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/85/2a/cf43/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/85/2a/cf43/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9e/b5/82e6/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9e/b5/82e6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/0f/1ef8/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/0f/1ef8/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2e/12/573a/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2e/12/573a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/24/db/9815/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/24/db/9815/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/43/92/1b22/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/43/92/1b22/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7a/1b/eb66/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7a/1b/eb66/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8b/3d/6f01/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8b/3d/6f01/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/97/7e/bea6/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/97/7e/bea6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/4b/77/b35b/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/4b/77/b35b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/58/26/413c/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/58/26/413c/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a5/77/bf43/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a5/77/bf43/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/21/64/0291/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/21/64/0291/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/72/8b/4059/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/72/8b/4059/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/06/4a/6c31/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/06/4a/6c31/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/db/8603/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/db/8603/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/88/3bf3/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d4/88/3bf3/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/68/76/0acb/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/68/76/0acb/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e9/78/f1bd/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e9/78/f1bd/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/0b/f8/87ab/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/0b/f8/87ab/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fa/fc/c7c5/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fa/fc/c7c5/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/47/9d/a556/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/47/9d/a556/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/52/3860/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1d/52/3860/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d1/c6/b0fa/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d1/c6/b0fa/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ec/fa/f1c8/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ec/fa/f1c8/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/06/f7/5679/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/06/f7/5679/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a1/08/9c07/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a1/08/9c07/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d8/f2/1e3d/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d8/f2/1e3d/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b5/e4/db55/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b5/e4/db55/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/aa/f4/0377/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/aa/f4/0377/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/02/c5/38ee/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/02/c5/38ee/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/03/5d69/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/03/5d69/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d6/e8/0a24/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d6/e8/0a24/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/ad/b60f/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/f8/ad/b60f/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/bd/3958/src/sdir/src/emitter/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/bd/3958/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fa/cc/501a/src/sdir/PC" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fa/cc/501a/src/sdir/Include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fa/cc/501a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ce/99/b2f8/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ce/99/b2f8/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/eb/0c/8faa/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/eb/0c/8faa/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e9/6f/ade7/src/sdir/expat/lib" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e9/6f/ade7/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2a/68/57cb/src/sdir/src/liblzma/api" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2a/68/57cb/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2f/2d/ccda/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/2f/2d/ccda/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8c/a8/991d/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8c/a8/991d/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3d/94/4eac/src/sdir/src/db/sqlite3/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3d/94/4eac/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/40/a7/f1a1/src/sdir/src/lock/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/40/a7/f1a1/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/67/43/1b3b/src/sdir/src/pack/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/67/43/1b3b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cb/ce/1428/src/sdir/src/sw/settings/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cb/ce/1428/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/18/87e3/src/sdir/src/yaml/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c8/18/87e3/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/08/8a/d408/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/08/8a/d408/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/8c/fd2b/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9f/8c/fd2b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1b/f1/0aa5/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1b/f1/0aa5/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c6/9f/e97f/src/sdir/src/win32helpers/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c6/9f/e97f/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c6/84/ea81/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c6/84/ea81/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/68/00/3e70/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/68/00/3e70/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a4/63/84fa/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/a4/63/84fa/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d2/1c/37b6/src/sdir/src/db/common/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d2/1c/37b6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d2/69/81cc/src/sdir/src/version/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/d2/69/81cc/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/65/2493/src/sdir/src/source/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6d/65/2493/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/07/63/651e/src/sdir/src/date_time/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/07/63/651e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/dd/cf/960d/src/sdir/src/http/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/dd/cf/960d/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b9/c1/989a/src/sdir/src/log/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b9/c1/989a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/13/28b3/src/sdir/src/executor/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/13/28b3/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/84/36/62f0/src/sdir/src/symbol/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/84/36/62f0/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/79/25d4/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/79/25d4/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ab/3d/cc83/src/sdir/src/grpc_helpers/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ab/3d/cc83/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7e/75/8765/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7e/75/8765/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/44/78/2b6a/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/44/78/2b6a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/77/d7/6038/src/sdir/libarchive" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/77/d7/6038/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/ea/e066/src/sdir/src/settings/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/0d/ea/e066/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/d5/5746/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/57/d5/5746/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/29/45/db4f/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/29/45/db4f/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1e/ff/8753/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/1e/ff/8753/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/33/e9/442d/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/33/e9/442d/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/00/89bd/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/64/00/89bd/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/ed/6a12/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/8d/ed/6a12/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/85/e1a4/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/85/e1a4/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/e1/85/e1a4/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/00/4d/7be6/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/00/4d/7be6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/42/70/b9e7/src/sdir/lib" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/42/70/b9e7/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/63/c5/6249/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/63/c5/6249/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/73/733e/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/b8/73/733e/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/1f/98e6/src/sdir/lib" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6f/1f/98e6/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c0/51/89a4/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c0/51/89a4/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7f/b3/9a58/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7f/b3/9a58/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/dd/3fd5/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/41/dd/3fd5/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ed/e6/8021/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ed/e6/8021/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3c/33/44cc/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/3c/33/44cc/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/13/19/dd22/src/sdir/lib/includes" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/13/19/dd22/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c5/3b/19eb/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c5/3b/19eb/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/c2/bf42/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/c7/c2/bf42/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ef/96/a374/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ef/96/a374/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/5f/22/3837/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/5f/22/3837/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cf/a2/4af5/src/sdir/src" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/cf/a2/4af5/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7e/15/b313/src/sdir/third_party/address_sorting/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/7e/15/b313/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/a7/7393/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/94/a7/7393/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9d/3a/c3b9/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/9d/3a/c3b9/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6c/65/db43/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6c/65/db43/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ab/89/f62b/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/ab/89/f62b/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fd/61/7b31/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/fd/61/7b31/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/ce/7e0a/src/sdir/include" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/ce/7e0a/src/sdir/." "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/ce/7e0a/src/sdir/src/core/ext/upb-generated" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/6a/ce/7e0a/obj/bld/595767/bd" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/89/af/63f9/src/sdir/" "-IC:/Users/Telokis/Documents/Dev/sw/storage/pkg/89/af/63f9/obj/bld/595767/bd" "-IC:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/include" "-IC:/Program Files (x86)/Windows Kits/10/Include/10.0.17763.0/ucrt" "-IC:/Program Files (x86)/Windows Kits/10/Include/10.0.17763.0/um" "-IC:/Program Files (x86)/Windows Kits/10/Include/10.0.17763.0/shared"
Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:761, function execute1: When executing: C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C2275: 'MocCommand': illegal use of this type as an expression
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(32): note: see declaration of 'MocCommand'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(207): error C3861: 'SW_MAKE_CUSTOM_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(208): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(209): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(212): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(215): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(216): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(217): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(218): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(533): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(533): error C3861: 'SW_MAKE_EXECUTE_BUILTIN_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(534): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(535): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(536): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(537): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(538): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2065: 'copy_cmd': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2039: 'MU_ALWAYS': is not a member of 'sw::builder::Command'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\0b\f8\87ab\src\sdir\src\sw/builder/file.h(35): note: see declaration of 'sw::builder::Command'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(539): error C2065: 'MU_ALWAYS': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(547): error C2248: 'sw::driver::CommandBuilder::c': cannot access private member declared in class 'sw::driver::CommandBuilder'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\8e\71\b3e2\src\sdir\src\sw\driver\command.h(410): note: see declaration of 'sw::driver::CommandBuilder::c'
C:\Users\Telokis\Documents\Dev\sw\storage\pkg\8e\71\b3e2\src\sdir\src\sw\driver\command.h(347): note: see declaration of 'sw::driver::CommandBuilder'
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1526): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1534): note: see reference to function template instantiation 'auto build::::operator ()(T &,const path &,const path &) const' being compiled
        with
        [
            T=sw::StaticLibraryTarget
        ]
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1526): error C3861: 'SW_MAKE_EXECUTE_BUILTIN_COMMAND_AND_ADD': identifier not found
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1527): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1528): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1529): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1530): error C2065: 'c': undeclared identifier
C:/Users/Telokis/Documents/Dev/sw/storage/pkg/6b/18/b021/src/sdir/sw.cpp(1531): error C2065: 'c': undeclared identifier
command failed: exit code = 2
Total errors: 1

I also tried removing my storage directory before running the command

Windows 7 Issues

Am I correct in assuming this does not work on Windows 7? I get the below error when trying to init as well as compile tesseract OCR. It occurs instantly.

I have VS 2019 Enterprise Edition and Win 7 SP1

Error:
The procedure entry point DeriveAppContainerSidFromAppContainerName could not be located in the dynamic link library USERENV.dll.

Looks like the min supported version on MSDN is possibly Win 8?

https://docs.microsoft.com/en-us/windows/win32/api/userenv/nf-userenv-deriveappcontainersidfromappcontainername

compile tesseract

I'm generating tesseract sln with

cmake .. -G "Visual Studio 16 2019" -A Win32 -DCMAKE_BUILD_TYPE=Release

but when i'm compiling release x86 i'm get link error what .lib not exists
image

Static linking tesseract

D:\Evgeny\Documents\DEV\sw\tesseract>sw -version
sw.client.sw version 0.3.1
git revision d5fa931 plus 18 modified files
assembled on 10.08.2019 23:24:55 Russia TZ 4 Standard Time

Now it creates two folders
image
With this contents
image
image
Which one should I use to link tess to Qt?
I used fat one (76MB, second screenshot), but compiler says that leptonica's methods undefined
My configuration
image
(Old linking is commented)
The first error is the inability to compile in debug mode
image
Ok, when I switch to release mode compiler says that leptonica's methods undefined
image

Oh sorry, when I pick lib from other folder it works fine

Exception thrown on sw build

Describe the bug
Approximately half of my calls to sw build ends prematurely with the error

Exception in file D:/dev/primitives/src/http/src/http.cpp:248, function download_file: url = , curl error: URL using bad/illegal format or missing URL

Re-executing sw build immediately after (less than 1s delay) works nearly every time.

Expected behavior
No "random" error.

To Reproduce
Steps to reproduce the behavior:

  1. Seems to happen randomly on sw build. It is quite frequent (~ 1/2 probability).

Information:

❯ sw --version
sw.client.sw version 1.0.0
git revision 1ea6bfec636895a992ff7e800f42d72d48439d7c
assembled on
20.04.2020 17:46:43 UTC
20.04.2020 19:46:43 CEST
❯ uname -a
Linux ***** 5.5.17-200.fc31.x86_64 #1 SMP Mon Apr 13 15:29:42 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
❯ clang --version
clang version 11.0.0 ([email protected]:llvm/llvm-project.git a348de480d34257ffe394ab51b880c9aef243d80)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin

Error downloading file for package: org.sw.demo.boost.chrono-1.73.0

Describe the bug
when I tried to build Tesseract and leptonica-1.79.0, I used sw command to build, but always failed with a message "Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:392, function get: Error downloading file for package: org.sw.demo.boost.chrono-1.73.0, file: Source Archive"

Expected behavior
should installed this package

To Reproduce
Steps to reproduce the behavior:

  1. open https://software-network.org/org.sw.demo.boost.chrono
  2. click "Actions"
  3. click "Install Package"

Information:
D:\dev\leptonica-1.79.0>sw build -trace -verbose

Starting sw...
command line:
sw build -trace -verbose
Checking remote version
Couldn't download db version file: Exception in file D:/dev/primitives/src/http/src/http.cpp:248, function download_file: url = https://raw.githubusercontent.com/SoftwareNetwork/database/master//db.version, curl error: Couldn't resolve host name
Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Registering driver: org.sw.sw.driver.cpp-0.4.1
using sw frontend for input "D:/dev/leptonica-1.79.0\sw.cpp"
build id 000001647E236440 performing void __cdecl sw::SwBuild::loadInputs(void)
Downloading: [org.sw.demo.boost.align-1.73.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz
Downloading: [org.sw.demo.boost.chrono-1.73.0]/[Source Archive]
Downloading: [pub.egorpugin.primitives.main-master]/[Source Archive]
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz
Downloading: [org.sw.demo.boost.utility-1.73.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz
Downloading: [pub.egorpugin.primitives.version-master]/[Source Archive]
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz
Downloading: [org.sw.demo.unicode.icu.data-67.1.0]/[Source Archive]
Downloading: [org.sw.demo.lexxmark.winflexbison.bison-3.5.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:392, function get: Error downloading file for package: org.sw.demo.boost.chrono-1.73.0, file: Source Archive

======================================================
Then after change the hosts file in windows to make true I can access to raw.githubusercontent.com

D:\dev\leptonica-1.79.0>sw build -trace

Starting sw...
command line:
sw build -trace
Checking remote version
Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Registering driver: org.sw.sw.driver.cpp-0.4.1
using sw frontend for input "D:/dev/leptonica-1.79.0\sw.cpp"
build id 0000019F2556E1D0 performing void __cdecl sw::SwBuild::loadInputs(void)
Downloading: [org.sw.demo.boost.align-1.73.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz
Downloading: [org.sw.demo.boost.chrono-1.73.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz
Downloading: [pub.egorpugin.primitives.main-master]/[Source Archive]
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading: [org.sw.demo.boost.utility-1.73.0]/[Source Archive]
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz
Downloading: [org.sw.demo.unicode.icu.data-67.1.0]/[Source Archive]
Downloading: [pub.egorpugin.primitives.version-master]/[Source Archive]
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading: [org.sw.demo.lexxmark.winflexbison.bison-3.5.0]/[Source Archive]
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/1d3bf00ec570db4483c927c97fd940dc150115f7e9c31391793609668b1154e8/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/1d/3b/f0/0e/c570db4483c927c97fd940dc150115f7e9c31391793609668b1154e84518cc405fad91d90935178ffee845513acb32c9377ef5ae0ec4406923d6f641/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\1d\3b\f00e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/fce0018e5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz
Downloading file: https://github.com/sw-packages/0d86ae4440f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d3/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/fc/e0/01/8e/5d8f6a585ede4acccb90b0e079f2318c15149f5bdfe4e0a55a41b6bb6935810ad29fd7bbe441b57af2e280fae932fec14b5bebfc76183abf4ae9e6cc/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\fc\e0\018e\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/0d/86/ae/44/40f3eaa59492ab4d7dfff5857b39a26a18c4de7682b645575c6fd0d30ff434f45e93dfe8c0378527144dfe05a549c66490c6b3264f456d175afcee5b/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\0d\86\ae44\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/7fb39a58d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz
Downloading file: https://github.com/sw-packages/79bb88992718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be9/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/7f/b3/9a/58/d67606d37670f6a278a2cd176bea75a8f79b02f810b4e775f97f0a15613bcd3807d51b66550d789e137804761decad54908a60116ddaf94e793b8f0f/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\7f\b3\9a58\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz
Downloading file: https://github.com/sw-packages/d26981cc6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/79/bb/88/99/2718326a5acb49f9685d8b05222efa678ffcccbd61093793d81b2be97c410e645db85da4330516caad4b718c92adcc74a4b0018acd4e0ad7f4fe7145/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\79\bb\8899\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d2/69/81/cc/6d47c7cda498cef7f2967707185d1b150d8ae631bf9ecb14c6709d78c9140726259127f97c37441d6ed144f6bc1ec884f27253d3c0e89384af7e5a3e/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\d2\69\81cc\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz
Downloading file: https://github.com/sw-packages/102684529dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb/raw/master/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz
Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/10/26/84/52/9dd77600ef3c599dcbf2c7d19df68c14a1844043a0909ddb4b8641cb6ab80a1e6e4f324743c8acdde49993438091eccd27f93d492bb49be893725945/sw.tar.gz, error: Exception in file D:/dev/primitives/src/filesystem/src/filesystem.cpp:568, function fopen_checked: Cannot open file: C:\Users\lenovo.sw\storage\pkg\10\26\8452\sw.tar.gz, mode = wb, errno = 13: Permission denied
Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:392, function get: Error downloading file for package: org.sw.demo.boost.chrono-1.73.0, file: Source Archive

Unable to find header files for external libraries - Leptonica

During a Leptonica build the header files for the external libraries are not found. Attached are logs from my command line log.txt and a log from a Visual Studio 2017 build VS_log.txt

Also attached is a trace log trace.txt

R:\leptonica-master\win64>sw --version
sw.client.sw version 1.0.0
git revision b2f160e
assembled on
17.03.2020 00:54:02 UTC
16.03.2020 19:54:02 Central Daylight Time

Please let me know if you need anything else. Thanks!

sw setup: cannot close database

Describe the bug
I have troubles setting up software network on my computer. I downloaded the binary and ran
sw setup

This produced the following error message:

Sqlite3 error: Can't close database: unable to close due to unfinalized statements or unfinished backups
Exception in file D:/dev/cppan2/client2/src/sw/manager/storage_remote.cpp:285, function load: sqlite3_step() failed: NOT NULL constraint failed: package_version.archive_version

Do I have to configure something to solve this issue or is this an actual bug?

I am currently working on a Windows 10 OS and I need sw to build leptonica and tesseract.

Unhandled exception on `sw build`

Describe the bug
After upgrading to the latest version, I can't compile my project anymore.
Doing sw build results in

Unhandled exception.
Writing minidump to C:\Users\Telokis\AppData\Local\Temp\sw\sw.client.sw\dump
Minidump is written using crash server started from inside the app
With the trace
sw -trace build
----------------------------------------
Starting sw...
Checking remote version
Detected target: com.Microsoft.VisualStudio.VC.cl-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\ml64.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.cl-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x64\ml64.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.cl-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.16.27034
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x86\ml.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.16.27034
Detected target: com.Microsoft.VisualStudio.VC.cl-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\cl.exe
Detected target: com.Microsoft.VisualStudio.VC.link-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\link.exe
Detected target: com.Microsoft.VisualStudio.VC.lib-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\lib.exe
Detected target: com.Microsoft.VisualStudio.VC.ml-19.24.28314
Detected program: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\Hostx64\x86\ml.exe
Detected target: com.Microsoft.VisualStudio.VC.libcpp-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.concrt-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.runtime-19.24.28314
Detected target: com.Microsoft.VisualStudio.VC.libcpp-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.concrt-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.runtime-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.libcpp-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.concrt-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.runtime-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.libcpp-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.concrt-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.runtime-15.9.28307.960
Detected target: com.Microsoft.VisualStudio.VC.libcpp-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.ATLMFC-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.concrt-16.4.29613.14
Detected target: com.Microsoft.VisualStudio.VC.runtime-16.4.29613.14
Cannot get size of string value: RegGetValue failed.
Found Windows Kit: 10
Found Windows10 Kit: 10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.ucrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.um-10.0.17763.0
No include dir "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.17763.0\\km" found for library: km
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0
Detected target: com.Microsoft.Windows.SDK.winrt-10.0.17763.0
Detected target: com.Microsoft.Windows.rc-10.0.10011.16384
Detected program: C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\rc.exe
Found Windows Kit: 8.1
Cannot get size of string value: RegGetValue failed.
No include dir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\um" found for library: um
No include dir "C:\\Program Files (x86)\\Windows Kits\\8.1\\Include\\km" found for library: km
Host configuration: {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-*","c":"com.Microsoft.VisualStudio.VC.cl-*","cpp":"com.Microsoft.VisualStudio.VC.cl-*","lib":"com.Microsoft.VisualStudio.VC.lib-*","link":"com.Microsoft.VisualStudio.VC.link-*"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-*","kernel":"com.Microsoft.Windows.SDK.um-*"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input C:/Users/Telokis/Documents/Dev/Git/Rayon/sw.cpp
build id 000001F2AB2568C0 performing void __cdecl sw::SwBuild::loadInputs(void)
using sw frontend
Loading input "C:/Users/Telokis/Documents/Dev/Git/Rayon\\sw.cpp", settings = {"native":{"configuration":"release","library":"shared","mt":"false","program":{"asm":"com.Microsoft.VisualStudio.VC.ml-*","c":"com.Microsoft.VisualStudio.VC.cl-*","cpp":"com.Microsoft.VisualStudio.VC.cl-*","lib":"com.Microsoft.VisualStudio.VC.lib-*","link":"com.Microsoft.VisualStudio.VC.link-*"},"stdlib":{"c":"com.Microsoft.Windows.SDK.ucrt-10.0.17763.0","cpp":"com.Microsoft.VisualStudio.VC.libcpp-*","kernel":"com.Microsoft.Windows.SDK.um-*"}},"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}}
build id 000001F2AB2568C0 performing void __cdecl sw::SwBuild::setTargetsToBuild(void)
build id 000001F2AB2568C0 performing void __cdecl sw::SwBuild::resolvePackages(void)
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.program_options-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.preprocessor-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.angle-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.algorithm-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.filesystem-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.plugins.platforms.windows-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.systeminfo-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.throw_exception-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.widgets-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.tinycbor-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.predef-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.qtproject.qt.base.tools.moc-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.atomic-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.qtproject.qt.base.tools.rcc-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.function_types-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.math-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.qtproject.qt.base.tools.uic-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.qtproject.qt.base.tools.bootstrap-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.system-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.array-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.khronos-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.iterator-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.numeric-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.assert-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.llvm_project.llvm.demangle-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.tti-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.qtproject.qt.base.third_party.tinycbor-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.smart_ptr-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.config-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.any-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.bind-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.lambda-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.concept_check-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.lexxmark.winflexbison.common-2.5.21
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.tools.tracegen-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.container_hash-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.conversion-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.core-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.detail-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.fusion-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.dynamic_bitset-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.accessibility-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.tuple-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.intrusive-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.chrono-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.fontdatabases.windows-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.function-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.winapi-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.mpl-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.move-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.integer-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.lexical_cast-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.rational-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.static_assert-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.tools.bootstrap-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.optional-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.range-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.ratio-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.iaccessible2-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.grigorig.ucdn-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.tokenizer-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.type_index-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.i18n-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.type_traits-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.typeof-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.mp11-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.utility-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.container-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.regex-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.io-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.wintab-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.egl-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.windowsuiautomation-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.themes-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.eventdispatchers-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.tools.moc-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.tools.rcc-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.tools.syncqt-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.gui-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.tools.uic-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.sw.main-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.filesystem-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.madler.zlib-1.2.11
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.stub.toolutil-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.gles_v2-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.platformsupport.fontdatabases.freetype-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.behdad.harfbuzz-2.6.4
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.core-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.glennrp.png-1.6.37
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.foreach-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.yaml-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.mity.md4c-0.4.2
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnome.glib.glib-2.63.3
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.xz_utils.lzma-5.2.4
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.dll-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.double_conversion-3.1.1
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.sw.settings-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.main-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.breakpad.client.windows.crash_generation.client-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.iconv.libcharset-1.16.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.breakpad.client.windows.crash_generation.server-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.breakpad.client.windows.handler-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.templates-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.ragel-6.10.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.filesystem-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.serialization-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.thread-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.string-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.freetype-2.10.1
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.cairographics.cairo-1.17.2
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.facebook.zstd.zstd-1.4.4
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.madler.zlib-1.2.11
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.pcre.pcre16-10.33.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.telokis.qt_with_fusion.qtproject.qt.base.third_party.harfbuzz-5.14.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.gettext.intl-0.19.8
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.pcre.pcre8-8.43.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.common-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.date_time-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.thread-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.freedesktop.fontconfig.fontconfig-2.13.92
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.algorithm-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.iostreams-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.xxhash-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.common-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.multiprecision-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.unordered-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.locale-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.spirit-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.endian-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.phoenix-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.glennrp.png-1.6.37
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.proto-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.error_handling-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.pool-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.variant-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.exception-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.random-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.primitives.settings-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.util.image-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.breakpad.common.windows-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.stacktrace-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.compiler.translator-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.pmurhash-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.bzip2-1.0.8
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.freedesktop.pixman-0.38.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.iconv.libiconv-1.16.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.data-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.tronkko.dirent-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.expat-2.2.9
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.stub.genccode-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.gperf-3.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.sed.sed-4.7.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.gawk.gawk-5.0.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.facebook.zstd.zstd-1.4.4
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input pub.egorpugin.llvm_project.llvm.support_lite-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.lexxmark.winflexbison.bison-3.4.1
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.lexxmark.winflexbison.flex-2.6.4
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.compiler.preprocessor-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.compiler-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.sed.gnulib-4.7.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.gettext.intl-0.19.8
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.jbeder.yaml_cpp-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.kimgr.getopt_port-master
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.google.angle.third_party.base-0.0.3803
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.grep.gnulib-3.4.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.iterator-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.boost.smart_ptr-1.72.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.stub.i18n-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.gnu.gawk.getopt-5.0.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.stub.common-65.1.0
Selecting driver org.sw.sw.driver.cpp-0.3.1 for input org.sw.demo.unicode.icu.stub.data-65.1.0
build id 000001F2AB2568C0 performing void __cdecl sw::SwBuild::loadPackages(void)
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 1
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.boost.filesystem-1.72.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.qtproject.qt.base.tools.moc-5.14.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 2
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.telokis.qt_with_fusion.qtproject.qt.base.plugins.platforms.windows-5.14.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.madler.zlib-1.2.11
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.primitives.tools.syncqt-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 3
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.angle.egl-0.0.3803
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading pub.egorpugin.llvm_project.llvm.support_lite-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.lexxmark.winflexbison.bison-3.4.1
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 4
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.mity.md4c-0.4.2
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.google.breakpad.client.windows.handler-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 5
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.glennrp.png-1.6.37
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.jbeder.yaml_cpp-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 6
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.behdad.harfbuzz-2.6.4
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 7
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.cairographics.cairo-1.17.2
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.ragel-6.10.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 8
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.freedesktop.fontconfig.fontconfig-2.13.92
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 9
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.expat-2.2.9
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.sed.sed-4.7.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 10
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.freetype-2.10.1
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gettext.intl-0.19.8
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gawk.gawk-5.0.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 11
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.tronkko.dirent-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.iconv.libiconv-1.16.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.gperf-3.1.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 12
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.freedesktop.pixman-0.38.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.kimgr.getopt_port-master
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 13
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnome.glib.glib-2.63.3
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.gnu.grep.gnulib-3.4.0
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) round 14
build id 000001F2AB2568C0 void __cdecl sw::SwBuild::loadPackages(const struct sw::TargetMap &) loading org.sw.demo.unicode.icu.i18n-65.1.0
Unhandled exception.
Writing minidump to C:\Users\Telokis\AppData\Local\Temp\sw\sw.client.sw\dump
Minidump is written using crash server started from inside the app

Expected behavior
It should work since I didn't change anything.

To Reproduce
Steps to reproduce the behavior:
Simply run sw build

Information:

sw.client.sw version 0.3.1
git revision 10498d6974080c3ebbecac976c4bbba98ce1b543 plus 1 modified files
assembled on 06.01.2020 16:22:24 Romance Standard Time

Error building tesseract 4.0.0

Building tesseract on windows gives the following error:

git clone [email protected]:tesseract-ocr/tesseract.git
cd tesseract
git checkout 4.0.0
sw build
Exception in file D:\dev\cppan2\client\src\driver\cpp\solution_cppan.cpp:181, function operator (): Unknown library type

Bootstrap Builds

It would be nice to be able to build sw without downloading a binary.
I suggest having a Makefile generator script, that can be updated every so often, for users that don't already have a binary on their system.

I did this once, at here. The header file dependencies are detected by GCC. I could draft a PR for a similar script sw, just as long as the build is trivial enough.

Latest commit fails to build in Windows/VS 2017. Missing dependency to primitives/exceptions?

These are the errors I'm getting, did you forget to add dependency by any chance?

Error	C1083	Cannot open include file: 'primitives/exceptions.h': No such file or directory (compiling source file C:\Users\UserName\Source\Repos\sw\src\builder\db_file.cpp)	builder	C:\Users\UserName\source\repos\sw\src\builder\concurrent_map.h	10	
Error	C1083	Cannot open include file: 'primitives/exceptions.h': No such file or directory (compiling source file C:\Users\UserName\Source\Repos\sw\src\builder\file_storage.cpp)	builder	C:\Users\UserName\source\repos\sw\src\builder\concurrent_map.h	10	
Error	C1083	Cannot open include file: 'primitives/exceptions.h': No such file or directory (compiling source file C:\Users\UserName\Source\Repos\sw\src\builder\file.cpp)	builder	C:\Users\UserName\source\repos\sw\src\builder\concurrent_map.h	10	
Error	C1083	Cannot open include file: 'primitives/exceptions.h': No such file or directory (compiling source file C:\Users\UserName\Source\Repos\sw\src\builder\command.cpp)	builder	C:\Users\UserName\source\repos\sw\src\builder\concurrent_map.h	10	

[Discussion] About the CLI interface

After taking a look at SW, I noticed that you use single-dash for options. (-compiler)
I also noticed it works if I double the dash (--compiler) which I always do since I'm used to it.

I guess you based this on the Windows way of handling options? I'm used to

  • Double dash for long/full options names (--compiler, --configuration)
  • Single dash for single char options (-c, -d)
  • Single dash can combine multiple single char options (-cr equivalent to -c -r)

Regarding this point, I just wanted to make sure the behavior you are using is a Windows convention or if you designed it yourself. (I think it may be more common for developers to use the Unix standard I just described, though)


Another thing I wanted to mention is regarding the notion of "command" in the CLI.
For me there are three components for a CLI:

  • Options (specified with dash(es))
  • Commands and possibly subcommands (specified by a specific word like build
  • Positional arguments which are like options without a name

Reading your answer for #16, I noticed you made -list-programs behave like a command would.
I think it is a bit strange/counter-intuitive since options are meant to alter the behavior of commands/programs while this one does an action by itself.
I'd argue it is better to promote it to a command: sw list-programs.

The following options seem to have this issue:

  • -list-predefined-targets
  • -self-upgrade
  • -list-programs

It may not be very useful feedback but it made me think for a bit so I thought I could share my thoughts with you.

List available compilers

The option -compiler allows the user to specify which compiler he wishes to use but there is no way to list what compilers are available (detected by sw).

I think a command sw list-compilers would be very useful.
It would also print the one that sw chose so the user know which one will be used when running commands without the -compiler option.

Run SW with older dependencies

Is your feature request related to a problem? Please describe.
Can't use SW because it requires GLIBC 2.25, but i have 2.23(Ubuntu 16.04)

Describe the solution you'd like
A client that can use GLIBC 2.23

SW Setup Exception

When running sw setup as an administrator I receive the error below.

R:>sw setup
Exception in file D:/dev/primitives/src/http/src/http.cpp:248, function download_file: url = https://software-network.org/static/specification.json, curl error: SSL peer certificate or SSH remote key was not OK

Information:
R:>sw --version
sw.client.sw version 1.0.0
git revision 3c3b0a7 plus 2 modified files
assembled on
15.05.2020 00:31:02 UTC
14.05.2020 19:31:02 Central Daylight Time

Windows 10 x64

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.