The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Rudder, reference v2.5.1-beta (8ec4a9), with Swift 5.9 for macOS (SPM) on 22 Nov 2024 17:43:23 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.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.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...
[0/1] Copying PrivacyInfo.xcprivacy
error: unexpected input file: /Users/admin/builder/spi-builder-workspace/Sources/Classes/Networking/APIClient/SampleBatchPayload.json
[2/70] Compiling Rudder RSServerConfig.swift
[3/70] Compiling Rudder RSAtomic.swift
[4/70] Compiling Rudder RSConfig.swift
[5/70] Compiling Rudder RSDBMessage.swift
[6/70] Compiling Rudder RSKeyPath.swift
[7/70] Compiling Rudder RSOption.swift
[8/70] Compiling Rudder RSConsoleLogger.swift
[9/70] 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
[10/70] 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
[11/70] 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
[12/70] 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
[13/70] 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
[14/70] 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
[15/70] 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
[16/70] Compiling Rudder RSTypeAlias.swift
[17/70] Compiling Rudder RSUserDefaults.swift
[18/70] Compiling Rudder RSVersion.swift
[19/70] Compiling Rudder NSError+Ext.swift
[20/70] Compiling Rudder String+Ext.swift
[21/70] Compiling Rudder UserDefaults+Ext.swift
[22/70] Compiling Rudder JSON.swift
[23/70] Compiling Rudder RSAnyEncodable.swift
[24/70] Compiling Rudder RSRepeatingTimer.swift
[25/70] Compiling Rudder API.swift
[26/70] Compiling Rudder RSServiceManager.swift
[27/70] Compiling Rudder RSUtils.swift
[28/70] Compiling Rudder resource_bundle_accessor.swift
[29/70] Compiling Rudder RSAppTrackingConsent.swift
[30/70] Compiling Rudder RSErrorCode.swift
[31/70] Compiling Rudder RSLogLevel.swift
[32/70] Compiling Rudder RSMessageType.swift
[33/70] Compiling Rudder RSDestination.swift
[34/70] Compiling Rudder RSDestinationConfig.swift
[35/70] Compiling Rudder RSDestinationDefinition.swift
[36/70] 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
[37/70] 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
[38/70] 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
[39/70] 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
[40/70] 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
[41/70] 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
[42/70] 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
[43/70] Compiling Rudder RSiOSScreenViewEvents.swift
[44/70] Compiling Rudder RSwatchOSDelegation.swift
[45/70] Compiling Rudder RSwatchOSLifecycleEvents.swift
[46/70] Compiling Rudder RSwatchOSLifecycleMonitor.swift
[47/70] Compiling Rudder RSwatchOSScreenViewEvents.swift
[48/70] Compiling Rudder RSAnyCodable.swift
[49/70] Compiling Rudder RSAnyDecodable.swift
[50/70] Compiling Rudder RSAdvertisementIdPlugin.swift
[51/70] Compiling Rudder RSAliasIdPlugin.swift
[52/70] Compiling Rudder RSAnonymousIdPlugin.swift
[53/70] Compiling Rudder RSAppTrackingConsentPlugin.swift
[54/70] Compiling Rudder RSContextPlugin.swift
[55/70] Compiling Rudder RSDeviceTokenPlugin.swift
[56/70] Compiling Rudder RSGDPRPlugin.swift
[57/70] Compiling Rudder RSLifeCycle.swift
[58/70] Compiling Rudder RSLogger.swift
[59/70] Compiling Rudder RSMessage.swift
[60/70] Compiling Rudder RSPlugins.swift
[61/70] Compiling Rudder RSPushNotifications.swift
[62/70] Compiling Rudder RSServiceType.swift
[63/70] Compiling Rudder RSmacOSLifecycleEvents.swift
[64/70] 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)
                                               ^
[65/70] 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)
                                               ^
[66/70] 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)
                                               ^
[67/70] 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)
                                               ^
[68/70] 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)
                                               ^
[69/70] 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)
                                               ^
[70/70] 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)
                                               ^
[71/71] 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