******************************************************************************** conan install tinyspline/0.2.0@ --build=tinyspline --profile:host=/Users/jenkins/w/BuildSingleReference@2/14536/6aa23238-c8b4-4e85-837e-5b364947ece8/profile_host.txt --profile:build=default ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@2/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@2/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration (profile_host): [settings] arch=armv8 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos [options] tinyspline:shared=True [build_requires] [env] Configuration (profile_build): [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] [build_requires] [env] tinyspline/0.2.0: Forced build from source Installing package: tinyspline/0.2.0 Requirements tinyspline/0.2.0 from 'TapaholesList-120' - Cache Packages tinyspline/0.2.0:f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a - Build Cross-build from 'Macos:x86_64' to 'Macos:armv8' Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK tinyspline/0.2.0: Configuring sources in /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK tinyspline/0.2.0: Copying sources to build folder tinyspline/0.2.0: Building your package in /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a tinyspline/0.2.0: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK tinyspline/0.2.0: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_SYSTEM_NAME="Darwin" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.0" -DCONAN_LIBCXX="libc++" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DTINYSPLINE_BUILD_EXAMPLES="False" -DTINYSPLINE_BUILD_TESTS="False" -DTINYSPLINE_BUILD_DOCS="False" -DTINYSPLINE_INSTALL_BINARY_DIR="bin" -DTINYSPLINE_INSTALL_LIBRARY_DIR="lib" -DTINYSPLINE_DISABLE_CXX="False" -DTINYSPLINE_DISABLE_CSHARP="True" -DTINYSPLINE_DISABLE_D="True" -DTINYSPLINE_DISABLE_GOLANG="True" -DTINYSPLINE_DISABLE_JAVA="True" -DTINYSPLINE_DISABLE_LUA="True" -DTINYSPLINE_DISABLE_OCTAVE="True" -DTINYSPLINE_DISABLE_PHP="True" -DTINYSPLINE_DISABLE_PYTHON="True" -DTINYSPLINE_DISABLE_R="True" -DTINYSPLINE_DISABLE_RUBY="True" -Wno-dev '/Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' ----------------- -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "3.0.1") -- ******************* TinySpline Configuration Summary ******************* Interface Configuration: With single precision (default: OFF): OFF Compiler Configuration: Compiler: /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ C flags: -std=c89 -Wall -Wextra -Wfloat-equal -pedantic C++ flags: -stdlib=libc++ -Wall -Wextra -Wfloat-equal Binding flags: -stdlib=libc++ -w Definitions: Toolchain file: Available Interfaces: C++: ON C#: OFF Compiler: D: OFF Go: OFF (Not supported yet) Java: OFF Version: Include: Library: Compiler: Archiver: Lua: OFF Version: Include: Library: Octave: OFF Version: Include: Library: PHP: OFF Version: Include: Python: OFF Version: Include: Library: R: OFF Version: Include: Library: Ruby: OFF Version: Include: Library: Installation: Prefix: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' '--' '-j4' ----------------- Scanning dependencies of target tinyspline_shared Scanning dependencies of target tinysplinecpp_shared [ 20%] Building C object source_subfolder/src/CMakeFiles/tinyspline_shared.dir/tinyspline.c.o [ 40%] Building C object source_subfolder/src/CMakeFiles/tinysplinecpp_shared.dir/tinyspline.c.o [ 60%] Building CXX object source_subfolder/src/CMakeFiles/tinysplinecpp_shared.dir/tinysplinecpp.cpp.o [ 80%] Linking C shared library ../../lib/libtinyspline.dylib [ 80%] Built target tinyspline_shared [100%] Linking CXX shared library ../../lib/libtinysplinecpp.dylib [100%] Built target tinysplinecpp_shared tinyspline/0.2.0: Package 'f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' built tinyspline/0.2.0: Build folder /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a tinyspline/0.2.0: Generated conaninfo.txt tinyspline/0.2.0: Generated conanbuildinfo.txt tinyspline/0.2.0: Generating the package tinyspline/0.2.0: Package folder /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a tinyspline/0.2.0: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/build/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' '--target' 'install' '--' '-j4' ----------------- [ 40%] Built target tinyspline_shared [100%] Built target tinysplinecpp_shared Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a/lib/libtinyspline.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a/include/tinyspline.h -- Installing: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a/lib/libtinysplinecpp.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@2/.conan/data/tinyspline/0.2.0/_/_/package/f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a/include/tinysplinecpp.h [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK tinyspline/0.2.0 package(): Packaged 1 file: LICENSE tinyspline/0.2.0 package(): Packaged 2 '.h' files: tinysplinecpp.h, tinyspline.h tinyspline/0.2.0 package(): Packaged 2 '.dylib' files: libtinysplinecpp.dylib, libtinyspline.dylib tinyspline/0.2.0: Package 'f2cfade0d028fc5e276fe01cc6bfd3d2e49ff26a' created tinyspline/0.2.0: Created package revision defdfd7be70f6183412afb897408b354 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR TINYSPLINE_BUILD_DOCS TINYSPLINE_INSTALL_BINARY_DIR TINYSPLINE_INSTALL_LIBRARY_DIR