Build Information
Failed to build Rudder, reference v2.5.1-beta (8ec4a9
), with Swift 5.10 for macOS (SPM) on 22 Nov 2024 17:42:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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.5.1-beta
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rudderlabs/rudder-sdk-ios
* tag v2.5.1-beta -> FETCH_HEAD
HEAD is now at 8ec4a9f Merge pull request #516 from rudderlabs/release/2.5.1-beta
Cloned https://github.com/rudderlabs/rudder-sdk-ios.git
Revision (git rev-parse @):
8ec4a9f1e7be69464f5f2722988a8833160cad02
SUCCESS checkout https://github.com/rudderlabs/rudder-sdk-ios.git at v2.5.1-beta
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/rudderlabs/rudder-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
error: unexpected input file: /Users/admin/builder/spi-builder-workspace/Sources/Classes/Networking/APIClient/SampleBatchPayload.json
[4/72] Compiling Rudder RSTypeAlias.swift
[5/72] Compiling Rudder RSUserDefaults.swift
[6/72] Compiling Rudder RSVersion.swift
[7/72] Compiling Rudder NSError+Ext.swift
[8/72] Compiling Rudder String+Ext.swift
[9/72] Compiling Rudder UserDefaults+Ext.swift
[10/72] Compiling Rudder JSON.swift
[11/72] Compiling Rudder RSiOSScreenViewEvents.swift
[12/72] Compiling Rudder RSwatchOSDelegation.swift
[13/72] Compiling Rudder RSwatchOSLifecycleEvents.swift
[14/72] Compiling Rudder RSwatchOSLifecycleMonitor.swift
[15/72] Compiling Rudder RSwatchOSScreenViewEvents.swift
[16/72] Compiling Rudder RSAnyCodable.swift
[17/72] Compiling Rudder RSAnyDecodable.swift
[18/72] Compiling Rudder RSAppTrackingConsent.swift
[19/72] Compiling Rudder RSErrorCode.swift
[20/72] Compiling Rudder RSLogLevel.swift
[21/72] Compiling Rudder RSMessageType.swift
[22/72] Compiling Rudder RSDestination.swift
[23/72] Compiling Rudder RSDestinationConfig.swift
[24/72] Compiling Rudder RSDestinationDefinition.swift
[25/72] Compiling Rudder RSServerConfig.swift
[26/72] Compiling Rudder RSAtomic.swift
[27/72] Compiling Rudder RSConfig.swift
[28/72] Compiling Rudder RSDBMessage.swift
[29/72] Compiling Rudder RSKeyPath.swift
[30/72] Compiling Rudder RSOption.swift
[31/72] Compiling Rudder RSConsoleLogger.swift
[32/72] 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
[33/72] 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
[34/72] 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
[35/72] 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
[36/72] 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
[37/72] 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
[38/72] 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
[39/72] Compiling Rudder RSAnyEncodable.swift
[40/72] Compiling Rudder RSRepeatingTimer.swift
[41/72] Compiling Rudder API.swift
[42/72] Compiling Rudder RSServiceManager.swift
[43/72] Compiling Rudder RSUtils.swift
[44/72] Compiling Rudder resource_bundle_accessor.swift
[45/72] 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
[46/72] 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
[47/72] 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
[48/72] 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
[49/72] 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
[50/72] 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
[51/72] 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
[52/72] Compiling Rudder RSAdvertisementIdPlugin.swift
[53/72] Compiling Rudder RSAliasIdPlugin.swift
[54/72] Compiling Rudder RSAnonymousIdPlugin.swift
[55/72] Compiling Rudder RSAppTrackingConsentPlugin.swift
[56/72] Compiling Rudder RSContextPlugin.swift
[57/72] Compiling Rudder RSDeviceTokenPlugin.swift
[58/72] Compiling Rudder RSGDPRPlugin.swift
[59/72] 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)
^
[60/72] 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)
^
[61/72] 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)
^
[62/72] 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)
^
[63/72] 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)
^
[64/72] 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)
^
[65/72] 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)
^
[66/72] Compiling Rudder RSLifeCycle.swift
[67/72] Compiling Rudder RSLogger.swift
[68/72] Compiling Rudder RSMessage.swift
[69/72] Compiling Rudder RSPlugins.swift
[70/72] Compiling Rudder RSPushNotifications.swift
[71/72] Compiling Rudder RSServiceType.swift
[72/72] Compiling Rudder RSmacOSLifecycleEvents.swift
[73/73] 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.10 macosSpm