Build Information
Successful build of SOAPEngine, reference master (403ee8), with Swift 6.0 for macOS (SPM) on 23 Nov 2025 01:07:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/priore/SOAPEngine.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/priore/SOAPEngine
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 403ee87 Update Bitcoin donation image in README
Cloned https://github.com/priore/SOAPEngine.git
Revision (git rev-parse @):
403ee872d3da9844bdcd114f3239be858561dce1
SUCCESS checkout https://github.com/priore/SOAPEngine.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/priore/SOAPEngine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Compiling SOAPEngine SOAPConnection.m
[1/15] Compiling SOAPEngine NSString+SOAPEngine.m
[2/15] Compiling SOAPEngine SOAPX509.m
[3/15] Compiling SOAPEngine SOAPTFHpple.m
[4/15] Compiling SOAPEngine SOAPXPathQuery.m
[5/15] Compiling SOAPEngine SOAPSHA1.m
[6/15] Compiling SOAPEngine SOAPTFHppleElement.m
[7/15] Compiling SOAPEngine SOAPAES256.m
[8/15] Compiling SOAPEngine NSDictionary+SOAPEngine.m
[9/15] Compiling SOAPEngine SOAPMD5.m
[10/15] Compiling SOAPEngine SOAP3DES.m
[11/15] Compiling SOAPEngine NSData+SOAPEngine.m
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:8:6: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if !TARGET_OS_TV
| ^
In file included from /Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:10:
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.h:8:6: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
8 | #if !TARGET_OS_TV
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:23:19: warning: 'ACAccountTypeIdentifierFacebook' is deprecated: first deprecated in macOS 10.13 - Use Facebook SDK instead [-Wdeprecated-declarations]
23 | if (social == ACAccountTypeIdentifierFacebook)
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:13:34: note: 'ACAccountTypeIdentifierFacebook' has been explicitly marked deprecated here
13 | ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierFacebook API_DEPRECATED("Use Facebook SDK instead", ios(6.0, 11.0), macos(10.8, 10.13));
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:24:69: warning: 'ACFacebookAppIdKey' is deprecated: first deprecated in macOS 10.13 - Use Facebook SDK instead [-Wdeprecated-declarations]
24 | dict = [NSDictionary dictionaryWithObjectsAndKeys:appIdKey, ACFacebookAppIdKey, @[@"email"], ACFacebookPermissionsKey, nil];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:19:34: note: 'ACFacebookAppIdKey' has been explicitly marked deprecated here
19 | ACCOUNTS_EXTERN NSString * const ACFacebookAppIdKey API_DEPRECATED("Use Facebook SDK instead", ios(6.0, 11.0), macos(10.8, 10.13)); // Your Facebook App ID, as it appears on the Facebook website.
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:24:102: warning: 'ACFacebookPermissionsKey' is deprecated: first deprecated in macOS 10.13 - Use Facebook SDK instead [-Wdeprecated-declarations]
24 | dict = [NSDictionary dictionaryWithObjectsAndKeys:appIdKey, ACFacebookAppIdKey, @[@"email"], ACFacebookPermissionsKey, nil];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:20:34: note: 'ACFacebookPermissionsKey' has been explicitly marked deprecated here
20 | ACCOUNTS_EXTERN NSString * const ACFacebookPermissionsKey API_DEPRECATED("Use Facebook SDK instead", ios(6.0, 11.0), macos(10.8, 10.13)); // An array of of the permissions you're requesting.
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:25:24: warning: 'ACAccountTypeIdentifierTencentWeibo' is deprecated: first deprecated in macOS 10.13 - Use Tencent Weibo SDK instead [-Wdeprecated-declarations]
25 | else if (social == ACAccountTypeIdentifierTencentWeibo)
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:15:34: note: 'ACAccountTypeIdentifierTencentWeibo' has been explicitly marked deprecated here
15 | ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierTencentWeibo API_DEPRECATED("Use Tencent Weibo SDK instead", ios(7.0, 11.0), macos(10.9, 10.13));
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:26:69: warning: 'ACTencentWeiboAppIdKey' is deprecated: first deprecated in macOS 10.13 - Use Tencent Weibo SDK instead [-Wdeprecated-declarations]
26 | dict = [NSDictionary dictionaryWithObjectsAndKeys:appIdKey, ACTencentWeiboAppIdKey, nil];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:32:34: note: 'ACTencentWeiboAppIdKey' has been explicitly marked deprecated here
32 | ACCOUNTS_EXTERN NSString * const ACTencentWeiboAppIdKey API_DEPRECATED("Use Tencent Weibo SDK instead", ios(7.0, 11.0), macos(10.9, 10.13)); // Tencent App ID
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:29:19: warning: 'ACAccountTypeIdentifierLinkedIn' is deprecated: first deprecated in macOS 10.13 - Use LinkedIn SDK instead [-Wdeprecated-declarations]
29 | if (social == ACAccountTypeIdentifierLinkedIn)
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:16:34: note: 'ACAccountTypeIdentifierLinkedIn' has been explicitly marked deprecated here
16 | ACCOUNTS_EXTERN NSString * const ACAccountTypeIdentifierLinkedIn API_DEPRECATED("Use LinkedIn SDK instead", macos(10.9, 10.13)) API_UNAVAILABLE(ios);
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:30:69: warning: 'ACLinkedInAppIdKey' is deprecated: first deprecated in macOS 10.13 - Use LinkedIn SDK instead [-Wdeprecated-declarations]
30 | dict = [NSDictionary dictionaryWithObjectsAndKeys:appIdKey, ACLinkedInAppIdKey, @[@"email"], ACLinkedInPermissionsKey, nil];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:29:34: note: 'ACLinkedInAppIdKey' has been explicitly marked deprecated here
29 | ACCOUNTS_EXTERN NSString * const ACLinkedInAppIdKey API_DEPRECATED("Use LinkedIn SDK instead", macos(10.9, 10.13)) API_UNAVAILABLE(ios); // Your LinkedIn App ID (or API Key), as it appears on the LinkedIn website.
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPSocial.m:30:102: warning: 'ACLinkedInPermissionsKey' is deprecated: first deprecated in macOS 10.13 - Use LinkedIn SDK instead [-Wdeprecated-declarations]
30 | dict = [NSDictionary dictionaryWithObjectsAndKeys:appIdKey, ACLinkedInAppIdKey, @[@"email"], ACLinkedInPermissionsKey, nil];
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks/Accounts.framework/Headers/ACAccountType.h:30:34: note: 'ACLinkedInPermissionsKey' has been explicitly marked deprecated here
30 | ACCOUNTS_EXTERN NSString * const ACLinkedInPermissionsKey API_DEPRECATED("Use LinkedIn SDK instead", macos(10.9, 10.13)) API_UNAVAILABLE(ios); // An array of of the LinkedIn permissions you're requesting.
| ^
10 warnings generated.
[12/15] Compiling SOAPEngine SOAPBase64.m
[13/15] Compiling SOAPEngine SOAPSocial.m
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:9:5: warning: 'TARGET_OS_SIMULATOR' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
9 | #if TARGET_OS_SIMULATOR || TARGET_OS_IOS || TARGET_OS_TV
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:9:28: warning: 'TARGET_OS_IOS' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
9 | #if TARGET_OS_SIMULATOR || TARGET_OS_IOS || TARGET_OS_TV
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:9:45: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
9 | #if TARGET_OS_SIMULATOR || TARGET_OS_IOS || TARGET_OS_TV
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:52:5: warning: 'OSSpinLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
52 | OSSpinLock _lock;
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:79:17: note: 'OSSpinLock' has been explicitly marked deprecated here
79 | typedef int32_t OSSpinLock OSSPINLOCK_DEPRECATED_REPLACE_WITH(os_unfair_lock);
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:184:10: warning: 'licenseKey' is deprecated: no longer used [-Wdeprecated-declarations]
184 | copy.licenseKey = _licenseKey;
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/Headers/SOAPEngine.h:236:67: note: 'licenseKey' has been explicitly marked deprecated here
236 | @property (nonatomic, strong) NSString *licenseKey __attribute__((deprecated("no longer used")));;
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:832:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
832 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:837:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
837 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:842:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
842 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:846:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
846 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:851:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
851 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:857:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
857 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:882:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
882 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:885:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
885 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:892:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
892 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:895:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
895 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:902:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
902 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:905:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
905 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:912:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
912 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:915:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
915 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:922:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
922 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:925:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
925 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:932:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
932 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:935:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
935 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:942:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
942 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:948:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
948 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:955:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
955 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:958:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
958 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:965:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
965 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:968:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
968 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:975:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
975 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:978:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
978 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:985:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
985 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:988:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
988 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:995:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
995 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:998:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
998 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1132:9: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
1132 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1135:9: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
1135 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1138:9: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
1138 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1140:9: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
1140 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1153:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
1153 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1155:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
1155 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1427:5: warning: 'OSSpinLockLock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_lock() from <os/lock.h> instead [-Wdeprecated-declarations]
1427 | OSSpinLockLock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:99:9: note: 'OSSpinLockLock' has been explicitly marked deprecated here
99 | void OSSpinLockLock( volatile OSSpinLock *__lock );
| ^
/Users/admin/builder/spi-builder-workspace/SOAPEngine/SOAPEngine.m:1438:5: warning: 'OSSpinLockUnlock' is deprecated: first deprecated in macOS 10.12 - Use os_unfair_lock_unlock() from <os/lock.h> instead [-Wdeprecated-declarations]
1438 | OSSpinLockUnlock(&_lock);
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/libkern/OSSpinLockDeprecated.h:105:9: note: 'OSSpinLockUnlock' has been explicitly marked deprecated here
105 | void OSSpinLockUnlock( volatile OSSpinLock *__lock );
| ^
43 warnings generated.
[14/15] Compiling SOAPEngine SOAPEngine.m
Build complete! (3.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SOAPEngine",
"name" : "SOAPEngine",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SOAPEngine",
"targets" : [
"SOAPEngine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "libxml2",
"module_type" : "SystemLibraryTarget",
"name" : "libxml2",
"path" : "Modules",
"product_memberships" : [
"SOAPEngine"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "SOAPEngine",
"module_type" : "ClangTarget",
"name" : "SOAPEngine",
"path" : "SOAPEngine",
"product_memberships" : [
"SOAPEngine"
],
"sources" : [
"NSData+SOAPEngine.m",
"NSDictionary+SOAPEngine.m",
"NSString+SOAPEngine.m",
"SOAP3DES.m",
"SOAPAES256.m",
"SOAPBase64.m",
"SOAPConnection.m",
"SOAPEngine.m",
"SOAPMD5.m",
"SOAPSHA1.m",
"SOAPSocial.m",
"SOAPTFHpple.m",
"SOAPTFHppleElement.m",
"SOAPX509.m",
"SOAPXPathQuery.m"
],
"target_dependencies" : [
"libxml2"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.