/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:110:8: warning: 'OSSpinLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock() from instead [-Wdeprecated-declarations] static OSSpinLock notifierInitLock = SPINLOCK_INIT; ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:79:17: note: 'OSSpinLock' has been explicitly marked deprecated here typedef int32_t OSSpinLock OSSPINLOCK_DEPRECATED_REPLACE_WITH(os_unfair_lock); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:111:8: warning: 'OSSpinLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock() from instead [-Wdeprecated-declarations] static OSSpinLock notifierLock = SPINLOCK_INIT; ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:79:17: note: 'OSSpinLock' has been explicitly marked deprecated here typedef int32_t OSSpinLock OSSPINLOCK_DEPRECATED_REPLACE_WITH(os_unfair_lock); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:272:5: warning: 'OSSpinLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock() from instead [-Wdeprecated-declarations] OSSpinLock tsdLock; /* Must hold this lock before acessing the ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:79:17: note: 'OSSpinLock' has been explicitly marked deprecated here typedef int32_t OSSpinLock OSSPINLOCK_DEPRECATED_REPLACE_WITH(os_unfair_lock); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:534:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:117:28: note: expanded from macro 'LOCK_NOTIFIER_INIT' #define LOCK_NOTIFIER_INIT SpinLockLock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:588:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:118:30: note: expanded from macro 'UNLOCK_NOTIFIER_INIT' #define UNLOCK_NOTIFIER_INIT SpinLockUnlock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:645:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:117:28: note: expanded from macro 'LOCK_NOTIFIER_INIT' #define LOCK_NOTIFIER_INIT SpinLockLock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:665:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:118:30: note: expanded from macro 'UNLOCK_NOTIFIER_INIT' #define UNLOCK_NOTIFIER_INIT SpinLockUnlock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:700:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:117:28: note: expanded from macro 'LOCK_NOTIFIER_INIT' #define LOCK_NOTIFIER_INIT SpinLockLock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:740:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:118:30: note: expanded from macro 'UNLOCK_NOTIFIER_INIT' #define UNLOCK_NOTIFIER_INIT SpinLockUnlock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:742:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; /* For concurrency with Tcl_AlertNotifier */ ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:766:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:799:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:804:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:984:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1003:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1069:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1087:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1167:6: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1177:6: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1251:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1253:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1272:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1274:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1320:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1327:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1395:6: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:119:24: note: expanded from macro 'LOCK_NOTIFIER' #define LOCK_NOTIFIER SpinLockLock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1399:6: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1404:6: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:119:24: note: expanded from macro 'LOCK_NOTIFIER' #define LOCK_NOTIFIER SpinLockLock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1406:6: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1781:2: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:119:24: note: expanded from macro 'LOCK_NOTIFIER' #define LOCK_NOTIFIER SpinLockLock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1783:6: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1799:6: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1804:2: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1828:2: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:119:24: note: expanded from macro 'LOCK_NOTIFIER' #define LOCK_NOTIFIER SpinLockLock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1833:6: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1837:6: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1871:3: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1876:3: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1884:2: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1931:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:117:28: note: expanded from macro 'LOCK_NOTIFIER_INIT' #define LOCK_NOTIFIER_INIT SpinLockLock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1932:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:119:24: note: expanded from macro 'LOCK_NOTIFIER' #define LOCK_NOTIFIER SpinLockLock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1933:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from instead [-Wdeprecated-declarations] LOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:121:27: note: expanded from macro 'LOCK_NOTIFIER_TSD' #define LOCK_NOTIFIER_TSD SpinLockLock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:84:26: note: expanded from macro 'SpinLockLock' #define SpinLockLock(p) OSSpinLockLock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here void OSSpinLockLock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1957:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1958:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1959:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:118:30: note: expanded from macro 'UNLOCK_NOTIFIER_INIT' #define UNLOCK_NOTIFIER_INIT SpinLockUnlock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1983:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_TSD; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:122:29: note: expanded from macro 'UNLOCK_NOTIFIER_TSD' #define UNLOCK_NOTIFIER_TSD SpinLockUnlock(&tsdPtr->tsdLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1984:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:120:26: note: expanded from macro 'UNLOCK_NOTIFIER' #define UNLOCK_NOTIFIER SpinLockUnlock(¬ifierLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:1985:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from instead [-Wdeprecated-declarations] UNLOCK_NOTIFIER_INIT; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:118:30: note: expanded from macro 'UNLOCK_NOTIFIER_INIT' #define UNLOCK_NOTIFIER_INIT SpinLockUnlock(¬ifierInitLock) ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/macosx/tclMacOSXNotify.c:85:27: note: expanded from macro 'SpinLockUnlock' #define SpinLockUnlock(p) OSSpinLockUnlock(p) ^ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here void OSSpinLockUnlock( volatile OSSpinLock *__lock ); ^ 48 warnings generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclAlloc.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclThreadJoin.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclUnixEvent.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclUnixNotfy.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclAlloc.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclThreadJoin.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclUnixEvent.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtcl8.6.a(tclUnixNotfy.o) has no symbols rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory configure: WARNING: Found Makefile - using build library specs for tdbc configure: WARNING: Looking for "/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/pkgs/tdbc1.1.1/Makefile" configure: WARNING: Found Makefile - using build include spec and lib specs for tdbc rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory configure: WARNING: Found Makefile - using build library specs for tdbc configure: WARNING: Looking for "/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/pkgs/tdbc1.1.1/Makefile" configure: WARNING: Found Makefile - using build include spec and lib specs for tdbc rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory configure: WARNING: Found Makefile - using build library specs for tdbc configure: WARNING: Looking for "/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/pkgs/tdbc1.1.1/Makefile" configure: WARNING: Found Makefile - using build include spec and lib specs for tdbc rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory configure: WARNING: unrecognized options: --with-tclinclude, --disable-shared, --disable-shared configure: WARNING: Found Makefile - using build library specs for tdbc configure: WARNING: Looking for "/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/pkgs/tdbc1.1.1/Makefile" configure: WARNING: Found Makefile - using build include spec and lib specs for tdbc /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/tdbcsqlite3-1.1.1/configure: line 4603: ac_fn_c_try_run: command not found configure: WARNING: unrecognized options: --with-tclinclude, --disable-shared, --disable-shared rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclParse.c:2177:6: warning: variable 'i' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis] i++; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclParse.c:2167:24: note: incremented here for (i = 0; i < argc; i++) { ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclParse.c:3110:2: warning: variable 'i' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis] i++; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclParse.c:3061:27: note: incremented here for (i = 2; i < objc; i++) { ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclObject.c:971:22: warning: variable 'i' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis] i++; ^ /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/itcl4.2.0/generic/itclObject.c:960:40: note: incremented here for (i = 0; i < argc; i++) { ^ 2 warnings generated. 1 warning generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libitcl4.2.0.a(itclTestRegisterC.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libitcl4.2.0.a(itclTestRegisterC.o) has no symbols In file included from /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/sqlite3.30.1.2/generic/tclsqlite3.c:4: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/pkgs/sqlite3.30.1.2/generic/../compat/sqlite3/sqlite3.c:86999:80: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if( pIn1->u.i<(((sqlite3_int64)1)<<47) && pIn1->u.i>=(((sqlite3_int64)-1)<<47) ){ ~~~~~~~~~~~~~~~~~~~^ 1 warning generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(threadNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(psGdbm.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(psLmdb.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(threadUnix.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(threadNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(psGdbm.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(psLmdb.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libthread2.8.5.a(threadUnix.o) has no symbols mkdir: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib: File exists mkdir: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib: File exists mkdir: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib/tcl8.6: File exists /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib/thread2.8.5/libthread2.8.5.a(threadNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib/thread2.8.5/libthread2.8.5.a(psGdbm.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib/thread2.8.5/libthread2.8.5.a(psLmdb.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/package/20b7137cd336076bcb33c847c2cf2edced0ce511/lib/thread2.8.5/libthread2.8.5.a(threadUnix.o) has no symbols CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/dltest/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/contrib/minizip/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/contrib/blast/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/contrib/untgz/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/contrib/puff/Makefile' file. WARN: replace_in_file didn't find pattern '-Dstrtod=fixstrtod' in '/Users/jenkins/w/cci_PR-3880@2/.conan/data/tcl/8.6.10/_/_/build/20b7137cd336076bcb33c847c2cf2edced0ce511/source_subfolder/compat/zlib/nintendods/Makefile' file.