Build Information
Successful build of NearbyConnections, reference 1.0.4 (1d9e86), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 07:29:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
521 | - (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/device_info.mm:142:46: warning: 'cString' is deprecated: first deprecated in macOS 10.4 - Use -cStringUsingEncoding: instead [-Wdeprecated-declarations]
142 | return std::filesystem::path([logsURL.path cString]);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:521:1: note: 'cString' has been explicitly marked deprecated here
521 | - (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/device_info.mm:164:52: warning: 'cString' is deprecated: first deprecated in macOS 10.4 - Use -cStringUsingEncoding: instead [-Wdeprecated-declarations]
164 | return std::filesystem::path([crashDumpsURL.path cString]);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:521:1: note: 'cString' has been explicitly marked deprecated here
521 | - (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
| ^
5 warnings generated.
[474/814] Compiling device_info.mm
[475/814] Compiling bluetooth_adapter_v2.mm
[476/814] Compiling preferences_manager.mm
[477/814] Compiling crypto.mm
[478/814] Compiling platform.mm
[479/814] Compiling ble_utils.mm
[480/814] Compiling ble_socket.mm
[481/814] Compiling ble_peripheral.mm
[482/814] Compiling ble_server_socket.mm
[483/814] Compiling ble_gatt_server.mm
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/ble_medium.mm:47:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.h:102:32: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
102 | @property(nonatomic, readonly) CBCentralManagerState cbCentralManagerState;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
1 warning generated.
[484/814] Compiling ble_medium.mm
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.m:15:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nullable' if the pointer may be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nonnull' if the pointer should never be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
3 warnings generated.
[485/814] Compiling GNCNWFrameworkSocket.m
[486/814] Compiling GNCMConnection.m
[487/814] Compiling GNCLeaks.m
[488/814] Compiling GNSWeavePacket.m
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.m:15:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:50:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
50 | error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:50:74: note: insert '_Nullable' if the pointer may be null
50 | error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:50:74: note: insert '_Nonnull' if the pointer should never be null
50 | error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:84:39: warning: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
84 | serviceFoundHandler:(ServiceUpdateHandler)serviceFoundHandler
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:84:39: note: insert '_Nullable' if the block pointer may be null
84 | serviceFoundHandler:(ServiceUpdateHandler)serviceFoundHandler
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:84:39: note: insert '_Nonnull' if the block pointer should never be null
84 | serviceFoundHandler:(ServiceUpdateHandler)serviceFoundHandler
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:85:39: warning: block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
85 | serviceLostHandler:(ServiceUpdateHandler)serviceLostHandler
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:85:39: note: insert '_Nullable' if the block pointer may be null
85 | serviceLostHandler:(ServiceUpdateHandler)serviceLostHandler
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:85:39: note: insert '_Nonnull' if the block pointer should never be null
85 | serviceLostHandler:(ServiceUpdateHandler)serviceLostHandler
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:86:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
86 | error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:86:47: note: insert '_Nullable' if the pointer may be null
86 | error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:86:47: note: insert '_Nonnull' if the pointer should never be null
86 | error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:107:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
107 | error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:107:66: note: insert '_Nullable' if the pointer may be null
107 | error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:107:66: note: insert '_Nonnull' if the pointer should never be null
107 | error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:119:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
119 | error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:119:59: note: insert '_Nullable' if the pointer may be null
119 | error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.h:119:59: note: insert '_Nonnull' if the pointer should never be null
119 | error:(NSError **_Nullable)error;
| ^
| _Nonnull
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.m:22:
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:17:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: note: insert '_Nullable' if the pointer may be null
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: note: insert '_Nonnull' if the pointer should never be null
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: note: insert '_Nullable' if the pointer may be null
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: note: insert '_Nonnull' if the pointer should never be null
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
| _Nonnull
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.m:22:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: note: insert '_Nullable' if the pointer may be null
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: note: insert '_Nonnull' if the pointer should never be null
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
| _Nonnull
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.m:24:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nullable' if the pointer may be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nonnull' if the pointer should never be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
12 warnings generated.
[489/814] Compiling GNCNWFramework.m
[490/814] Compiling GNSSocket.m
[491/814] Compiling GNCNWFrameworkError.m
[491/814] Compiling ble_gatt_client.mm
[493/814] Compiling GNCIPv4Address.m
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Peripheral/GNSPeripheralManager.m:362:42: warning: 'CBCentralManagerStateResetting' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
362 | NSAssert(_cbPeripheralManager.state == CBCentralManagerStateResetting, @"Unexpected CB state %@",
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Peripheral/GNSPeripheralManager.m:362:39: warning: comparison of different enumeration types ('CBManagerState' (aka 'enum CBManagerState') and 'enum CBCentralManagerState') [-Wenum-compare]
362 | NSAssert(_cbPeripheralManager.state == CBCentralManagerStateResetting, @"Unexpected CB state %@",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:109:25: note: expanded from macro 'NSAssert'
109 | if (__builtin_expect(!(condition), 0)) { \
| ^~~~~~~~~
2 warnings generated.
[494/814] Compiling GNSPeripheralServiceManager.m
[495/814] Compiling GNSPeripheralManager.m
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.m:15:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: note: insert '_Nullable' if the pointer may be null
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:37:53: note: insert '_Nonnull' if the pointer should never be null
37 | @property(nonatomic, readonly, copy) GNCIPv4Address *ipAddress;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: note: insert '_Nullable' if the pointer may be null
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.h:55:61: note: insert '_Nonnull' if the pointer should never be null
55 | - (nullable GNCNWFrameworkSocket *)acceptWithError:(NSError **_Nullable)error;
| ^
| _Nonnull
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.m:27:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: note: insert '_Nullable' if the pointer may be null
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket+Internal.h:31:42: note: insert '_Nonnull' if the pointer should never be null
31 | - (BOOL)startListeningWithError:(NSError **_Nullable)error includePeerToPeer:(BOOL)peerToPeer;
| ^
| _Nonnull
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.m:28:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nullable' if the pointer may be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:45:70: note: insert '_Nonnull' if the pointer should never be null
45 | - (nullable NSData *)readMaxLength:(NSUInteger)length error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:23: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nullable' if the pointer may be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.h:55:45: note: insert '_Nonnull' if the pointer should never be null
55 | - (BOOL)write:(NSData *)data error:(NSError **_Nullable)error;
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.m:222:56: warning: passing 'NS_RETURNS_INNER_POINTER const char *' to parameter of type 'const uint8_t * _Nullable' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
222 | nw_txt_record_set_key(txtRecord, [key UTF8String], [recordValue UTF8String],
| ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Network.framework/Headers/txt_record.h:245:34: note: passing argument to parameter 'value' here
245 | const uint8_t * _Nullable value, size_t value_len);
| ^
7 warnings generated.
[496/814] Compiling GNCNWFrameworkServerSocket.m
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralPeerManager.m:18:
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager+Private.h:15:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.h:102:32: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
102 | @property(nonatomic, readonly) CBCentralManagerState cbCentralManagerState;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralPeerManager.m:238:48: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
238 | if (_centralManager.cbCentralManagerState == CBCentralManagerStatePoweredOn) {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralPeerManager.m:296:48: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
296 | if (_centralManager.cbCentralManagerState == CBCentralManagerStatePoweredOn &&
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
3 warnings generated.
[497/814] Compiling GNSCentralPeerManager.m
In file included from /Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:15:
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.h:102:32: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
102 | @property(nonatomic, readonly) CBCentralManagerState cbCentralManagerState;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:24:44: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
24 | static NSString *CentralManagerStateString(CBCentralManagerState state) {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:26:10: warning: 'CBCentralManagerStateUnknown' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
26 | case CBCentralManagerStateUnknown:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:28:10: warning: 'CBCentralManagerStateResetting' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
28 | case CBCentralManagerStateResetting:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:30:10: warning: 'CBCentralManagerStateUnsupported' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
30 | case CBCentralManagerStateUnsupported:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:32:10: warning: 'CBCentralManagerStateUnauthorized' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
32 | case CBCentralManagerStateUnauthorized:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:34:10: warning: 'CBCentralManagerStatePoweredOff' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
34 | case CBCentralManagerStatePoweredOff:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:36:10: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
36 | case CBCentralManagerStatePoweredOn:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:173:4: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
173 | - (CBCentralManagerState)cbCentralManagerState {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:100:34: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
100 | if (_cbCentralManager.state == CBCentralManagerStatePoweredOn) {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:100:31: warning: comparison of different enumeration types ('CBManagerState' (aka 'enum CBManagerState') and 'enum CBCentralManagerState') [-Wenum-compare]
100 | if (_cbCentralManager.state == CBCentralManagerStatePoweredOn) {
| ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:112:34: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
112 | if (_cbCentralManager.state == CBCentralManagerStatePoweredOn) {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:112:31: warning: comparison of different enumeration types ('CBManagerState' (aka 'enum CBManagerState') and 'enum CBCentralManagerState') [-Wenum-compare]
112 | if (_cbCentralManager.state == CBCentralManagerStatePoweredOn) {
| ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:176:11: warning: 'CBCentralManagerState' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
176 | return (CBCentralManagerState)_cbCentralManager.state;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:288:10: warning: 'CBCentralManagerStatePoweredOn' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
288 | case CBCentralManagerStatePoweredOn: {
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:294:10: warning: 'CBCentralManagerStatePoweredOff' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
294 | case CBCentralManagerStatePoweredOff:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:295:10: warning: 'CBCentralManagerStateResetting' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
295 | case CBCentralManagerStateResetting:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:296:10: warning: 'CBCentralManagerStateUnauthorized' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
296 | case CBCentralManagerStateUnauthorized:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:297:10: warning: 'CBCentralManagerStateUnsupported' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
297 | case CBCentralManagerStateUnsupported:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m:298:10: warning: 'CBCentralManagerStateUnknown' is deprecated: first deprecated in macOS 10.13 - Use CBManagerState instead [-Wdeprecated-declarations]
298 | case CBCentralManagerStateUnknown:
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBCentralManager.h:35:28: note: 'CBCentralManagerState' has been explicitly marked deprecated here
35 | typedef NS_ENUM(NSInteger, CBCentralManagerState) {
| ^
20 warnings generated.
[498/814] Compiling GNSCentralManager.m
[499/814] Compiling GNSUtils.m
[500/814] Compiling NSData+GNCWebSafeBase64.m
[501/814] Compiling GNCPeripheralManager.m
[502/814] Compiling GNCMBleConnection.m
[503/814] Compiling GNCPeripheral.m
[504/814] Compiling GNCCentralManager.m
[505/814] Compiling GNCBLEMedium.m
[506/814] Compiling GNCBLEGATTServer.m
[507/814] Compiling GNCBLEGATTCharacteristic.m
[508/814] Compiling GNCBLEError.m
/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/apple/GNCUtils.m:36:3: warning: 'CC_MD5' is deprecated: first deprecated in macOS 10.15 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
36 | CC_MD5(data.bytes, (CC_LONG)data.length, md5Buffer);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/CommonCrypto/CommonDigest.h:142:23: note: 'CC_MD5' has been explicitly marked deprecated here
142 | extern unsigned char *CC_MD5(const void *data, CC_LONG len, unsigned char *md)
| ^
1 warning generated.
[509/814] Compiling GNCUtils.m
[510/814] Compiling GNCBLEGATTClient.m
[511/814] Compiling clock_impl.cc
[512/814] Compiling byte_utils.cc
[513/814] Compiling bluetooth_utils.cc
[514/814] Compiling error_code_recorder.cc
[515/814] Compiling GNCMBleUtils.mm
[516/814] Compiling cancellation_flag.cc
[517/814] Compiling connection_info.cc
[518/814] Compiling file.cc
[519/814] Compiling device_info_impl.cc
[520/814] Compiling credential_storage_impl.cc
[521/814] Compiling bluetooth_connection_info.cc
[522/814] Compiling base64_utils.cc
[523/814] Compiling http_status_code.cc
[524/814] Compiling ble_connection_info.cc
[525/814] Compiling blocking_queue_stream.cc
[526/814] Compiling utils.cc
[527/814] Compiling bluetooth_classic.cc
[528/814] Compiling ble_v2.cc
[529/814] Compiling base85.cc
[530/814] Compiling ble.cc
[531/814] Compiling url.cc
[532/814] Compiling http_response.cc
[533/814] Compiling http_request.cc
[534/814] Compiling secure_hash.cc
[535/814] Compiling secure_util.cc
[536/814] Compiling symmetric_key.cc
[537/814] Compiling sha2.cc
[538/814] Compiling signature_verifier.cc
[539/814] Compiling fake_device_provider.cc
[540/814] Compiling nearby_flags.cc
[541/814] Compiling openssl_util.cc
[542/814] Compiling rsa_private_key.cc
[543/814] Compiling nearby_base.cc
In file included from /Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.cc:15:
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:35:3: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
35 | NearbyHttpClient(const NearbyHttpClient&) = default;
| ^
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:57:9: note: copy constructor of 'NearbyHttpClient' is implicitly deleted because field 'mutex_' has a deleted copy constructor
57 | Mutex mutex_;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/mutex.h:38:3: note: copy constructor is implicitly deleted because 'Mutex' has a user-declared move constructor
38 | Mutex(Mutex&&) = default;
| ^
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:35:47: note: replace 'default' with 'delete'
35 | NearbyHttpClient(const NearbyHttpClient&) = default;
| ^~~~~~~
| delete
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:36:21: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
36 | NearbyHttpClient& operator=(const NearbyHttpClient&) = default;
| ^
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:57:9: note: copy assignment operator of 'NearbyHttpClient' is implicitly deleted because field 'mutex_' has a deleted copy assignment operator
57 | Mutex mutex_;
| ^
/Users/admin/builder/spi-builder-workspace/internal/platform/mutex.h:38:3: note: copy assignment operator is implicitly deleted because 'Mutex' has a user-declared move constructor
38 | Mutex(Mutex&&) = default;
| ^
/Users/admin/builder/spi-builder-workspace/internal/network/http_client_impl.h:36:58: note: replace 'default' with 'delete'
36 | NearbyHttpClient& operator=(const NearbyHttpClient&) = default;
| ^~~~~~~
| delete
2 warnings generated.
[544/814] Compiling http_client_impl.cc
[545/814] Compiling hmac.cc
[546/814] Compiling ec_signature_creator_impl.cc
[547/814] Compiling hkdf.cc
[548/814] Compiling ec_signature_creator.cc
[549/814] Compiling encryptor.cc
[550/814] Compiling GNCSupportedMediums.mm
[551/814] Compiling ec_private_key.cc
[552/814] Compiling aead.cc
[553/814] Compiling files.cc
[554/814] Compiling bluetooth_address.cc
[555/814] Compiling GNCStrategy.mm
[556/814] Compiling ed25519.cc
[557/814] Compiling GNCSupportedMediums+CppConversions.mm
[558/814] Compiling GNCDiscoveryOptions.mm
In file included from /Users/admin/builder/spi-builder-workspace/connections/v3/connections_device.cc:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[559/814] Compiling connections_device.cc
[560/814] Compiling GNCError.mm
[561/814] Compiling GNCException.mm
[562/814] Compiling GNCConnectionOptions.mm
[563/814] Compiling GNCAdvertisingOptions.mm
[564/814] Compiling GNCFlags.mm
[565/814] Compiling GNCPayload.mm
[566/814] Compiling GNCDiscoveryOptions+CppConversions.mm
[567/814] Compiling strategy.cc
[568/814] Compiling GNCInputStream.mm
[569/814] Compiling status.cc
[570/814] Compiling GNCPayload+CppConversions.mm
[571/814] Compiling GNCConnectionOptions+CppConversions.mm
[572/814] Compiling CPPInputStream.mm
[573/814] Compiling GNCAdvertisingOptions+CppConversions.mm
[574/814] Compiling payload.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/swift/NearbyCoreAdapter/Sources/GNCCoreAdapter.mm:24:
In file included from /Users/admin/builder/spi-builder-workspace/connections/core.h:29:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[575/814] Compiling GNCCoreAdapter.mm
[576/814] Compiling wifi_hotspot_endpoint_channel.cc
[577/814] Compiling wifi_lan_endpoint_channel.cc
[578/814] Compiling wifi_direct_endpoint_channel.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_lan_service_info.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_lan_service_info.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[579/814] Compiling wifi_lan_service_info.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_lan_bwu_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_lan_bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[580/814] Compiling wifi_lan_bwu_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_hotspot_bwu_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_hotspot_bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[581/814] Compiling wifi_hotspot_bwu_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/webrtc_bwu_handler_stub.cc:17:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/webrtc_bwu_handler_stub.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[582/814] Compiling webrtc_bwu_handler_stub.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_direct_bwu_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/wifi_direct_bwu_handler.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[583/814] Compiling wifi_direct_bwu_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/service_controller_router.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/service_controller_router.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[584/814] Compiling service_controller_router.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.h:22:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:187:14: warning: 'set_status' is deprecated [-Wdeprecated-declarations]
187 | sub_frame->set_status(status);
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:1912:3: note: 'set_status' has been explicitly marked deprecated here
1912 | PROTOBUF_DEPRECATED void set_status(int32_t value);
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:310:45: note: expanded from macro 'PROTOBUF_DEPRECATED'
310 | # define PROTOBUF_DEPRECATED __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:533:18: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
533 | case Medium::MDNS:
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/proto/connections_enums.pb.h:129:8: note: 'MDNS' has been explicitly marked deprecated here
129 | MDNS PROTOBUF_DEPRECATED_ENUM = 1,
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:534:31: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
534 | return UpgradePathInfo::MDNS;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:4145:3: note: 'MDNS' has been explicitly marked deprecated here
4145 | PROTOBUF_DEPRECATED_ENUM static constexpr Medium MDNS =
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:560:27: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
560 | case UpgradePathInfo::MDNS:
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:4145:3: note: 'MDNS' has been explicitly marked deprecated here
4145 | PROTOBUF_DEPRECATED_ENUM static constexpr Medium MDNS =
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:561:22: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
561 | return Medium::MDNS;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/proto/connections_enums.pb.h:129:8: note: 'MDNS' has been explicitly marked deprecated here
129 | MDNS PROTOBUF_DEPRECATED_ENUM = 1,
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:587:18: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
587 | case Medium::MDNS:
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/proto/connections_enums.pb.h:129:8: note: 'MDNS' has been explicitly marked deprecated here
129 | MDNS PROTOBUF_DEPRECATED_ENUM = 1,
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:588:38: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
588 | return ConnectionRequestFrame::MDNS;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:1365:3: note: 'MDNS' has been explicitly marked deprecated here
1365 | PROTOBUF_DEPRECATED_ENUM static constexpr Medium MDNS =
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:614:34: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
614 | case ConnectionRequestFrame::MDNS:
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:1365:3: note: 'MDNS' has been explicitly marked deprecated here
1365 | PROTOBUF_DEPRECATED_ENUM static constexpr Medium MDNS =
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames.cc:615:22: warning: 'MDNS' is deprecated [-Wdeprecated-declarations]
615 | return Medium::MDNS;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/proto/connections_enums.pb.h:129:8: note: 'MDNS' has been explicitly marked deprecated here
129 | MDNS PROTOBUF_DEPRECATED_ENUM = 1,
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
10 warnings generated.
[585/814] Compiling offline_frames.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/payload_manager.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/payload_manager.h:30:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[586/814] Compiling payload_manager.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames_validator.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_frames_validator.h:22:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[587/814] Compiling offline_frames_validator.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/pcp_manager.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/pcp_manager.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[588/814] Compiling pcp_manager.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_star_pcp_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_star_pcp_handler.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[589/814] Compiling p2p_star_pcp_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/reconnect_manager.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/reconnect_manager.h:27:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[590/814] Compiling reconnect_manager.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_point_to_point_pcp_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_point_to_point_pcp_handler.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/endpoint_channel_manager.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[591/814] Compiling p2p_point_to_point_pcp_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/webrtc_peer_id_stub.cc:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[592/814] Compiling webrtc_peer_id_stub.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_service_controller.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/offline_service_controller.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[593/814] Compiling offline_service_controller.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[594/814] Compiling utils.cc
[595/814] Compiling wifi_hotspot.cc
[596/814] Compiling wifi_direct.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/webrtc_stub.cc:17:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/webrtc_stub.h:27:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[597/814] Compiling webrtc_stub.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/multiplex/multiplex_frames.cc:20:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[598/814] Compiling multiplex_frames.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_cluster_pcp_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/p2p_cluster_pcp_handler.h:27:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[599/814] Compiling p2p_cluster_pcp_handler.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/wifi_lan.cc:25:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[600/814] Compiling wifi_lan.cc
[601/814] Compiling multiplex_output_stream.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/multiplex/multiplex_socket.cc:31:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[602/814] Compiling multiplex_socket.cc
[603/814] Compiling bluetooth_radio.cc
[604/814] Compiling bloom_filter.cc
[605/814] Compiling instant_on_lost_advertisement.cc
[606/814] Compiling ble_advertisement.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/ble_utils.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/ble_utils.h:25:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[607/814] Compiling ble_utils.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/mediums.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/mediums.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/webrtc_stub.h:27:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[608/814] Compiling mediums.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/instant_on_lost_manager.cc:24:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/ble_utils.h:25:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[609/814] Compiling instant_on_lost_manager.cc
[610/814] Compiling bluetooth_classic.cc
[611/814] Compiling advertisement_read_result.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/discovered_peripheral_tracker.cc:32:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/ble_utils.h:25:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[612/814] Compiling discovered_peripheral_tracker.cc
[613/814] Compiling connections_authentication_transport.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/encryption_runner.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/encryption_runner.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[614/814] Compiling encryption_runner.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2.cc:36:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/ble_v2/ble_utils.h:25:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/mediums/utils.h:21:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[615/814] Compiling ble_v2.cc
[616/814] Compiling bluetooth_endpoint_channel.cc
[617/814] Compiling ble_v2_endpoint_channel.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[618/814] Compiling client_proxy.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bluetooth_device_name.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bluetooth_device_name.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[619/814] Compiling bluetooth_device_name.cc
[620/814] Compiling ble_endpoint_channel.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bluetooth_bwu_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bluetooth_bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[621/814] Compiling bluetooth_bwu_handler.cc
[622/814] Compiling discovery_options.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[623/814] Compiling bwu_manager.cc
[624/814] Compiling connection_options.cc
[625/814] Compiling throughput_recorder.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/ble_advertisement.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/ble_advertisement.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[626/814] Compiling ble_advertisement.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_endpoint_channel.cc:29:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/endpoint_channel_manager.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[627/814] Compiling base_endpoint_channel.cc
[628/814] Compiling advertising_options.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_bwu_handler.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[629/814] Compiling base_bwu_handler.cc
[630/814] Compiling sharing_enums.pb.cc
[631/814] Compiling nfc_frames.pb.cc
[632/814] Compiling web_rtc_signaling_frames.pb.cc
[633/814] Compiling multiplex_frames.pb.cc
[634/814] Compiling ble_frames.pb.cc
[635/814] Compiling fast_pair_enums.pb.cc
[636/814] Compiling error_code_enums.pb.cc
[637/814] Compiling nearby_sharing_log.pb.cc
[638/814] Compiling analytics_recorder.cc
[639/814] Compiling metadata.pb.cc
[639/814] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/connections/core.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/core.h:29:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[641/814] Compiling core.cc
[642/814] Compiling presence_frame.pb.cc
[643/814] Compiling bad_variant_access.cc
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.cc:15:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.h:35:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_manager.h:26:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/bwu_handler.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/connections/implementation/client_proxy.h:32:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.cc:1564:42: warning: 'status' is deprecated [-Wdeprecated-declarations]
1564 | accepted = connection_response.status() == Status::kSuccess;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:1911:3: note: 'status' has been explicitly marked deprecated here
1911 | PROTOBUF_DEPRECATED int32_t status() const;
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:310:45: note: expanded from macro 'PROTOBUF_DEPRECATED'
310 | # define PROTOBUF_DEPRECATED __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/connections/implementation/base_pcp_handler.cc:1574:68: warning: 'status' is deprecated [-Wdeprecated-declarations]
1574 | << endpoint_id << "; status=" << connection_response.status();
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:1911:3: note: 'status' has been explicitly marked deprecated here
1911 | PROTOBUF_DEPRECATED int32_t status() const;
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:310:45: note: expanded from macro 'PROTOBUF_DEPRECATED'
310 | # define PROTOBUF_DEPRECATED __attribute__((deprecated))
| ^
3 warnings generated.
[644/814] Compiling base_pcp_handler.cc
[645/814] Compiling credential.pb.cc
[646/814] Compiling bad_optional_access.cc
[647/814] Compiling local_credential.pb.cc
[648/814] Compiling fast_pair_log.pb.cc
[649/814] Compiling experiments_log.pb.cc
[650/814] Compiling bad_any_cast.cc
[651/814] Compiling time_zone_posix.cc
[652/814] Compiling time.cc
[653/814] Compiling test_util.cc
[654/814] Compiling zone_info_source.cc
[655/814] Compiling time_zone_lookup.cc
[656/814] Compiling time_zone_libc.cc
[657/814] Compiling connections_log.pb.cc
[658/814] Compiling time_zone_if.cc
[659/814] Compiling time_zone_impl.cc
[660/814] Compiling time_zone_fixed.cc
[661/814] Compiling civil_time_detail.cc
[662/814] Compiling time_zone_format.cc
[663/814] Compiling time_zone_info.cc
[664/814] Compiling win32_waiter.cc
In file included from /Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.cc:4:
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:383:119: warning: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' is deprecated [-Wdeprecated-declarations]
383 | constexpr PayloadTransferFrame_ControlMessage_EventType PayloadTransferFrame_ControlMessage_EventType_EventType_MAX = PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK;
| ^
/Users/admin/builder/spi-builder-workspace/compiled_proto/connections/implementation/proto/offline_wire_formats.pb.h:379:70: note: 'PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK' has been explicitly marked deprecated here
379 | PayloadTransferFrame_ControlMessage_EventType_PAYLOAD_RECEIVED_ACK PROTOBUF_DEPRECATED_ENUM = 3
| ^
/Users/admin/builder/spi-builder-workspace/third_party/protobuf/src/google/protobuf/port_def.inc:325:50: note: expanded from macro 'PROTOBUF_DEPRECATED_ENUM'
325 | # define PROTOBUF_DEPRECATED_ENUM __attribute__((deprecated))
| ^
1 warning generated.
[665/814] Compiling offline_wire_formats.pb.cc
[666/814] Compiling sem_waiter.cc
[667/814] Compiling format.cc
[668/826] Compiling duration.cc
[669/826] Compiling clock.cc
[670/826] Compiling notification.cc
[671/826] Compiling civil_time.cc
[672/826] Compiling waiter_base.cc
[673/826] Compiling pthread_waiter.cc
[674/826] Compiling stdcpp_waiter.cc
[675/826] Compiling per_thread_sem.cc
[676/826] Compiling mutex.cc
[677/826] Compiling kernel_timeout.cc
[678/826] Compiling graphcycles.cc
[679/826] Compiling futex_waiter.cc
[680/826] Compiling string_view.cc
[681/826] Compiling create_thread_identity.cc
[682/826] Compiling barrier.cc
[683/826] Compiling blocking_counter.cc
[684/826] Compiling utf8.cc
[685/826] Compiling str_split.cc
[686/826] Compiling substitute.cc
[687/826] Compiling str_replace.cc
[688/826] Compiling str_cat.cc
[689/826] Compiling match.cc
[690/826] Compiling stringify_sink.cc
[691/826] Compiling numbers.cc
[692/826] Compiling output.cc
[693/826] Compiling parser.cc
[694/826] Compiling extension.cc
[695/826] Compiling float_conversion.cc
[696/826] Compiling pow10_helper.cc
[697/826] Compiling bind.cc
[698/826] Compiling memutil.cc
[699/826] Compiling ostringstream.cc
[700/826] Compiling arg.cc
[701/826] Compiling escaping.cc
[702/826] Compiling damerau_levenshtein_distance.cc
[703/826] Compiling cordz_sample_token.cc
[704/826] Compiling cordz_handle.cc
[705/826] Compiling cordz_functions.cc
[706/826] Compiling cord_rep_consume.cc
[707/826] Compiling cord_rep_btree_reader.cc
[708/826] Compiling cord_rep_btree_navigator.cc
[709/826] Compiling cordz_info.cc
[710/826] Compiling cord_rep_crc.cc
[711/826] Compiling cord_rep_btree.cc
[712/826] Compiling charconv_parse.cc
[713/826] Compiling cord_buffer.cc
[714/826] Compiling charconv_bigint.cc
[715/826] Compiling cord_internal.cc
[716/826] Compiling escaping.cc
[718/826] Compiling NearbyConnections Strategy.swift
[719/826] Compiling NearbyConnections EndpointID.swift
[720/826] Compiling NearbyConnections Connection.swift
[721/826] Compiling NearbyConnections PayloadID.swift
[722/826] Compiling NearbyConnections Payload.swift
[723/826] Compiling NearbyConnections Discovery.swift
[723/827] Compiling ascii.cc
[724/827] Compiling charconv.cc
[725/827] Compiling cord_analysis.cc
[727/827] Compiling NearbyConnections ConnectionManager.swift
[728/827] Compiling NearbyConnections ConnectionState.swift
[729/827] Emitting module NearbyConnections
[730/827] Compiling NearbyConnections Advertiser.swift
[731/827] Compiling NearbyConnections CancellationToken.swift
[732/827] Compiling NearbyConnections Discoverer.swift
[732/827] Compiling seed_sequences.cc
[733/827] Compiling randen_round_keys.cc
[735/827] Compiling NearbyConnections TransferUpdate.swift
[735/827] Compiling randen_detect.cc
[736/827] Compiling seed_gen_exception.cc
[737/827] Compiling statusor.cc
[738/827] Compiling cord.cc
[739/827] Compiling status_payload_printer.cc
[740/827] Compiling seed_material.cc
[741/827] Compiling randen_slow.cc
[742/827] Compiling status.cc
[743/827] Compiling status_internal.cc
[744/827] Compiling periodic_sampler.cc
[745/827] Compiling randen_hwaes.cc
[746/827] Compiling randen.cc
[747/827] Compiling exponential_biased.cc
[748/827] Compiling pool_urbg.cc
[749/827] Compiling chi_square.cc
[750/827] Compiling gaussian_distribution.cc
[751/827] Compiling distribution_test_util.cc
[752/827] Compiling discrete_distribution.cc
[753/827] Compiling nanobenchmark.cc
[754/827] Compiling int128.cc
[755/827] Compiling log_sink.cc
[756/827] Compiling nullguard.cc
[757/827] Compiling log_entry.cc
[758/827] Compiling conditions.cc
[759/827] Compiling proto.cc
[760/827] Compiling test_actions.cc
[761/827] Compiling vlog_config.cc
[762/827] Compiling log_sink_set.cc
[763/827] Compiling fnmatch.cc
[764/827] Compiling log_format.cc
[765/827] Compiling log_message.cc
[766/827] Compiling globals.cc
[767/827] Compiling initialize.cc
[768/827] Compiling check_op.cc
[769/827] Compiling globals.cc
[770/827] Compiling low_level_hash.cc
[771/827] Compiling flags.cc
[772/827] Compiling city.cc
[773/827] Compiling die_if_null.cc
[774/827] Compiling usage.cc
[775/827] Compiling commandlineflag.cc
[776/827] Compiling hash.cc
[777/827] Compiling usage_config.cc
[778/827] Compiling private_handle_accessor.cc
[779/827] Compiling program_name.cc
[780/827] Compiling leak_check.cc
[781/827] Compiling stacktrace.cc
[782/827] Compiling stack_consumption.cc
[783/827] Compiling commandlineflag.cc
[784/827] Compiling elf_mem_image.cc
[785/827] Compiling vdso_support.cc
[786/827] Compiling address_is_readable.cc
[787/827] Compiling flag.cc
[788/827] Compiling marshalling.cc
[789/827] Compiling symbolize.cc
[790/827] Compiling flag_test_defs.cc
[791/827] Compiling usage.cc
[792/827] Compiling reflection.cc
[793/827] Compiling demangle.cc
[794/827] Compiling examine_stack.cc
[795/827] Compiling failure_signal_handler.cc
[796/827] Compiling parse.cc
[797/827] Compiling cpu_detect.cc
[798/827] Compiling crc_non_temporal_memcpy.cc
[799/827] Compiling crc_memcpy_x86_arm_combined.cc
[800/827] Compiling crc_memcpy_fallback.cc
[801/827] Compiling crc.cc
[802/827] Compiling unscaledcycleclock.cc
[803/827] Compiling crc_x86_arm_combined.cc
[804/827] Compiling crc_cord_state.cc
[805/827] Compiling test_instance_tracker.cc
[806/827] Compiling crc32c.cc
[807/827] Compiling hashtablez_sampler_force_weak_definition.cc
[808/827] Compiling spinlock_wait.cc
[809/827] Compiling log_severity.cc
[810/827] Compiling hashtablez_sampler.cc
[811/827] Compiling throw_delegate.cc
[812/827] Compiling strerror.cc
[813/827] Compiling thread_identity.cc
[814/827] Compiling raw_hash_set.cc
[815/827] Compiling inline_variable_test_b.cc
[816/827] Compiling sysinfo.cc
[817/827] Compiling inline_variable_test_a.cc
[818/827] Compiling atomic_hook_test_helper.cc
[819/827] Compiling hash_generator_testing.cc
[820/827] Compiling spinlock.cc
[821/827] Compiling scoped_set_env.cc
[822/827] Compiling raw_logging.cc
[823/827] Compiling cycleclock.cc
[824/827] Compiling low_level_alloc.cc
[825/827] Write Objects.LinkFileList
[826/827] Linking libNearbyConnectionsDynamic.dylib
Build complete! (63.07s)
Fetching https://github.com/monzo/abseil-cpp-SwiftPM.git
Fetching https://github.com/monzo/boringssl-SwiftPM.git
[1/5654] Fetching boringssl-swiftpm
[2/8902] Fetching boringssl-swiftpm, abseil-cpp-swiftpm
Fetched https://github.com/monzo/boringssl-SwiftPM.git from cache (2.02s)
Fetched https://github.com/monzo/abseil-cpp-SwiftPM.git from cache (2.02s)
Computing version for https://github.com/monzo/boringssl-SwiftPM.git
Computed https://github.com/monzo/boringssl-SwiftPM.git at 0.7.3 (2.65s)
Computing version for https://github.com/monzo/abseil-cpp-SwiftPM.git
Computed https://github.com/monzo/abseil-cpp-SwiftPM.git at 0.20240902.0 (0.51s)
Creating working copy for https://github.com/monzo/abseil-cpp-SwiftPM.git
Working copy of https://github.com/monzo/abseil-cpp-SwiftPM.git resolved at 0.20240902.0
Creating working copy for https://github.com/monzo/boringssl-SwiftPM.git
Working copy of https://github.com/monzo/boringssl-SwiftPM.git resolved at 0.7.3
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSystemVersion.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+FindFolder.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMRegexTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+FindFolderTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+URLArguments.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagementTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSNumber+64BitTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSNumber+64Bit.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArgumentsTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMRegex.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMFileSystemKQueueTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArguments.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagementTestingHarness.c': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/BuildingAndUsing.txt': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagement.c': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSystemVersionTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMObjC2Runtime.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMURLBuilderTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSScanner+JSON.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+URLArgumentsTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMURLBuilder.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSignalHandlerTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSScanner+JSONTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMFileSystemKQueue.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSignalHandler.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/ukey2/ukey2/third_party': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/test/google3_only/fake_authentication_manager_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/data/memory_data_set_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/test/fake_data_set_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/clients/ios': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/android': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/java': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/crypto/BUILD.gn': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/docs': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/java': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/clients/ios': File not found.
warning: 'spi-builder-workspace': found 213 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/sharing/attachment.cc
/Users/admin/builder/spi-builder-workspace/sharing/incoming_share_session_test.cc
/Users/admin/builder/spi-builder-workspace/MODULE.bazel.lock
/Users/admin/builder/spi-builder-workspace/sharing/android/example/screenshots/devices.png
/Users/admin/builder/spi-builder-workspace/sharing/android/example/screenshots/no_devices.png
/Users/admin/builder/spi-builder-workspace/sharing/thread_timer.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_private_certificate.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_private_certificate_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/nearby_share_contacts_sorter.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Resources/development-team.png
/Users/admin/builder/spi-builder-workspace/sharing/proto/analytics/BUILD
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/DiscoveredEndpoint.swift
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/java/com/google/nearby/sharedemo/MainActivity.kt
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/xml/backup_rules.xml
/Users/admin/builder/spi-builder-workspace/sharing/android/example/build.gradle.kts
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/Config.swift
/Users/admin/builder/spi-builder-workspace/sharing/proto/wire_format.proto
/Users/admin/builder/spi-builder-workspace/sharing/certificates/common_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connection_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_wifi_adapter_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_periodic_scheduler.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/public/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/proto/certificate_rpc.proto
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/xml/data_extraction_rules.xml
/Users/admin/builder/spi-builder-workspace/sharing/nearby_file_handler.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service_extension_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/outgoing_share_session_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/transfer_manager_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/ConnectedEndpoint.swift
/Users/admin/builder/spi-builder-workspace/sharing/android/README.md
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
/Users/admin/builder/spi-builder-workspace/sharing/contacts/nearby_share_contact_manager_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_stream_buffer_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/api/fake_nearby_share_client.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/local_device_data/nearby_share_local_device_data_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/share_session.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_file_handler_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/analytics/analytics_recorder_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/settings_observer_data.proto
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/java/com/google/nearby/sharedemo/ui/theme/Theme.kt
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler_factory.cc
/Users/admin/builder/spi-builder-workspace/sharing/share_session_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/share_target.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_util.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/PayloadView.swift
/Users/admin/builder/spi-builder-workspace/connections/v3/connections_device_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/analytics/BUILD
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/ConnectionRequest.swift
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_public_certificate_db.cc
/Users/admin/builder/spi-builder-workspace/sharing/local_device_data/nearby_share_local_device_data_manager_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/base/encode_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/paired_key_verification_runner.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_context_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_types_payload_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-anydpi/ic_launcher.xml
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/values/strings.xml
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler_base.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/drawable/ic_launcher_foreground.xml
/Users/admin/builder/spi-builder-workspace/sharing/transfer_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_storage_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/wrapped_share_target_discovered_callback_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Resources/run.png
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_service.cc
/Users/admin/builder/spi-builder-workspace/sharing/local_device_data/nearby_share_local_device_data_manager_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connection_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/fast_initiation/nearby_fast_initiation_impl_test.cc
/Users/admin/builder/spi-builder-workspace/MODULE.bazel
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/fake_nearby_share_scheduler_factory.cc
/Users/admin/builder/spi-builder-workspace/sharing/fast_initiation/fake_nearby_fast_initiation.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/contact_rpc.proto
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_storage_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service_test.cc
/Users/admin/builder/spi-builder-workspace/gen_proto.sh
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/ContentView.swift
/Users/admin/builder/spi-builder-workspace/connections/v3/connections_device.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_on_demand_scheduler_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/encrypted_metadata.proto
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_manager_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_service_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/values/themes.xml
/Users/admin/builder/spi-builder-workspace/sharing/certificates/fake_nearby_share_certificate_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler_base_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/transfer_metadata_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/nearby_share_contact_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/flags/generated/README.md
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
/Users/admin/builder/spi-builder-workspace/sharing/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_manager_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/worker_queue_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
/Users/admin/builder/spi-builder-workspace/sharing/fake_nearby_connections_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/test_util.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/common.cc
/Users/admin/builder/spi-builder-workspace/sharing/common/nearby_share_prefs.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/README.md
/Users/admin/builder/spi-builder-workspace/sharing/attachment_container.cc
/Users/admin/builder/spi-builder-workspace/sharing/common/nearby_share_switches.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/public/connectivity_manager_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_connectivity_manager_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/local_device_data/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/internal/public/connectivity_manager_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/settings.gradle.kts
/Users/admin/builder/spi-builder-workspace/sharing/common/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_types_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/public/context_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler_utils.cc
/Users/admin/builder/spi-builder-workspace/sharing/transfer_metadata_builder.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_expiration_scheduler_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/fast_initiation/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/fast_initiation/nearby_fast_initiation_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/wrapped_share_target_discovered_callback.cc
/Users/admin/builder/spi-builder-workspace/sharing/text_attachment_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_manager_factory.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_context.cc
/Users/admin/builder/spi-builder-workspace/sharing/transfer_metadata.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_service_factory.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/analytics/nearby_sharing_log.proto
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/HelloConnectionsApp.swift
/Users/admin/builder/spi-builder-workspace/sharing/attachment_compare.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/base/mime_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/screenshots/consent.png
/Users/admin/builder/spi-builder-workspace/sharing/proto/timestamp.proto
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_manager_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/advertisement.cc
/Users/admin/builder/spi-builder-workspace/sharing/paired_key_verification_runner_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/nearby_share_contact_manager_impl_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_encrypted_metadata_key.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/api/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler.cc
/Users/admin/builder/spi-builder-workspace/sharing/incoming_frames_reader_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_service_impl.cc
/Users/admin/builder/spi-builder-workspace/CODE_OF_CONDUCT.md
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_settings_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/fake_nearby_share_contact_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/format.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/build.gradle.kts
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/fake_nearby_share_scheduler.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/gradle.properties
/Users/admin/builder/spi-builder-workspace/sharing/fake_nearby_sharing_service.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_stream_buffer_manager_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/ConnectionRequestView.swift
/Users/admin/builder/spi-builder-workspace/sharing/flags/generated/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_storage.cc
/Users/admin/builder/spi-builder-workspace/sharing/outgoing_share_session.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_decrypted_public_certificate_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/drawable/ic_launcher_background.xml
/Users/admin/builder/spi-builder-workspace/sharing/attachment_container_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Preview Content/Preview Assets.xcassets
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS-Example-Info.plist
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-hdpi/ic_launcher.webp
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
/Users/admin/builder/spi-builder-workspace/sharing/wifi_credentials_attachment.cc
/Users/admin/builder/spi-builder-workspace/minimum_os.bzl
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_bluetooth_adapter_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/contacts/nearby_share_contacts_sorter_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/payload_tracker_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/thread_timer_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/Model.swift
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_on_demand_scheduler.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/enums.proto
/Users/admin/builder/spi-builder-workspace/sharing/text_attachment.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/AndroidManifest.xml
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_decrypted_public_certificate.cc
/Users/admin/builder/spi-builder-workspace/sharing/incoming_frames_reader.cc
/Users/admin/builder/spi-builder-workspace/sharing/analytics/analytics_recorder.cc
/Users/admin/builder/spi-builder-workspace/sharing/certificates/fake_nearby_share_certificate_storage.cc
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/java/com/google/nearby/sharedemo/ShareTarget.kt
/Users/admin/builder/spi-builder-workspace/sharing/android/example/README.md
/Users/admin/builder/spi-builder-workspace/sharing/nearby_sharing_settings.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_scheduler_utils_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/base/encode.cc
/Users/admin/builder/spi-builder-workspace/sharing/advertisement_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_periodic_scheduler_test.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Model/Payload.swift
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_fast_initiation_manager_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/test/fake_preference_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/rpc_resources.proto
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/EndpointDetail.swift
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
/Users/admin/builder/spi-builder-workspace/sharing/payload_tracker.cc
/Users/admin/builder/spi-builder-workspace/sharing/proto/field_mask.proto
/Users/admin/builder/spi-builder-workspace/sharing/proto/device_rpc.proto
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/values/colors.xml
/Users/admin/builder/spi-builder-workspace/sharing/internal/base/mime.cc
/Users/admin/builder/spi-builder-workspace/sharing/local_device_data/fake_nearby_share_local_device_data_manager.cc
/Users/admin/builder/spi-builder-workspace/sharing/incoming_share_session.cc
/Users/admin/builder/spi-builder-workspace/sharing/share_target_test.cc
/Users/admin/builder/spi-builder-workspace/sharing/file_attachment.cc
/Users/admin/builder/spi-builder-workspace/connections/v3/connections_device_provider_test.cc
/Users/admin/builder/spi-builder-workspace/connections/v3/BUILD
/Users/admin/builder/spi-builder-workspace/sharing/nearby_connections_manager_impl.cc
/Users/admin/builder/spi-builder-workspace/sharing/scheduling/nearby_share_expiration_scheduler.cc
/Users/admin/builder/spi-builder-workspace/sharing/internal/base/BUILD
/Users/admin/builder/spi-builder-workspace/connections/README.md
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/Assets.xcassets
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/res/mipmap-mdpi/ic_launcher.webp
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/DiscoveredEndpointView.swift
/Users/admin/builder/spi-builder-workspace/sharing/certificates/nearby_share_certificate_manager.cc
/Users/admin/builder/spi-builder-workspace/connections/swift/NearbyConnections/Example/iOS Example/ConnectedView.swift
/Users/admin/builder/spi-builder-workspace/sharing/android/example/app/src/main/java/com/google/nearby/sharedemo/MainViewModel.kt
Build complete.
{
"c_language_standard" : "c99",
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "abseil-cpp-swiftpm",
"requirement" : {
"exact" : [
"0.20240902.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/monzo/abseil-cpp-SwiftPM.git"
},
{
"identity" : "boringssl-swiftpm",
"requirement" : {
"exact" : [
"0.7.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/monzo/boringssl-SwiftPM.git"
}
],
"manifest_display_name" : "NearbyConnections",
"name" : "NearbyConnections",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "NearbyConnections",
"targets" : [
"NearbyConnections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NearbyConnectionsDynamic",
"targets" : [
"NearbyConnections"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ukey2",
"module_type" : "ClangTarget",
"name" : "ukey2",
"path" : "third_party/ukey2",
"product_dependencies" : [
"AbseilCXX17",
"NearbySSL"
],
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"compiled_proto/src/main/proto/device_to_device_messages.pb.cc",
"compiled_proto/src/main/proto/passwordless_auth_payloads.pb.cc",
"compiled_proto/src/main/proto/proximity_payloads.pb.cc",
"compiled_proto/src/main/proto/securegcm.pb.cc",
"compiled_proto/src/main/proto/securemessage.pb.cc",
"compiled_proto/src/main/proto/ukey.pb.cc",
"ukey2/src/main/cpp/src/securegcm/d2d_connection_context_v1.cc",
"ukey2/src/main/cpp/src/securegcm/d2d_crypto_ops.cc",
"ukey2/src/main/cpp/src/securegcm/java_util.cc",
"ukey2/src/main/cpp/src/securegcm/ukey2_handshake.cc",
"ukey2/src/securemessage/src/securemessage/byte_buffer.cc",
"ukey2/src/securemessage/src/securemessage/crypto_ops.cc",
"ukey2/src/securemessage/src/securemessage/crypto_ops_openssl.cc",
"ukey2/src/securemessage/src/securemessage/public_key_proto_util.cc",
"ukey2/src/securemessage/src/securemessage/raw_secure_message_parser.cc",
"ukey2/src/securemessage/src/securemessage/secure_message_builder.cc",
"ukey2/src/securemessage/src/securemessage/secure_message_parser.cc",
"ukey2/src/securemessage/src/securemessage/secure_message_wrapper.cc",
"ukey2/src/securemessage/src/securemessage/util.cc"
],
"target_dependencies" : [
"protobuf"
],
"type" : "library"
},
{
"c99name" : "smhasher",
"module_type" : "ClangTarget",
"name" : "smhasher",
"path" : "third_party/smhasher",
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"smhasher/src/MurmurHash3.cpp"
],
"type" : "library"
},
{
"c99name" : "protobuf",
"module_type" : "ClangTarget",
"name" : "protobuf",
"path" : "third_party/protobuf/src",
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"google/protobuf/any.cc",
"google/protobuf/any.pb.cc",
"google/protobuf/any_lite.cc",
"google/protobuf/api.pb.cc",
"google/protobuf/arena.cc",
"google/protobuf/arenastring.cc",
"google/protobuf/descriptor.cc",
"google/protobuf/descriptor.pb.cc",
"google/protobuf/descriptor_database.cc",
"google/protobuf/duration.pb.cc",
"google/protobuf/dynamic_message.cc",
"google/protobuf/empty.pb.cc",
"google/protobuf/extension_set.cc",
"google/protobuf/extension_set_heavy.cc",
"google/protobuf/field_mask.pb.cc",
"google/protobuf/generated_enum_util.cc",
"google/protobuf/generated_message_bases.cc",
"google/protobuf/generated_message_reflection.cc",
"google/protobuf/generated_message_table_driven.cc",
"google/protobuf/generated_message_table_driven_lite.cc",
"google/protobuf/generated_message_tctable_full.cc",
"google/protobuf/generated_message_tctable_lite.cc",
"google/protobuf/generated_message_util.cc",
"google/protobuf/implicit_weak_message.cc",
"google/protobuf/inlined_string_field.cc",
"google/protobuf/io/coded_stream.cc",
"google/protobuf/io/gzip_stream.cc",
"google/protobuf/io/io_win32.cc",
"google/protobuf/io/printer.cc",
"google/protobuf/io/strtod.cc",
"google/protobuf/io/tokenizer.cc",
"google/protobuf/io/zero_copy_stream.cc",
"google/protobuf/io/zero_copy_stream_impl.cc",
"google/protobuf/io/zero_copy_stream_impl_lite.cc",
"google/protobuf/map.cc",
"google/protobuf/map_field.cc",
"google/protobuf/message.cc",
"google/protobuf/message_lite.cc",
"google/protobuf/parse_context.cc",
"google/protobuf/reflection_ops.cc",
"google/protobuf/repeated_field.cc",
"google/protobuf/repeated_ptr_field.cc",
"google/protobuf/service.cc",
"google/protobuf/source_context.pb.cc",
"google/protobuf/struct.pb.cc",
"google/protobuf/stubs/bytestream.cc",
"google/protobuf/stubs/common.cc",
"google/protobuf/stubs/int128.cc",
"google/protobuf/stubs/status.cc",
"google/protobuf/stubs/statusor.cc",
"google/protobuf/stubs/stringpiece.cc",
"google/protobuf/stubs/stringprintf.cc",
"google/protobuf/stubs/structurally_valid.cc",
"google/protobuf/stubs/strutil.cc",
"google/protobuf/stubs/substitute.cc",
"google/protobuf/stubs/time.cc",
"google/protobuf/text_format.cc",
"google/protobuf/timestamp.pb.cc",
"google/protobuf/type.pb.cc",
"google/protobuf/unknown_field_set.cc",
"google/protobuf/wire_format.cc",
"google/protobuf/wire_format_lite.cc",
"google/protobuf/wrappers.pb.cc"
],
"type" : "library"
},
{
"c99name" : "json",
"module_type" : "ClangTarget",
"name" : "json",
"path" : "third_party/json",
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"EmptySwiftPackageManagerFile.cpp"
],
"type" : "library"
},
{
"c99name" : "google_toolbox_for_mac",
"module_type" : "ClangTarget",
"name" : "google-toolbox-for-mac",
"path" : "third_party/google-toolbox-for-mac",
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"google-toolbox-for-mac/Foundation/GTMLogger.m"
],
"type" : "library"
},
{
"c99name" : "NearbyCoreAdapterTests",
"module_type" : "SwiftTarget",
"name" : "NearbyCoreAdapterTests",
"path" : "connections/swift/NearbyCoreAdapter/Tests",
"sources" : [
"BuildTests.swift"
],
"target_dependencies" : [
"NearbyCoreAdapter"
],
"type" : "test"
},
{
"c99name" : "NearbyCoreAdapter",
"module_type" : "ClangTarget",
"name" : "NearbyCoreAdapter",
"path" : ".",
"product_dependencies" : [
"AbseilCXX17"
],
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"compiled_proto/connections/implementation/proto/offline_wire_formats.pb.cc",
"compiled_proto/internal/proto/analytics/connections_log.pb.cc",
"compiled_proto/internal/proto/analytics/experiments_log.pb.cc",
"compiled_proto/internal/proto/analytics/fast_pair_log.pb.cc",
"compiled_proto/internal/proto/credential.pb.cc",
"compiled_proto/internal/proto/local_credential.pb.cc",
"compiled_proto/internal/proto/metadata.pb.cc",
"compiled_proto/presence/proto/presence_frame.pb.cc",
"compiled_proto/proto/connections_enums.pb.cc",
"compiled_proto/proto/errorcode/error_code_enums.pb.cc",
"compiled_proto/proto/fast_pair_enums.pb.cc",
"compiled_proto/proto/mediums/ble_frames.pb.cc",
"compiled_proto/proto/mediums/multiplex_frames.pb.cc",
"compiled_proto/proto/mediums/nfc_frames.pb.cc",
"compiled_proto/proto/mediums/web_rtc_signaling_frames.pb.cc",
"compiled_proto/proto/sharing_enums.pb.cc",
"compiled_proto/sharing/proto/analytics/nearby_sharing_log.pb.cc",
"connections/advertising_options.cc",
"connections/connection_options.cc",
"connections/core.cc",
"connections/discovery_options.cc",
"connections/implementation/analytics/analytics_recorder.cc",
"connections/implementation/analytics/throughput_recorder.cc",
"connections/implementation/base_bwu_handler.cc",
"connections/implementation/base_endpoint_channel.cc",
"connections/implementation/base_pcp_handler.cc",
"connections/implementation/ble_advertisement.cc",
"connections/implementation/ble_endpoint_channel.cc",
"connections/implementation/ble_v2_endpoint_channel.cc",
"connections/implementation/bluetooth_bwu_handler.cc",
"connections/implementation/bluetooth_device_name.cc",
"connections/implementation/bluetooth_endpoint_channel.cc",
"connections/implementation/bwu_manager.cc",
"connections/implementation/client_proxy.cc",
"connections/implementation/connections_authentication_transport.cc",
"connections/implementation/encryption_runner.cc",
"connections/implementation/endpoint_channel_manager.cc",
"connections/implementation/endpoint_manager.cc",
"connections/implementation/injected_bluetooth_device_store.cc",
"connections/implementation/internal_payload.cc",
"connections/implementation/internal_payload_factory.cc",
"connections/implementation/mediums/advertisements/data_element.cc",
"connections/implementation/mediums/ble.cc",
"connections/implementation/mediums/ble_v2.cc",
"connections/implementation/mediums/ble_v2/advertisement_read_result.cc",
"connections/implementation/mediums/ble_v2/ble_advertisement.cc",
"connections/implementation/mediums/ble_v2/ble_advertisement_header.cc",
"connections/implementation/mediums/ble_v2/ble_packet.cc",
"connections/implementation/mediums/ble_v2/ble_utils.cc",
"connections/implementation/mediums/ble_v2/bloom_filter.cc",
"connections/implementation/mediums/ble_v2/discovered_peripheral_tracker.cc",
"connections/implementation/mediums/ble_v2/instant_on_lost_advertisement.cc",
"connections/implementation/mediums/ble_v2/instant_on_lost_manager.cc",
"connections/implementation/mediums/bluetooth_classic.cc",
"connections/implementation/mediums/bluetooth_radio.cc",
"connections/implementation/mediums/mediums.cc",
"connections/implementation/mediums/multiplex/multiplex_frames.cc",
"connections/implementation/mediums/multiplex/multiplex_output_stream.cc",
"connections/implementation/mediums/multiplex/multiplex_socket.cc",
"connections/implementation/mediums/utils.cc",
"connections/implementation/mediums/webrtc_peer_id_stub.cc",
"connections/implementation/mediums/webrtc_stub.cc",
"connections/implementation/mediums/wifi_direct.cc",
"connections/implementation/mediums/wifi_hotspot.cc",
"connections/implementation/mediums/wifi_lan.cc",
"connections/implementation/offline_frames.cc",
"connections/implementation/offline_frames_validator.cc",
"connections/implementation/offline_service_controller.cc",
"connections/implementation/p2p_cluster_pcp_handler.cc",
"connections/implementation/p2p_point_to_point_pcp_handler.cc",
"connections/implementation/p2p_star_pcp_handler.cc",
"connections/implementation/payload_manager.cc",
"connections/implementation/pcp_manager.cc",
"connections/implementation/reconnect_manager.cc",
"connections/implementation/service_controller_router.cc",
"connections/implementation/webrtc_bwu_handler_stub.cc",
"connections/implementation/wifi_direct_bwu_handler.cc",
"connections/implementation/wifi_direct_endpoint_channel.cc",
"connections/implementation/wifi_hotspot_bwu_handler.cc",
"connections/implementation/wifi_hotspot_endpoint_channel.cc",
"connections/implementation/wifi_lan_bwu_handler.cc",
"connections/implementation/wifi_lan_endpoint_channel.cc",
"connections/implementation/wifi_lan_service_info.cc",
"connections/payload.cc",
"connections/status.cc",
"connections/strategy.cc",
"connections/swift/NearbyCoreAdapter/Sources/CPPInputStream.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCAdvertisingOptions+CppConversions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCAdvertisingOptions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCConnectionOptions+CppConversions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCConnectionOptions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCCoreAdapter.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCDiscoveryOptions+CppConversions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCDiscoveryOptions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCError.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCException.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCFlags.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCInputStream.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCPayload+CppConversions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCPayload.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCStrategy.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCSupportedMediums+CppConversions.mm",
"connections/swift/NearbyCoreAdapter/Sources/GNCSupportedMediums.mm",
"connections/v3/connections_device.cc",
"internal/base/bluetooth_address.cc",
"internal/base/files.cc",
"internal/crypto/ed25519.cc",
"internal/crypto_cros/aead.cc",
"internal/crypto_cros/ec_private_key.cc",
"internal/crypto_cros/ec_signature_creator.cc",
"internal/crypto_cros/ec_signature_creator_impl.cc",
"internal/crypto_cros/encryptor.cc",
"internal/crypto_cros/hkdf.cc",
"internal/crypto_cros/hmac.cc",
"internal/crypto_cros/nearby_base.cc",
"internal/crypto_cros/openssl_util.cc",
"internal/crypto_cros/rsa_private_key.cc",
"internal/crypto_cros/secure_hash.cc",
"internal/crypto_cros/secure_util.cc",
"internal/crypto_cros/sha2.cc",
"internal/crypto_cros/signature_verifier.cc",
"internal/crypto_cros/symmetric_key.cc",
"internal/encoding/base85.cc",
"internal/flags/nearby_flags.cc",
"internal/interop/fake_device_provider.cc",
"internal/network/http_client_impl.cc",
"internal/network/http_request.cc",
"internal/network/http_response.cc",
"internal/network/http_status_code.cc",
"internal/network/url.cc",
"internal/network/utils.cc",
"internal/platform/base64_utils.cc",
"internal/platform/ble.cc",
"internal/platform/ble_connection_info.cc",
"internal/platform/ble_v2.cc",
"internal/platform/blocking_queue_stream.cc",
"internal/platform/bluetooth_classic.cc",
"internal/platform/bluetooth_connection_info.cc",
"internal/platform/bluetooth_utils.cc",
"internal/platform/byte_utils.cc",
"internal/platform/cancellation_flag.cc",
"internal/platform/clock_impl.cc",
"internal/platform/connection_info.cc",
"internal/platform/credential_storage_impl.cc",
"internal/platform/device_info_impl.cc",
"internal/platform/error_code_recorder.cc",
"internal/platform/file.cc",
"internal/platform/implementation/apple/GNCUtils.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCBLEError.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCBLEGATTCharacteristic.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCBLEGATTClient.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCBLEGATTServer.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCBLEMedium.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCCentralManager.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCPeripheral.m",
"internal/platform/implementation/apple/Mediums/BLEv2/GNCPeripheralManager.m",
"internal/platform/implementation/apple/Mediums/BLEv2/NSData+GNCWebSafeBase64.m",
"internal/platform/implementation/apple/Mediums/Ble/GNCMBleConnection.m",
"internal/platform/implementation/apple/Mediums/Ble/GNCMBleUtils.mm",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralManager.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Central/GNSCentralPeerManager.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Peripheral/GNSPeripheralManager.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Peripheral/GNSPeripheralServiceManager.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Shared/GNSSocket.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Shared/GNSUtils.m",
"internal/platform/implementation/apple/Mediums/Ble/Sockets/Source/Shared/GNSWeavePacket.m",
"internal/platform/implementation/apple/Mediums/GNCLeaks.m",
"internal/platform/implementation/apple/Mediums/GNCMConnection.m",
"internal/platform/implementation/apple/Mediums/WiFiCommon/GNCIPv4Address.m",
"internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFramework.m",
"internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkError.m",
"internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkServerSocket.m",
"internal/platform/implementation/apple/Mediums/WiFiCommon/GNCNWFrameworkSocket.m",
"internal/platform/implementation/apple/ble_gatt_client.mm",
"internal/platform/implementation/apple/ble_gatt_server.mm",
"internal/platform/implementation/apple/ble_medium.mm",
"internal/platform/implementation/apple/ble_peripheral.mm",
"internal/platform/implementation/apple/ble_server_socket.mm",
"internal/platform/implementation/apple/ble_socket.mm",
"internal/platform/implementation/apple/ble_utils.mm",
"internal/platform/implementation/apple/bluetooth_adapter_v2.mm",
"internal/platform/implementation/apple/condition_variable.cc",
"internal/platform/implementation/apple/count_down_latch.cc",
"internal/platform/implementation/apple/crypto.mm",
"internal/platform/implementation/apple/device_info.mm",
"internal/platform/implementation/apple/multi_thread_executor.mm",
"internal/platform/implementation/apple/platform.mm",
"internal/platform/implementation/apple/preferences_manager.mm",
"internal/platform/implementation/apple/scheduled_executor.mm",
"internal/platform/implementation/apple/system_clock.cc",
"internal/platform/implementation/apple/timer.mm",
"internal/platform/implementation/apple/utils.mm",
"internal/platform/implementation/apple/wifi_lan.mm",
"internal/platform/implementation/shared/count_down_latch.cc",
"internal/platform/implementation/shared/crypto.cc",
"internal/platform/implementation/shared/file.cc",
"internal/platform/implementation/shared/posix_condition_variable.cc",
"internal/platform/implementation/shared/posix_mutex.cc",
"internal/platform/implementation/wifi_utils.cc",
"internal/platform/input_stream.cc",
"internal/platform/monitored_runnable.cc",
"internal/platform/pending_job_registry.cc",
"internal/platform/pipe.cc",
"internal/platform/prng.cc",
"internal/platform/stream_reader.cc",
"internal/platform/stream_writer.cc",
"internal/platform/task_runner_impl.cc",
"internal/platform/thread_check_nocompile.cc",
"internal/platform/timer_impl.cc",
"internal/platform/uuid.cc",
"internal/platform/wifi_direct.cc",
"internal/platform/wifi_hotspot.cc",
"internal/platform/wifi_lan.cc",
"internal/platform/wifi_lan_connection_info.cc",
"internal/test/fake_account_manager.cc",
"internal/test/fake_clock.cc",
"internal/test/fake_single_thread_executor.cc",
"internal/test/fake_task_runner.cc",
"internal/test/fake_timer.cc",
"internal/weave/base_socket.cc",
"internal/weave/message_write_request.cc",
"internal/weave/packet.cc",
"internal/weave/packet_sequence_number_generator.cc",
"internal/weave/packetizer.cc",
"internal/weave/sockets/client_socket.cc",
"internal/weave/sockets/server_socket.cc"
],
"target_dependencies" : [
"google-toolbox-for-mac",
"json",
"smhasher",
"ukey2",
"protobuf"
],
"type" : "library"
},
{
"c99name" : "NearbyConnectionsTests",
"module_type" : "SwiftTarget",
"name" : "NearbyConnectionsTests",
"path" : "connections/swift/NearbyConnections/Tests",
"sources" : [
"BuildTests.swift",
"EntryPointTest.swift"
],
"target_dependencies" : [
"NearbyConnections"
],
"type" : "test"
},
{
"c99name" : "NearbyConnections",
"module_type" : "SwiftTarget",
"name" : "NearbyConnections",
"path" : ".",
"product_memberships" : [
"NearbyConnections",
"NearbyConnectionsDynamic"
],
"sources" : [
"connections/swift/NearbyConnections/Sources/Advertiser.swift",
"connections/swift/NearbyConnections/Sources/CancellationToken.swift",
"connections/swift/NearbyConnections/Sources/ConnectionManager.swift",
"connections/swift/NearbyConnections/Sources/ConnectionState.swift",
"connections/swift/NearbyConnections/Sources/Discoverer.swift",
"connections/swift/NearbyConnections/Sources/EndpointID.swift",
"connections/swift/NearbyConnections/Sources/Internal/Connection.swift",
"connections/swift/NearbyConnections/Sources/Internal/Discovery.swift",
"connections/swift/NearbyConnections/Sources/Internal/Payload.swift",
"connections/swift/NearbyConnections/Sources/PayloadID.swift",
"connections/swift/NearbyConnections/Sources/Strategy.swift",
"connections/swift/NearbyConnections/Sources/TransferUpdate.swift"
],
"target_dependencies" : [
"NearbyCoreAdapter"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagement.c': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMFileSystemKQueue.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSignalHandlerTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMFileSystemKQueueTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+URLArguments.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+FindFolderTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMURLBuilderTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArguments.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSNumber+64BitTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/BuildingAndUsing.txt': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMRegexTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSScanner+JSONTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSNumber+64Bit.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+FindFolder.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagementTestingHarness.c': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSignalHandler.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSystemVersion.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSString+URLArgumentsTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMRegex.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMSystemVersionTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMServiceManagementTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArgumentsTest.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMObjC2Runtime.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMURLBuilder.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/google-toolbox-for-mac/google-toolbox-for-mac/Foundation/GTMNSScanner+JSON.m': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/third_party/ukey2/ukey2/third_party': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/test/google3_only/fake_authentication_manager_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/platform/implementation/android': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/clients/ios': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/test/fake_data_set_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/data/memory_data_set_test.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/internal/crypto/BUILD.gn': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/java': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/docs': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/clients/ios': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/connections/java': File not found.
Done.