birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
142 stars 22 forks source link

pcre2.h not found #40

Closed ospfranco closed 1 year ago

ospfranco commented 1 year ago

Hi!

Thanks a lot for the package. When I installed the package a week ago everything worked perfectly the first time. I just tried onboarding a new team member and I got the following error on her machine:

CleanShot 2023-05-17 at 15 23 28

I've fumbled around with env variables, brew env, clearing all possible caches (derived data, ios/build, pods) multiple times and nothing seemed to work.

I finally came back to my machine and did a complete clean (derived data, node_modules, pods) and now I'm facing the same issue. No matter what I try to clear and how I re-install the dependencies I face the same issue. The full log output.

I'm running this on: macOS Ventura 13.3.1(a) RN 0.71.8 "@dr.pogodin/react-native-static-server": "^0.7.10"

Any idea how to fix the issue?

ospfranco commented 1 year ago

I found this comment interesting. I tried again clearing all the caches and build folders and trying to build for device, but it still does not work.

ospfranco commented 1 year ago

Pastebin deleted the output, here is it again:


Showing Recent Messages
Run script build phase '[CP-User] Build native dependencies' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-project-headers.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-project-headers.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-own-target-headers.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-own-target-headers.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-generated-files.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-generated-files.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-all-target-headers.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-all-target-headers.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-all-non-framework-target-headers.hmap (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/all-product-headers.yaml (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Script-46EB2E0001ADD0.sh (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Script-46EB2E0001ADD0.sh

PhaseScriptExecution [CP-User]\ Build\ native\ dependencies /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Script-46EB2E0001ADD0.sh (in target 'dr-pogodin-react-native-static-server' from project 'Pods')
    cd /Users/osp/Developer/abl/ios/Pods
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=osp
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR\=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY\=NO
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ i386\ x86_64
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export ARCHS_UNIVERSAL_IPHONE_OS\=arm64\ i386\ x86_64
    export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL\=iPhone10,4
    export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=16.4
    export ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION\=iPhone10,4
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=YES
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXTENSIONS_FOLDER_PATH\=Extensions
    export BUNDLE_FORMAT\=shallow
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Headers
    export CACHE_ROOT\=/var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
    export CCHROOT\=/var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_ANALYZER_NONNULL\=YES
    export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION\=YES_AGGRESSIVE
    export CLANG_CXX_LANGUAGE_STANDARD\=gnu++14
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_MODULE_DEBUGGING\=NO
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=NO
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/osp/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES
    export CLANG_WARN_BOOL_CONVERSION\=YES
    export CLANG_WARN_COMMA\=YES
    export CLANG_WARN_CONSTANT_CONVERSION\=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE\=YES_ERROR
    export CLANG_WARN_DOCUMENTATION_COMMENTS\=YES
    export CLANG_WARN_EMPTY_BODY\=YES
    export CLANG_WARN_ENUM_CONVERSION\=YES
    export CLANG_WARN_INFINITE_RECURSION\=YES
    export CLANG_WARN_INT_CONVERSION\=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION\=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES
    export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR
    export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER\=NO
    export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
    export CLANG_WARN_STRICT_PROTOTYPES\=YES
    export CLANG_WARN_SUSPICIOUS_MOVE\=YES
    export CLANG_WARN_UNGUARDED_AVAILABILITY\=YES_AGGRESSIVE
    export CLANG_WARN_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server/libdr-pogodin-react-native-static-server.a
    export CODE_SIGNING_ALLOWED\=NO
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY\=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server
    export CONFIGURATION_TEMP_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS\=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME\=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
    export CORRESPONDING_DEVICE_SDK_NAME\=iphoneos16.4
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=NO
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_SETTING_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2\ 16.3\ 16.4
    export DERIVED_FILES_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DIFF\=/usr/bin/diff
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/Pods.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=libdr-pogodin-react-native-static-server.a.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_LINKING\=NO
    export EFFECTIVE_PLATFORM_NAME\=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_DEFAULT_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENABLE_USER_SCRIPT_SANDBOXING\=NO
    export ENTITLEMENTS_DESTINATION\=__entitlements
    export ENTITLEMENTS_REQUIRED\=YES
    export EXCLUDED_ARCHS\=i386
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLE_EXTENSION\=a
    export EXECUTABLE_NAME\=libdr-pogodin-react-native-static-server.a
    export EXECUTABLE_PATH\=libdr-pogodin-react-native-static-server.a
    export EXECUTABLE_PREFIX\=lib
    export EXECUTABLE_SUFFIX\=.a
    export FILE_LIST\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server\ \ \"/Users/osp/Developer/abl/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal\"\ \"/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/hermes-engine/Pre-built\"
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=libdr-pogodin-react-native-static-server.a
    export FUSE_BUILD_PHASES\=YES
    export FUSE_BUILD_SCRIPT_PHASES\=NO
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu11
    export GCC_DYNAMIC_NO_PIC\=NO
    export GCC_NO_COMMON_BLOCKS\=YES
    export GCC_OBJC_LEGACY_DISPATCH\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREFIX_HEADER\=Target\ Support\ Files/dr-pogodin-react-native-static-server/dr-pogodin-react-native-static-server-prefix.pch
    export GCC_PREPROCESSOR_DEFINITIONS\=POD_CONFIGURATION_DEBUG\=1\ DEBUG\=1\ \ COCOAPODS\=1
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES
    export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR\=YES
    export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION\=YES
    export GCC_WARN_UNUSED_VARIABLE\=YES
    export GENERATED_MODULEMAP_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS\=YES
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=NO
    export GENERATE_PROFILING_CODE\=NO
    export GENERATE_TEXT_BASED_STUBS\=NO
    export GID\=20
    export GROUP\=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
    export HEADERMAP_USES_VFS\=NO
    export HEADER_SEARCH_PATHS\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server/include\ \ \"/Users/osp/Developer/abl/ios/Pods/Headers/Private\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Private/dr-pogodin-react-native-static-server\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-Core\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-logger\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/Yoga\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/dr-pogodin-react-native-static-server\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/fmt\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/glog\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/osp/Developer/abl/ios/Pods/Headers/Public/libevent\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/osp
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PREPROCESS\=NO
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/Pods.dst/usr/local/lib
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=osp
    export INSTALL_PATH\=/usr/local/lib
    export INSTALL_ROOT\=/tmp/Pods.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=11.0
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal/undefined_arch/dr-pogodin-react-native-static-server_dependency_info.dat
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/dr-pogodin-react-native-static-server-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal/arm64/dr-pogodin-react-native-static-server.LinkFileList
    export LINK_OBJC_RUNTIME\=YES
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios11.0
    export LLVM_TARGET_TRIPLE_SUFFIX\=-simulator
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
    export LOCAL_APPS_DIR\=/Applications
    export LOCAL_DEVELOPER_DIR\=/Library/Developer
    export LOCAL_LIBRARY_DIR\=/Library
    export LOCROOT\=/Users/osp/Developer/abl/ios/Pods
    export LOCSYMROOT\=/Users/osp/Developer/abl/ios/Pods
    export MACH_O_TYPE\=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=22E261
    export MAC_OS_X_VERSION_ACTUAL\=130301
    export MAC_OS_X_VERSION_MAJOR\=130000
    export MAC_OS_X_VERSION_MINOR\=130300
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server/
    export MODULE_CACHE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=INCLUDE_SOURCE
    export MTL_FAST_MATH\=YES
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJC_ABI_VERSION\=2
    export OBJECT_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal
    export OBJROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_LIBTOOLFLAGS\=-llighttpd\ -lpcre2-8\ -lmod_dirlisting
    export PACKAGE_TYPE\=com.apple.package-type.static-library
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME\=iOS\ Simulator
    export PLATFORM_FAMILY_NAME\=iOS
    export PLATFORM_NAME\=iphonesimulator
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=20E238
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PODS_BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator
    export PODS_DEVELOPMENT_LANGUAGE\=en
    export PODS_ROOT\=/Users/osp/Developer/abl/ios/Pods
    export PODS_TARGET_SRCROOT\=/Users/osp/Developer/abl/ios/Pods/../../node_modules/@dr.pogodin/react-native-static-server
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRODUCT_BUNDLE_IDENTIFIER\=org.cocoapods.dr-pogodin-react-native-static-server
    export PRODUCT_MODULE_NAME\=dr_pogodin_react_native_static_server
    export PRODUCT_NAME\=dr-pogodin-react-native-static-server
    export PRODUCT_SETTINGS_PATH\=
    export PRODUCT_TYPE\=com.apple.product-type.library.static
    export PROFILING_CODE\=NO
    export PROJECT\=Pods
    export PROJECT_DERIVED_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/DerivedSources
    export PROJECT_DIR\=/Users/osp/Developer/abl/ios/Pods
    export PROJECT_FILE_PATH\=/Users/osp/Developer/abl/ios/Pods/Pods.xcodeproj
    export PROJECT_NAME\=Pods
    export PROJECT_TEMP_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build
    export PROJECT_TEMP_ROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex
    export REACT_NATIVE_PATH\=/Users/osp/Developer/abl/ios/Pods/../../node_modules/react-native
    export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=12.5
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export REZ_COLLECTOR_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/ResourceManagerResources
    export REZ_EXECUTABLE\=YES
    export REZ_OBJECTS_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPT_INPUT_FILE_COUNT\=0
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_COUNT\=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
    export SDK_DIR_iphonesimulator\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
    export SDK_DIR_iphonesimulator16_4\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
    export SDK_NAME\=iphonesimulator16.4
    export SDK_NAMES\=iphonesimulator16.4
    export SDK_PRODUCT_BUILD_VERSION\=20E238
    export SDK_STAT_CACHE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/osp/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator16.4-20E238-.sdkstatcache
    export SDK_VERSION\=16.4
    export SDK_VERSION_ACTUAL\=160400
    export SDK_VERSION_MAJOR\=160000
    export SDK_VERSION_MINOR\=160400
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server/DerivedSources
    export SHARED_PRECOMPS_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/Users/osp/Developer/abl/ios/Pods
    export SRCROOT\=/Users/osp/Developer/abl/ios/Pods
    export STRINGSDATA_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=NO
    export STRIP_STYLE\=debugging
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_DEVICE_FAMILIES\=1,2
    export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator
    export SUPPORTS_TEXT_BASED_API\=NO
    export SWIFT_ACTIVE_COMPILATION_CONDITIONS\=DEBUG\ 
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Objects-normal/arm64/dr-pogodin-react-native-static-server.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_DEMANGLE\=YES
    export TAPI_ENABLE_PROJECT_HEADERS\=NO
    export TAPI_LANGUAGE\=objective-c
    export TAPI_LANGUAGE_STANDARD\=compiler-default
    export TAPI_VERIFY_MODE\=ErrorsOnly
    export TARGETED_DEVICE_FAMILY\=1,2
    export TARGETNAME\=dr-pogodin-react-native-static-server
    export TARGET_BUILD_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/dr-pogodin-react-native-static-server
    export TARGET_DEVICE_IDENTIFIER\=38F658BC-84D7-421B-BBF8-6AABD830EA59
    export TARGET_DEVICE_MODEL\=iPhone10,4
    export TARGET_DEVICE_OS_VERSION\=16.4
    export TARGET_DEVICE_PLATFORM_NAME\=iphonesimulator
    export TARGET_NAME\=dr-pogodin-react-native-static-server
    export TARGET_TEMP_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build
    export TEMP_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build
    export TEMP_FILES_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build
    export TEMP_FILE_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build
    export TEMP_ROOT\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/UninstalledProducts
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=osp
    export USER_APPS_DIR\=/Users/osp/Applications
    export USER_LIBRARY_DIR\=/Users/osp/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=YES
    export USE_HEADER_SYMLINKS\=NO
    export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES\=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
    export VERBOSE_PBXCP\=NO
    export VERSION_INFO_BUILDER\=osp
    export VERSION_INFO_FILE\=dr-pogodin-react-native-static-server_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:dr-pogodin-react-native-static-server\ \ PROJECT:Pods-\"
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=14E222b
    export XCODE_VERSION_ACTUAL\=1430
    export XCODE_VERSION_MAJOR\=1400
    export XCODE_VERSION_MINOR\=1430
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/Script-46EB2E0001ADD0.sh

CMake Warning (dev) at CMakeLists.txt:117:
  Syntax Warning in cmake code at column 29

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:118:
  Syntax Warning in cmake code at column 30

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:119:
  Syntax Warning in cmake code at column 30

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is AppleClang 14.0.3.14030022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- The C compiler identification is AppleClang 14.0.3.14030022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found BZip2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/usr/lib/libbz2.tbd (found version "1.0.8") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/usr/lib/libz.tbd (found version "1.2.11")  
-- Could not find OPTIONAL package Readline
-- Could not find OPTIONAL package Editline
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memfd_create
-- Looking for memfd_create - not found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for secure_getenv
-- Looking for secure_getenv - not found
-- Looking for strerror
-- Looking for strerror - found
-- Performing Test HAVE_REALPATH
-- Performing Test HAVE_REALPATH - Success
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED
-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED - Success
-- Performing Test INTEL_CET_ENABLED
-- Performing Test INTEL_CET_ENABLED - Failed
-- 
-- 
-- PCRE2-10.42 configuration summary:
-- 
--   Install prefix .................. : /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/sysroot
--   C compiler ...................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
--   C compiler flags ................ : -O3 -DNDEBUG
-- 
--   Build 8 bit PCRE2 library ....... : ON
--   Build 16 bit PCRE2 library ...... : OFF
--   Build 32 bit PCRE2 library ...... : OFF
--   Enable JIT compiling support .... : OFF
--   Use SELinux allocator in JIT .... : IGNORE
--   Enable Unicode support .......... : ON
--   Newline char/sequence ........... : LF
--   \R matches only ANYCRLF ......... : OFF
--   \C is disabled .................. : OFF
--   EBCDIC coding ................... : OFF
--   EBCDIC coding with NL=0x25 ...... : OFF
--   Rebuild char tables ............. : OFF
--   Internal link size .............. : 2
--   Parentheses nest limit .......... : 250
--   Heap limit ...................... : 20000000
--   Match limit ..................... : 10000000
--   Match depth limit ............... : MATCH_LIMIT
--   Build shared libs ............... : OFF
--   Build static libs ............... : ON
--      with PIC enabled ............. : OFF
--   Build pcre2grep ................. : ON
--   Enable JIT in pcre2grep ......... : ON
--   Enable callouts in pcre2grep .... : ON
--   Enable callout fork in pcre2grep. : ON
--   Buffer size for pcre2grep ....... : 20480
--   Build tests (implies pcre2test .. : ON
--                and pcre2grep)
--   Link pcre2grep with libz ........ : ON
--   Link pcre2grep with libbz2 ...... : ON
--   Link pcre2test with libeditline . : Library not found
--   Link pcre2test with libreadline . : Library not found
--   Support Valgrind .................: OFF
--   Use %zu and %td ..................: AUTO
-- 
-- Configuring done (18.2s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2
2023-05-17 15:16:15.651 xcodebuild[92363:1602669] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project PCRE2.xcodeproj build -target pcre2-8-static -parallelizeTargets -configuration Release -hideShellScriptEnvironment

User defaults from command line:
    HideShellScriptEnvironment = YES
    IDEPackageSupportToolchainOverrideForManifestLoading = com.apple.dt.toolchain.XcodeDefault
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: b38d9c2e8b3712e9b0ebdf8766a6c933
Build description path: /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/XCBuildData/b38d9c2e8b3712e9b0ebdf8766a6c933.xcbuilddata

note: Building targets in dependency order
note: Using global toolchain override 'Xcode Default'.
CreateBuildDirectory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator
    cd /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/PCRE2.xcodeproj
    builtin-create-build-directory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator

CreateBuildDirectory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build
    cd /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/PCRE2.xcodeproj
    builtin-create-build-directory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build

ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache
    cd /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/PCRE2.xcodeproj
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -o /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache

CreateBuildDirectory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/Release-iphonesimulator
    cd /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/PCRE2.xcodeproj
    builtin-create-build-directory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/Release-iphonesimulator

CreateBuildDirectory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/EagerLinkingTBDs/Release-iphonesimulator
    cd /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/PCRE2.xcodeproj
    builtin-create-build-directory /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/EagerLinkingTBDs/Release-iphonesimulator

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/PCRE2.build/Release-iphonesimulator/ZERO_CHECK.build/Script-D12044E3559BC3BD40D10F19.sh (in target 'ZERO_CHECK' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/PCRE2.build/Release-iphonesimulator/ZERO_CHECK.build/Script-D12044E3559BC3BD40D10F19.sh

PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/PCRE2.build/Release-iphonesimulator/ZERO_CHECK.build/Script-D12044E3559BC3BD40D10F19.sh (in target 'ZERO_CHECK' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /bin/sh -c /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/PCRE2.build/Release-iphonesimulator/ZERO_CHECK.build/Script-D12044E3559BC3BD40D10F19.sh
make: `/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/CMakeFiles/cmake.check_cache' is up to date.

note: Using global toolchain override 'Xcode Default'. (in target 'pcre2-8-static' from project 'PCRE2')
CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_chartables.o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/pcre2_chartables.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_chartables.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_chartables.dia -c /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/pcre2_chartables.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_chartables.o

WriteAuxiliaryFile /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8.LinkFileList (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    write-file /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8.LinkFileList

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_tables.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_tables.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_tables.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_tables.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_tables.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_tables.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substitute.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_substitute.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substitute.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substitute.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_substitute.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substitute.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_valid_utf.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_valid_utf.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_valid_utf.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_valid_utf.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_valid_utf.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_valid_utf.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ucd.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_ucd.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ucd.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ucd.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_ucd.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ucd.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substring.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_substring.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substring.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substring.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_substring.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_substring.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_xclass.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_xclass.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_xclass.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_xclass.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_xclass.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_xclass.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_study.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_study.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_study.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_study.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_study.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_study.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_string_utils.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_string_utils.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_string_utils.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_string_utils.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_string_utils.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_string_utils.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_serialize.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_serialize.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_serialize.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_serialize.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_serialize.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_serialize.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_script_run.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_script_run.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_script_run.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_script_run.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_script_run.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_script_run.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_pattern_info.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_pattern_info.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_pattern_info.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_pattern_info.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_pattern_info.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_pattern_info.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ord2utf.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_ord2utf.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ord2utf.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ord2utf.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_ord2utf.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_ord2utf.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_newline.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_newline.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_newline.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_newline.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_newline.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_newline.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match_data.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_match_data.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match_data.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match_data.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_match_data.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match_data.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_match.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_match.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_match.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_maketables.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_maketables.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_maketables.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_maketables.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_maketables.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_maketables.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_jit_compile.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_jit_compile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_jit_compile.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_jit_compile.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_jit_compile.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_jit_compile.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_find_bracket.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_find_bracket.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_find_bracket.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_find_bracket.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_find_bracket.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_find_bracket.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_extuni.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_extuni.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_extuni.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_extuni.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_extuni.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_extuni.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_error.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_error.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_error.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_error.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_error.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_error.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_dfa_match.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_dfa_match.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_dfa_match.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_dfa_match.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_dfa_match.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_dfa_match.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_convert.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_convert.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_convert.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_convert.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_convert.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_convert.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_context.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_context.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_context.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_context.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_context.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_context.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_config.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_config.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_config.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_config.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_config.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_config.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_compile.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_compile.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_compile.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_compile.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_compile.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_compile.o

CompileC /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_auto_possess.o /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_auto_possess.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /var/folders/5g/h3b3z1wn259g8qh2fj9z_v7w0000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode/14.3-14E222b/Xcode/SDKStatCaches.noindex/iphonesimulator16.4-20E238-com_apple_dt_toolchain_XcodeDefault_com_apple_dt_toolchain_XcodeDefault.sdkstatcache -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -DCMAKE_INTDIR\=\"Release-iphonesimulator\" -DPCRE2_CODE_UNIT_WIDTH\=8 -DPCRE2_STATIC -DHAVE_CONFIG_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/include -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2 -I/Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources-normal/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources/arm64 -I/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/DerivedSources -F/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -DNDEBUG -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/React/React-Core.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap -fmodule-map-file\=/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap -MMD -MT dependencies -MF /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_auto_possess.d --serialize-diagnostics /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_auto_possess.dia -c /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2/src/pcre2_auto_possess.c -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2_auto_possess.o

Libtool /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/libpcre2-8.a normal (in target 'pcre2-8-static' from project 'PCRE2')
    cd /Users/osp/Developer/abl/node_modules/@dr.pogodin/react-native-static-server/pcre2
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -L/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -filelist /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8.LinkFileList -dependency_info /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8_libtool_dependency_info.dat -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/libpcre2-8.a

note: Using global toolchain override 'Xcode Default'. (in target 'ZERO_CHECK' from project 'PCRE2')
note: Run script build phase 'Generate CMakeFiles/ZERO_CHECK' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ZERO_CHECK' from project 'PCRE2')
** BUILD SUCCEEDED **

-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Looking for include file netinet/tcp_fsm.h
-- Looking for include file netinet/tcp_fsm.h - not found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - not found
-- Looking for include file sys/loadavg.h
-- Looking for include file sys/loadavg.h - not found
-- Looking for include file sys/poll.h
-- Looking for include file sys/poll.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - not found
-- Looking for include file sys/procctl.h
-- Looking for include file sys/procctl.h - not found
-- Looking for include file sys/sendfile.h
-- Looking for include file sys/sendfile.h - not found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file getopt.h
-- Looking for include file getopt.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file syslog.h
-- Looking for include file syslog.h - found
-- Looking for include file crypt.h
-- Looking for include file crypt.h - not found
-- Looking for crypt_r in crypt
-- Looking for crypt_r in crypt - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - not found
-- Looking for crypt_r
-- Looking for crypt_r - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for signal
-- Looking for signal - found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/event.h
-- Looking for include file sys/event.h - found
-- Looking for kqueue
-- Looking for kqueue - found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for include file sys/random.h
-- Looking for include file sys/random.h - not found
-- Looking for include file linux/random.h
-- Looking for include file linux/random.h - not found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - found
-- Looking for preadv
-- Looking for preadv - found
-- Looking for pwritev
-- Looking for pwritev - found
-- Looking for writev
-- Looking for writev - found
-- Looking for poll
-- Looking for poll - found
-- Looking for timegm
-- Looking for timegm - found
-- Check size of long
-- Check size of long - done
-- Check size of off_t
-- Check size of off_t - done
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for chroot
-- Looking for chroot - found
-- Looking for copy_file_range
-- Looking for copy_file_range - not found
-- Looking for fork
-- Looking for fork - found
-- Looking for getloadavg
-- Looking for getloadavg - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for jrand48
-- Looking for jrand48 - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for mempcpy
-- Looking for mempcpy - not found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for pread
-- Looking for pread - found
-- Looking for pwrite
-- Looking for pwrite - found
-- Looking for sendfile
-- Looking for sendfile - found
-- Looking for sendfile64
-- Looking for sendfile64 - not found
-- Looking for splice
-- Looking for splice - not found
-- Looking for srandom
-- Looking for srandom - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for issetugid
-- Looking for issetugid - found
-- Looking for memset_s
-- Looking for memset_s - found
-- Looking for explicit_bzero
-- Looking for explicit_bzero - not found
-- Looking for explicit_memset
-- Looking for explicit_memset - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for elftc_copyfile in elftc
-- Looking for elftc_copyfile in elftc - not found
-- Looking for inet_aton
-- Looking for inet_aton - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Performing Test HAVE_IPV6
-- Performing Test HAVE_IPV6 - Success
-- Performing Test HAVE_WEAK_SYMBOLS
-- Performing Test HAVE_WEAK_SYMBOLS - Success
-- Performing Test HAVE_STRUCT_TM_GMTOFF
-- Performing Test HAVE_STRUCT_TM_GMTOFF - Success
-- found pcre2-config: no
-- Looking for include file pcre2.h
-- Looking for include file pcre2.h - not found
-- Looking for pcre2_match_8 in pcre2-8
-- Looking for pcre2_match_8 in pcre2-8 - not found
CMake Error at lighttpd1.4/src/CMakeLists.txt:578 (message):
  pcre2.h couldn't be found

-- Configuring incomplete, errors occurred!
Command PhaseScriptExecution failed with a nonzero exit code

CMake Warning (dev) at CMakeLists.txt:117:

  Syntax Warning in cmake code at column 29

  Argument not separated from preceding token by whitespace.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:118:

  Syntax Warning in cmake code at column 30

  Argument not separated from preceding token by whitespace.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:119:

  Syntax Warning in cmake code at column 30

  Argument not separated from preceding token by whitespace.

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:1 (project):

  cmake_minimum_required() should be called prior to this top-level project()

  call.  Please see the cmake-commands(7) manual for usage documentation of

  both commands.

This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is AppleClang 14.0.3.14030022

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped

-- Detecting C compile features

-- Detecting C compile features - done

-- The C compiler identification is AppleClang 14.0.3.14030022

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped

-- Detecting C compile features

-- Detecting C compile features - done

-- Found BZip2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/usr/lib/libbz2.tbd (found version "1.0.8") 

-- Looking for BZ2_bzCompressInit

-- Looking for BZ2_bzCompressInit - found

-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/usr/lib/libz.tbd (found version "1.2.11")  

-- Could not find OPTIONAL package Readline

-- Could not find OPTIONAL package Editline

-- Looking for dirent.h

-- Looking for dirent.h - found

-- Looking for sys/stat.h

-- Looking for sys/stat.h - found

-- Looking for sys/types.h

-- Looking for sys/types.h - found

-- Looking for unistd.h

-- Looking for unistd.h - found

-- Looking for windows.h

-- Looking for windows.h - not found

-- Looking for bcopy

-- Looking for bcopy - found

-- Looking for memfd_create

-- Looking for memfd_create - not found

-- Looking for memmove

-- Looking for memmove - found

-- Looking for secure_getenv

-- Looking for secure_getenv - not found

-- Looking for strerror

-- Looking for strerror - found

-- Performing Test HAVE_REALPATH

-- Performing Test HAVE_REALPATH - Success

-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED

-- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED - Success

-- Performing Test INTEL_CET_ENABLED

-- Performing Test INTEL_CET_ENABLED - Failed

-- 

-- 

-- PCRE2-10.42 configuration summary:

-- 

--   Install prefix .................. : /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/sysroot

--   C compiler ...................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang

--   C compiler flags ................ : -O3 -DNDEBUG

-- 

--   Build 8 bit PCRE2 library ....... : ON

--   Build 16 bit PCRE2 library ...... : OFF

--   Build 32 bit PCRE2 library ...... : OFF

--   Enable JIT compiling support .... : OFF

--   Use SELinux allocator in JIT .... : IGNORE

--   Enable Unicode support .......... : ON

--   Newline char/sequence ........... : LF

--   \R matches only ANYCRLF ......... : OFF

--   \C is disabled .................. : OFF

--   EBCDIC coding ................... : OFF

--   EBCDIC coding with NL=0x25 ...... : OFF

--   Rebuild char tables ............. : OFF

--   Internal link size .............. : 2

--   Parentheses nest limit .......... : 250

--   Heap limit ...................... : 20000000

--   Match limit ..................... : 10000000

--   Match depth limit ............... : MATCH_LIMIT

--   Build shared libs ............... : OFF

--   Build static libs ............... : ON

--      with PIC enabled ............. : OFF

--   Build pcre2grep ................. : ON

--   Enable JIT in pcre2grep ......... : ON

--   Enable callouts in pcre2grep .... : ON

--   Enable callout fork in pcre2grep. : ON

--   Buffer size for pcre2grep ....... : 20480

--   Build tests (implies pcre2test .. : ON

--                and pcre2grep)

--   Link pcre2grep with libz ........ : ON

--   Link pcre2grep with libbz2 ...... : ON

--   Link pcre2test with libeditline . : Library not found

--   Link pcre2test with libreadline . : Library not found

--   Support Valgrind .................: OFF

--   Use %zu and %td ..................: AUTO

-- 

-- Configuring done (18.2s)

-- Generating done (0.0s)

-- Build files have been written to: /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2

2023-05-17 15:16:15.651 xcodebuild[92363:1602669] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)

Command line invocation:

    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project PCRE2.xcodeproj build -target pcre2-8-static -parallelizeTargets -configuration Release -hideShellScriptEnvironment

User defaults from command line:

    HideShellScriptEnvironment = YES

    IDEPackageSupportToolchainOverrideForManifestLoading = com.apple.dt.toolchain.XcodeDefault

    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:

    TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault

Computing target dependency graph and provisioning inputs

Create build description

Build description signature: b38d9c2e8b3712e9b0ebdf8766a6c933

Build description path: /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/XCBuildData/b38d9c2e8b3712e9b0ebdf8766a6c933.xcbuilddata

Building targets in dependency order
// HERE COME A BUNCH OF COMPILATION COMMANDS
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk -L/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator -filelist /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8.LinkFileList -dependency_info /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/build/pcre2-8-static.build/Release-iphonesimulator/Objects-normal/arm64/pcre2-8_libtool_dependency_info.dat -o /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/dr-pogodin-react-native-static-server.build/pcre2/Release-iphonesimulator/libpcre2-8.a

Using global toolchain override 'Xcode Default'. (in target 'pcre2-8-static' from project 'PCRE2')

Using global toolchain override 'Xcode Default'. (in target 'ZERO_CHECK' from project 'PCRE2')

** BUILD SUCCEEDED **

-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 

-- Looking for include file netinet/tcp_fsm.h

-- Looking for include file netinet/tcp_fsm.h - not found

-- Looking for include file sys/inotify.h

-- Looking for include file sys/inotify.h - not found

-- Looking for include file sys/loadavg.h

-- Looking for include file sys/loadavg.h - not found
// HERE COME A BUNCH OF FOUND MESSAGES

-- Looking for clock_gettime

-- Looking for clock_gettime - found

-- Looking for elftc_copyfile in elftc

-- Looking for elftc_copyfile in elftc - not found

-- Looking for inet_aton

-- Looking for inet_aton - found

-- Looking for inet_pton

-- Looking for inet_pton - found

-- Performing Test HAVE_IPV6

-- Performing Test HAVE_IPV6 - Success

-- Performing Test HAVE_WEAK_SYMBOLS

-- Performing Test HAVE_WEAK_SYMBOLS - Success

-- Performing Test HAVE_STRUCT_TM_GMTOFF

-- Performing Test HAVE_STRUCT_TM_GMTOFF - Success

-- found pcre2-config: no

-- Looking for include file pcre2.h

-- Looking for include file pcre2.h - not found

-- Looking for pcre2_match_8 in pcre2-8

-- Looking for pcre2_match_8 in pcre2-8 - not found

CMake Error at lighttpd1.4/src/CMakeLists.txt:578 (message):

  pcre2.h couldn't be found

-- Configuring incomplete, errors occurred!

Run script build phase 'Generate CMakeFiles/ZERO_CHECK' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ZERO_CHECK' from project 'PCRE2')

Command PhaseScriptExecution failed with a nonzero exit code
ospfranco commented 1 year ago

The folder on the DerivedData folder does seem to contain the header file:

CleanShot 2023-05-17 at 17 11 43
ospfranco commented 1 year ago

I tried the workaround suggested in this comment but to no avail. pcre2.h is still not found.

ospfranco commented 1 year ago

what's baffling to me, is that on the first time I installed the package everything was working fine, it's only after I cleared the caches that I got this error...

also important to note that on macOS pcre2 will probably already be there due to watchman:

$ brew uninstall pcre2
Error: Refusing to uninstall /opt/homebrew/Cellar/pcre2/10.42
because it is required by cairo, ffmpeg, ffmpeg@4, git, glib, harfbuzz, libass, pango, tesseract and watchman, which are currently installed.
You can override this and force removal with:
  brew uninstall --ignore-dependencies pcre2

I also added a sym link for cmake to make Xcode happy:

 8858  sudo ln -s /opt/homebrew/bin/cmake /usr/local/bin/cmake
ospfranco commented 1 year ago

When building from the command line I don't "seem" to have the same issue, but compilation still fails:

▸ Building library liblighttpd.a
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'ZERO_CHECK' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_sockproxy' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_rrdtool' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_proxy' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_wstunnel' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_userdir' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_webdav' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_status' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_ssi' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_extforward' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_dirlisting' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_deflate' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_cgi' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_authn_file' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_auth' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_ajp13' from project 'rn-static-server')
    ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'mod_accesslog' from project 'rn-static-server')
▸ Build Succeeded
▸ Running script 'Copy generated compatibility header'
▸ Running script '[CP-User] Generate Specs'
▸ Building library libRNSentry.a
▸ Compiling FBReactNativeSpec-generated.mm
▸ Compiling RCTVibration.mm
▸ Compiling RCTLinkingManager.mm
▸ Compiling RCTNativeAnimatedModule.mm
▸ Compiling RCTNetworking.mm
▸ Compiling RCTSettingsManager.mm
▸ Compiling RCTImageEditingManager.mm
▸ Compiling RCTBlobManager.mm
▸ Compiling RCTAccessibilityManager.mm
▸ Compiling RCTImageLoader.mm
▸ Compiling RCTImageStoreManager.mm
▸ Compiling RCTFileReaderModule.mm
▸ Compiling RCTNativeAnimatedTurboModule.mm
▸ Compiling RCTDeviceInfo.mm
▸ Compiling RCTAlertManager.mm
▸ Compiling RCTDevLoadingView.mm
▸ Compiling RCTClipboard.mm
▸ Compiling RCTAppState.mm
▸ Compiling RCTAppearance.mm
▸ Compiling RCTWebSocketModule.mm
▸ Building library libReact-Codegen.a
▸ Compiling RCTTiming.mm
▸ Compiling RCTStatusBarManager.mm
▸ Compiling RCTSourceCode.mm
▸ Compiling RCTRedBox.mm
▸ Compiling RCTPlatform.mm
▸ Compiling RCTLogBox.mm
▸ Compiling RCTKeyboardObserver.mm
▸ Compiling RCTI18nManager.mm
▸ Compiling RCTExceptionsManager.mm
▸ Compiling RCTDevSplitBundleLoader.mm
▸ Compiling RCTDevSettings.mm
▸ Compiling RCTDevMenu.mm
▸ Compiling RCTActionSheetManager.mm
▸ Building library libReact-RCTVibration.a
▸ Building library libReact-RCTSettings.a
▸ Building library libReact-RCTNetwork.a
▸ Building library libReact-RCTLinking.a
▸ Building library libReact-RCTAnimation.a
▸ Building library libReact-RCTImage.a
▸ Building library libReact-RCTBlob.a
▸ Running script 'Copy generated compatibility header'
▸ Building library libReact-CoreModules.a
▸ Compiling Server.mm
▸ Compiling Errors.mm
▸ Compiling dr-pogodin-react-native-static-server-dummy.m
▸ Compiling ReactNativeStaticServer.mm
▸ Building library libdr-pogodin-react-native-static-server.a
▸ Running script '[CP] Check Pods Manifest.lock'
▸ Running script 'Start Packager'
m▸ Copying /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/abl_config_app.app/update-eM4-2.0.yar
▸ Copying /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/abl_config_app.app/UniversLTPro_roman.otf
▸ Copying /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/abl_config_app.app/UniversLTPro_light.otf
▸ Copying /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/abl_config_app.app/1_8_0.bin
▸ Copying /Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Products/Debug-iphonesimulator/abl_config_app.app/UniversLTPro_bold.otf
▸ Copying InfoPlist.strings
▸ Copying InfoPlist.strings
▸ Copying InfoPlist.strings
▸ Compiling BootSplash.storyboard

❌  fatal error: module 'yoga' in AST file '/Users/osp/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/XDG1T5UWE6UY/yoga-1934T5M7PQHY6.pcm' (imported by AST file '/Users/osp/Library/Developer/Xcode/DerivedData/abl_config_app-fyandjlpgbiuzaacfxqzrzvoczbs/Build/Intermediates.noindex/PrecompiledHeaders/abl_config_app-Bridging-Header-swift_2P6MDJO1IMXP8-clang_XDG1T5UWE6UY.pch') is not defined in any loaded module map file; maybe you need to load '/Users/osp/Developer/abl/ios/Pods/Headers/Public/yoga/Yoga.modulemap'?

▸ Processing Info.plist
▸ Compiling main.m
▸ Compiling abl_config_app_vers.c
▸ Compiling AppDelegate.mm
▸ Compiling ABLNative.m

⚠️  /Users/osp/Developer/abl/ios/ABLNative.m:4:12: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]

@interface RCT_EXTERN_MODULE(ABLNative, NSObject)
              ~~~~~~~~~~~~~                        ~~~~~~~^~~~~~~

▸ Linking abl_config_app

❌  ld: library not found for -lPods-abl_config_app

❌  clang: error: linker command failed with exit code 1 (use -v to see invocation)
ospfranco commented 1 year ago

Funny, after running build on the command line and trying again on xcode it seems like the dependency is correctly compiled but libPods still fails... so maybe it is really an issue of the environment on xcode

CleanShot 2023-05-17 at 18 21 57

I'm assuming on command line the brew environment with pcre2 is correctly linked and therefore it seems to work. Once compiled (.a is generated) then subsequent Xcode builds just take the generated artifact?

Once I clear the build folder and try building from Xcode I get the same pcre2.h not found error.

birdofpreyru commented 1 year ago

Hey @ospfranco , I don't have time to look into it carefully right now, though... the CMakeLists block that complains about not finding pcre2.h is this one: https://github.com/birdofpreyru/lighttpd1.4/blob/b50cd3698147d5d1d8a86fd4e5c934355d08d2f5/src/CMakeLists.txt#L534-L582. So, you may just add there some message() instrunctions, run the build a few times, and thus figure out what branch of the configuration it follows on your system and at what goes wrong with finding the header.

ospfranco commented 1 year ago

Thanks @birdofpreyru, yeah I figured that block some hours ago, but cmake is a bit of chinese to me. From a first look everything looks "correct" it tries to find pcre2.h via find_path command... and the line that bails out is quite clear:

https://github.com/birdofpreyru/lighttpd1.4/blob/b50cd3698147d5d1d8a86fd4e5c934355d08d2f5/src/CMakeLists.txt#L578

But no idea why it reaches that point. I will continue to try to debug this. Thanks for the reply!

marnowicki commented 1 year ago

Based on https://github.com/birdofpreyru/react-native-static-server/issues/23#issuecomment-1466554136 add -DWITH_PCRE2=OFF to EXTRA_CONFIG_ARGS in node_modules/@dr.pogodin/react-native-static-server/dr-pogodin-react-native-static-server.podspec like this: EXTRA_CONFIG_ARGS="-DCMAKE_OSX_DEPLOYMENT_TARGET=${IPHONEOS_DEPLOYMENT_TARGET} -DCMAKE_SYSTEM_NAME=iOS -GXcode -DWITH_PCRE2=OFF" and do pod install again.

birdofpreyru commented 1 year ago

Well @marnowicki , if everybody works around the issue, we'll never figure out the root cause nor fix it :)

ospfranco commented 1 year ago

Continuing my investigation.

After taking a closer look into lighthttpd CMakeLists this was the first line that failed:

pkg_check_modules(PCRE2 libpcre2-8)

Some googling shown that pkg_check_modules is considered harmful, but most importantly it is a hard dependency on pkg-config which is installed on my machine by brew but not linked because M1. So I created a symbolic link for it (same as cmake)

sudo ln -s $(which pkg-config) /usr/local/bin/pkg-config

This in theory allows Xcode to successfully find pcre2. However, it now always throws the error that libPods.a is not found.

CleanShot 2023-05-18 at 08 16 15

It's unfortunate that no output seems to be generated. The static .a library seems to be correctly generated but libPods not. Weird.

Nuking caches (Pods, derivedData, node_modules) also did not make a difference.

ospfranco commented 1 year ago

Ok, so after fumbling around with architectures, I got a different set of linker errors with missing x86_64 symbols on PCRE2. I did not manage to solve this issue, but once I tried building for the real device it finally worked. So I guess this library cannot compiled? or at least on my project there is a hard requirement for Rosetta since some of the libraries I'm using are not arm64 compatible with the simulator.

birdofpreyru commented 1 year ago

Hey @ospfranco , thanks for continuing with the troubleshooting, this is very helpful! The architectures issue I'll try to fix in the next release — it sounds like some CMake arguments / configuration should be added to PCRE2 configuration / compilation to force its build for multiple architectures, including x86_64, on macOS. Otherwise the build selects target architectures automatically, based on the other settings, and it sounds it selects it wrong. I actually was fixing something like this before already, but probably missed x86_64 or PCRE2 case. And what you figured out about linking of cmake and pkg-config on M1 machines — this I'll add to the library README.

birdofpreyru commented 1 year ago

@ospfranco if you get to this faster than I do, can you try modifying this block: https://github.com/birdofpreyru/react-native-static-server/blob/458348a3e3345542a6092b83654dc1f7a9094248/dr-pogodin-react-native-static-server.podspec#L35-L43C9 , adding -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64, currently present at line 42, also into args on line 37? Then do pod update in your host project, and re-build.

ospfranco commented 1 year ago

Today is a holiday, I actually took some time to figure this out because I found the problem interesting, but I can try it tomorrow! thanks for replying though!

birdofpreyru commented 1 year ago

Today is a holiday

Wow! Not in Spain :sweat_smile: It is actually surprising to me — I looked in your profile you are based in Germany, and if I got it right the holiday is the Ascension Day? I can't believe there is a Christian feast which is bank holiday in Germany, but not in Spain :rofl:

ospfranco commented 1 year ago

yeah :) europe is weird

On another note, I find it super confusing why it worked the first time I installed the package but not on subsequent builds... pkg-config was not linked at the time and the app compiled just fine.

birdofpreyru commented 1 year ago

@ospfranco Probably v0.7.11 fixes it, at least for me it now builds PCRE2 for both arm64 and x86_64 archs when building for the iPhone simulator.

ospfranco commented 1 year ago

Seems to be working! great! As another point, the outputs should be specified, because right now lighttpd is being compiled every time the app is compiled.

Thanks a lot for patching it!

birdofpreyru commented 1 year ago

Cool! Yeah, outputs should be specified, I'll probably do it in the next release. Will track that separately as #41.

dagouzhi commented 1 year ago

https://gist.github.com/anilcancakir/29b4b6b5925b3fc7108a7fc4e329d322 It works for me

ospfranco commented 1 year ago

@dagouzhi Local installation is never really the best idea :)

Having the sources in the repo and compiling them makes sure the correct version and architecture will always work. The latest version is working for me without issues. Though having to link cmake and pkg-config is less than ideal, it's a compromise.