Build Information
Failed to build Rudder, reference v2.4.3 (22575f
), with Swift 5.9 for macOS (SPM) on 23 Nov 2024 00:41:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rudderlabs/rudder-sdk-ios.git
Reference: v2.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rudderlabs/rudder-sdk-ios
* tag v2.4.3 -> FETCH_HEAD
HEAD is now at 22575f7 chore(release): pulling release/2.4.3 into master-v2
Cloned https://github.com/rudderlabs/rudder-sdk-ios.git
Revision (git rev-parse @):
22575f73141aa4192582ee2ade9ae70ee29a6faa
SUCCESS checkout https://github.com/rudderlabs/rudder-sdk-ios.git at v2.4.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/rudderlabs/rudder-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
error: unexpected input file: /Users/admin/builder/spi-builder-workspace/Sources/Classes/Networking/APIClient/SampleBatchPayload.json
[1/68] Compiling Rudder RSiOSScreenViewEvents.swift
[2/68] Compiling Rudder RSwatchOSDelegation.swift
[3/68] Compiling Rudder RSwatchOSLifecycleEvents.swift
[4/68] Compiling Rudder RSwatchOSLifecycleMonitor.swift
[5/68] Compiling Rudder RSwatchOSScreenViewEvents.swift
[6/68] Compiling Rudder RSAnyCodable.swift
[7/68] Compiling Rudder RSServerConfig.swift
[8/68] Compiling Rudder RSAtomic.swift
[9/68] Compiling Rudder RSConfig.swift
[10/68] Compiling Rudder RSDBMessage.swift
[11/68] Compiling Rudder RSKeyPath.swift
[12/68] Compiling Rudder RSOption.swift
[13/68] Compiling Rudder RSConsoleLogger.swift
[14/68] Compiling Rudder RSAnyDecodable.swift
[15/68] Compiling Rudder RSAnyEncodable.swift
[16/68] Compiling Rudder RSRepeatingTimer.swift
[17/68] Compiling Rudder API.swift
[18/68] Compiling Rudder RSServiceManager.swift
[19/68] Compiling Rudder RSUtils.swift
[20/68] Compiling Rudder RSLifeCycle.swift
[21/68] Compiling Rudder RSLogger.swift
[22/68] Compiling Rudder RSMessage.swift
[23/68] Compiling Rudder RSPlugins.swift
[24/68] Compiling Rudder RSPushNotifications.swift
[25/68] Compiling Rudder RSServiceType.swift
[26/68] Compiling Rudder RSmacOSLifecycleEvents.swift
[27/68] Compiling Rudder RSTypeAlias.swift
[28/68] Compiling Rudder RSUserDefaults.swift
[29/68] Compiling Rudder RSVersion.swift
[30/68] Compiling Rudder NSError+Ext.swift
[31/68] Compiling Rudder String+Ext.swift
[32/68] Compiling Rudder UserDefaults+Ext.swift
[33/68] Compiling Rudder JSON.swift
[34/68] Compiling Rudder RSIdentifyTraitsPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[35/68] Compiling Rudder RSIntegrationPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[36/68] Compiling Rudder RSLoggerPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[37/68] Compiling Rudder RSOptionPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[38/68] Compiling Rudder RSReplayQueuePlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[39/68] Compiling Rudder RSUserIdPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[40/68] Compiling Rudder RSUserSessionPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/Plugins/RSUserSessionPlugin.swift:94:13: warning: variable 'sessionId' was never mutated; consider changing to 'let' constant
var sessionId: Int = newSessionId ?? RSUtils.getTimeStamp()
~~~ ^
let
[41/68] Compiling Rudder RudderDestinationPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[42/68] Compiling Rudder RSClient+Plugins.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[43/68] Compiling Rudder RSClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[44/68] Compiling Rudder RSController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[45/68] Compiling Rudder RSDatabaseManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[46/68] Compiling Rudder RSConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[47/68] Compiling Rudder RSEventsAndKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: provide a default value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: force-unwrap the value to avoid this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:147:56: note: explicitly cast to 'Any' with 'as Any' to silence this warning
if JSONSerialization.isValidJSONObject(jsonObject) {
^~~~~~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: warning: expression implicitly coerced from '[String : Any]?' to 'Any'
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: provide a default value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: force-unwrap the value to avoid this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Client/RSDatabaseManager.swift:148:79: note: explicitly cast to 'Any' with 'as Any' to silence this warning
let jsonData = try JSONSerialization.data(withJSONObject: jsonObject)
^~~~~~~~~~
as Any
[48/68] Compiling Rudder RSAdvertisementIdPlugin.swift
[49/68] Compiling Rudder RSAliasIdPlugin.swift
[50/68] Compiling Rudder RSAnonymousIdPlugin.swift
[51/68] Compiling Rudder RSAppTrackingConsentPlugin.swift
[52/68] Compiling Rudder RSContextPlugin.swift
[53/68] Compiling Rudder RSDeviceTokenPlugin.swift
[54/68] Compiling Rudder RSGDPRPlugin.swift
[55/68] Compiling Rudder RSAppTrackingConsent.swift
[56/68] Compiling Rudder RSErrorCode.swift
[57/68] Compiling Rudder RSLogLevel.swift
[58/68] Compiling Rudder RSMessageType.swift
[59/68] Compiling Rudder RSDestination.swift
[60/68] Compiling Rudder RSDestinationConfig.swift
[61/68] Compiling Rudder RSDestinationDefinition.swift
[62/68] Compiling Rudder RSmacOSLifecycleMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[63/68] Compiling Rudder RSmacOSScreenViewEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[64/68] Compiling Rudder AppleUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[65/68] Compiling Rudder Vendor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[66/68] Compiling Rudder RSiOSDelegation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[67/68] Compiling Rudder RSiOSLifecycleEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[68/68] Compiling Rudder RSiOSLifecycleMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:61:51: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
return objc_getAssociatedObject(self, &AssociatedKey.client) as? RSClient
^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Helpers/Platforms/Mac/RSmacOSScreenViewEvents.swift:65:48: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<RSClient>'; this is likely incorrect because 'Optional<RSClient>' may contain an object reference.
objc_setAssociatedObject(self, &AssociatedKey.client, value, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
[69/69] Merging module Rudder
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SDKInfo/Info.plist
BUILD FAILURE 5.9 macosSpm