The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LaunchDarkly, reference 9.15.0 (66d26f), with Swift 6.2 (beta) for macOS (SPM) on 15 Aug 2025 15:53:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/launchdarkly/ios-client-sdk.git
Reference: 9.15.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/launchdarkly/ios-client-sdk
 * tag               9.15.0     -> FETCH_HEAD
HEAD is now at 66d26f7 chore(v9): release 9.15.0 (#447)
Cloned https://github.com/launchdarkly/ios-client-sdk.git
Revision (git rev-parse @):
66d26f7f77ea30d55fd41c360a04915734e1e3ba
SUCCESS checkout https://github.com/launchdarkly/ios-client-sdk.git at 9.15.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/launchdarkly/ios-client-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/13] Emitting module LDSwiftEventSource
[7/13] Compiling DataCompression DataCompression.swift
[8/13] Emitting module DataCompression
[9/13] Compiling LDSwiftEventSource Types.swift
[10/13] Compiling LDSwiftEventSource UTF8LineParser.swift
[11/13] Compiling LDSwiftEventSource EventParser.swift
[12/13] Compiling LDSwiftEventSource LDSwiftEventSource.swift
[13/13] Compiling LDSwiftEventSource Logs.swift
[14/81] Emitting module LaunchDarkly
[15/88] Compiling LaunchDarkly Metadata.swift
[16/88] Compiling LaunchDarkly IdentifyTypes.swift
[17/88] Compiling LaunchDarkly LDConfig.swift
[18/88] Compiling LaunchDarkly EnvironmentMetadata.swift
[19/88] Compiling LaunchDarkly Plugin.swift
[20/88] Compiling LaunchDarkly PluginMetadata.swift
[21/88] Compiling LaunchDarkly SdkMetadata.swift
[22/88] Compiling LaunchDarkly DarklyService.swift
[23/88] Compiling LaunchDarkly LDTimer.swift
[24/88] Compiling LaunchDarkly Log.swift
[25/88] Compiling LaunchDarkly NetworkReporter.swift
[26/88] Compiling LaunchDarkly SheddingQueue.swift
[27/88] Compiling LaunchDarkly Throttler.swift
[28/88] Compiling LaunchDarkly Util.swift
[29/88] Compiling LaunchDarkly resource_bundle_accessor.swift
[30/88] Compiling LaunchDarkly Data.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[31/88] Compiling LaunchDarkly Date.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[32/88] Compiling LaunchDarkly DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[33/88] Compiling LaunchDarkly Thread.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[34/88] Compiling LaunchDarkly LDClient.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[35/88] Compiling LaunchDarkly LDClientVariation.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[36/88] Compiling LaunchDarkly LDCommon.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[37/88] Compiling LaunchDarkly LDValueDecoder.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:820:39: warning: no calls to throwing functions occur within 'try' expression
818 |                 // Catch to protect against any runtime exceptions from plugin
819 |                 do {
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
    |                                       `- warning: no calls to throwing functions occur within 'try' expression
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:822:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
820 |                     let pluginHooks = try plugin.getHooks(metadata: environmentMetadata)
821 |                     instance.hooks.append(contentsOf: pluginHooks)
822 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
823 |                     os_log("Exception thrown getting hooks for plugin %@. Unable to get hooks, plugin will not be registered.", log: config.logger, type: .error, plugin.getMetadata().getName())
824 |                 }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift:831:19: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
829 |                 do {
830 |                     plugin.register(client: instance, metadata: environmentMetadata)
831 |                 } catch {
    |                   `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
832 |                     os_log("Exception thrown registering plugin %@.", log: config.logger, type: .error, plugin.getMetadata().getName())
833 |                 }
[38/88] Compiling LaunchDarkly ConnectionInformation.swift
[39/88] Compiling LaunchDarkly Kind.swift
[40/88] Compiling LaunchDarkly LDContext.swift
[41/88] Compiling LaunchDarkly Modifier.swift
[42/88] Compiling LaunchDarkly Reference.swift
[43/88] Compiling LaunchDarkly DiagnosticEvent.swift
[44/88] Compiling LaunchDarkly Event.swift
[45/88] Compiling LaunchDarkly FeatureFlag.swift
[46/88] Compiling LaunchDarkly HTTPHeaders.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/88] Compiling LaunchDarkly HTTPURLRequest.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/88] Compiling LaunchDarkly HTTPURLResponse.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/88] Compiling LaunchDarkly URLResponse.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/88] Compiling LaunchDarkly ObjcLDApplicationInfo.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/88] Compiling LaunchDarkly ObjcLDChangedFlag.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[52/88] Compiling LaunchDarkly ObjcLDClient.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:114:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
112 |        */
113 |     @objc public func identify(context: ObjcLDContext) {
114 |         ldClient.identify(context: context.context, completion: nil)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
115 |     }
116 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:130:18: warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
128 |        */
129 |     @objc public func identify(context: ObjcLDContext, completion: (() -> Void)? = nil) {
130 |         ldClient.identify(context: context.context, completion: completion)
    |                  `- warning: 'identify(context:completion:)' is deprecated: Use LDClient.identify(context: completion:) with non-optional completion parameter [#DeprecatedDeclaration]
131 |     }
132 |
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift:554:17: warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
552 |     /// - Tag: start
553 |    @objc public static func start(configuration: ObjcLDConfig, context: ObjcLDContext, completion: (() -> Void)? = nil) {
554 |        LDClient.start(config: configuration.config, context: context.context, completion: completion)
    |                 `- warning: 'start(config:context:completion:)' is deprecated: Use LDClient.start(config: context: startWithSeconds: completion:) to initialize the SDK with a defined timeout [#DeprecatedDeclaration]
555 |    }
556 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[53/88] Compiling LaunchDarkly ObjcLDConfig.swift
[54/88] Compiling LaunchDarkly ObjcLDContext.swift
[55/88] Compiling LaunchDarkly ObjcLDEvaluationDetail.swift
[56/88] Compiling LaunchDarkly ObjcLDReference.swift
[57/88] Compiling LaunchDarkly ObjcLDValue.swift
[58/88] Compiling LaunchDarkly CacheConverter.swift
[59/88] Compiling LaunchDarkly ConnectionInformationStore.swift
[60/88] Compiling LaunchDarkly ConnectionModeChangeObserver.swift
[61/88] Compiling LaunchDarkly FlagChangeObserver.swift
[62/88] Compiling LaunchDarkly FlagsUnchangedObserver.swift
[63/88] Compiling LaunchDarkly LDChangedFlag.swift
[64/88] Compiling LaunchDarkly FlagRequestTracker.swift
[65/88] Compiling LaunchDarkly LDEvaluationDetail.swift
[66/88] Compiling LaunchDarkly EvaluationSeriesContext.swift
[67/88] Compiling LaunchDarkly Hook.swift
[68/88] Compiling LaunchDarkly ApplicationInfoEnvironmentReporter.swift
[69/88] Compiling LaunchDarkly EnvironmentReporterBuilder.swift
[70/88] Compiling LaunchDarkly EnvironmentReporterChainBase.swift
[71/88] Compiling LaunchDarkly IOSEnvironmentReporter.swift
[72/88] Compiling LaunchDarkly MacOSEnvironmentReporter.swift
[73/88] Compiling LaunchDarkly ReportingConsts.swift
[74/88] Compiling LaunchDarkly SDKEnvironmentReporter.swift
[75/88] Compiling LaunchDarkly DiagnosticCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[76/88] Compiling LaunchDarkly FeatureFlagCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[77/88] Compiling LaunchDarkly KeyedValueCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[78/88] Compiling LaunchDarkly ClientServiceFactory.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[79/88] Compiling LaunchDarkly CwlSysctl.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[80/88] Compiling LaunchDarkly DiagnosticReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[81/88] Compiling LaunchDarkly EnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:68:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
    |                  `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 69 |         }
 70 |     }
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift:66:75: warning: capture of non-sendable type 'T.Type' in an isolated closure
 64 |     }
 65 |
 66 |     private func sendDiagnosticEventAsync<T: DiagnosticEvent & Encodable>(diagnosticEvent: T) {
    |                                                                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 67 |         workQueue.async {
 68 |             self.sendDiagnosticEventSync(diagnosticEvent: diagnosticEvent)
[82/88] Compiling LaunchDarkly SystemCapabilities.swift
[83/88] Compiling LaunchDarkly TVOSEnvironmentReporter.swift
[84/88] Compiling LaunchDarkly WatchOSEnvironmentReporter.swift
[85/88] Compiling LaunchDarkly EventReporter.swift
[86/88] Compiling LaunchDarkly FlagChangeNotifier.swift
[87/88] Compiling LaunchDarkly FlagStore.swift
[88/88] Compiling LaunchDarkly FlagSynchronizer.swift
Build complete! (20.31s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/LaunchDarkly/swift-eventsource.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mw99/DataCompression
Fetching https://github.com/mattgallagher/CwlPreconditionTesting
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/1257] Fetching cwlpreconditiontesting
[152/1466] Fetching cwlpreconditiontesting, datacompression
[228/3039] Fetching cwlpreconditiontesting, datacompression, swift-eventsource
[764/10939] Fetching cwlpreconditiontesting, datacompression, swift-eventsource, ohhttpstubs
[1704/25769] Fetching cwlpreconditiontesting, datacompression, swift-eventsource, ohhttpstubs, quick
[2112/45353] Fetching cwlpreconditiontesting, datacompression, swift-eventsource, ohhttpstubs, quick, nimble
Fetched https://github.com/mw99/DataCompression from cache (1.07s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (1.07s)
[9877/43887] Fetching swift-eventsource, ohhttpstubs, quick, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.38s)
Fetched https://github.com/Quick/Quick.git from cache (1.38s)
[16849/21157] Fetching swift-eventsource, nimble
Fetched https://github.com/LaunchDarkly/swift-eventsource.git from cache (1.69s)
Fetched https://github.com/Quick/Nimble.git from cache (1.69s)
Computing version for https://github.com/mw99/DataCompression
Computed https://github.com/mw99/DataCompression at 3.8.0 (2.24s)
Computing version for https://github.com/LaunchDarkly/swift-eventsource.git
Computed https://github.com/LaunchDarkly/swift-eventsource.git at 3.3.0 (0.51s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.1.2 (0.51s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (1.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.50s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.51s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.51s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/mw99/DataCompression
Working copy of https://github.com/mw99/DataCompression resolved at 3.8.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting resolved at 2.1.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/LaunchDarkly/swift-eventsource.git
Working copy of https://github.com/LaunchDarkly/swift-eventsource.git resolved at 3.3.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "exact" : [
          "9.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "4.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "9.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "exact" : [
          "2.1.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting"
    },
    {
      "identity" : "swift-eventsource",
      "requirement" : {
        "exact" : [
          "3.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LaunchDarkly/swift-eventsource.git"
    },
    {
      "identity" : "datacompression",
      "requirement" : {
        "exact" : [
          "3.8.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mw99/DataCompression"
    }
  ],
  "manifest_display_name" : "LaunchDarkly",
  "name" : "LaunchDarkly",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LaunchDarkly",
      "targets" : [
        "LaunchDarkly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LaunchDarklyTests",
      "module_type" : "SwiftTarget",
      "name" : "LaunchDarklyTests",
      "path" : "LaunchDarkly",
      "product_dependencies" : [
        "OHHTTPStubsSwift",
        "Quick",
        "CwlPreconditionTesting",
        "Nimble"
      ],
      "sources" : [
        "GeneratedCode/mocks.generated.swift",
        "LaunchDarklyTests/Extensions/ThreadSpec.swift",
        "LaunchDarklyTests/LDClientHookSpec.swift",
        "LaunchDarklyTests/LDClientPluginsSpec.swift",
        "LaunchDarklyTests/LDClientSpec.swift",
        "LaunchDarklyTests/LDValueDecoderSpec.swift",
        "LaunchDarklyTests/Mocks/ClientServiceMockFactory.swift",
        "LaunchDarklyTests/Mocks/DarklyServiceMock.swift",
        "LaunchDarklyTests/Mocks/EnvironmentReportingMock.swift",
        "LaunchDarklyTests/Mocks/FlagMaintainingMock.swift",
        "LaunchDarklyTests/Mocks/LDConfigStub.swift",
        "LaunchDarklyTests/Mocks/LDContextStub.swift",
        "LaunchDarklyTests/Mocks/LDEventSourceMock.swift",
        "LaunchDarklyTests/Models/Context/KindSpec.swift",
        "LaunchDarklyTests/Models/Context/LDContextCodableSpec.swift",
        "LaunchDarklyTests/Models/Context/LDContextSpec.swift",
        "LaunchDarklyTests/Models/Context/ModifierSpec.swift",
        "LaunchDarklyTests/Models/Context/ReferenceSpec.swift",
        "LaunchDarklyTests/Models/DiagnosticEventSpec.swift",
        "LaunchDarklyTests/Models/EventSpec.swift",
        "LaunchDarklyTests/Models/FeatureFlag/FeatureFlagSpec.swift",
        "LaunchDarklyTests/Models/FeatureFlag/FlagChange/FlagChangeObserverSpec.swift",
        "LaunchDarklyTests/Models/FeatureFlag/FlagRequestTracking/FlagCounterSpec.swift",
        "LaunchDarklyTests/Models/FeatureFlag/FlagRequestTracking/FlagRequestTrackerSpec.swift",
        "LaunchDarklyTests/Models/LDConfigSpec.swift",
        "LaunchDarklyTests/Networking/DarklyServiceSpec.swift",
        "LaunchDarklyTests/Networking/HTTPHeadersSpec.swift",
        "LaunchDarklyTests/Networking/HTTPURLResponse.swift",
        "LaunchDarklyTests/Networking/URLRequestSpec.swift",
        "LaunchDarklyTests/ServiceObjects/Cache/CacheConverterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/Cache/DiagnosticCacheSpec.swift",
        "LaunchDarklyTests/ServiceObjects/Cache/FeatureFlagCacheSpec.swift",
        "LaunchDarklyTests/ServiceObjects/DiagnosticReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EnvironmentReporting/ApplicationInfoEnvironmentReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EnvironmentReporting/EnvironmentReporterChainBaseSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EnvironmentReporting/IOSEnvironmentReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EnvironmentReporting/SDKEnvironmentReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EnvironmentReporting/WatchOSEnvironmentReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/EventReporterSpec.swift",
        "LaunchDarklyTests/ServiceObjects/FlagChangeNotifierSpec.swift",
        "LaunchDarklyTests/ServiceObjects/FlagStoreSpec.swift",
        "LaunchDarklyTests/ServiceObjects/FlagSynchronizerSpec.swift",
        "LaunchDarklyTests/ServiceObjects/LDTimerSpec.swift",
        "LaunchDarklyTests/ServiceObjects/SheddingQueueSpec.swift",
        "LaunchDarklyTests/ServiceObjects/SynchronizingErrorSpec.swift",
        "LaunchDarklyTests/ServiceObjects/ThrottlerSpec.swift",
        "LaunchDarklyTests/TestContext.swift",
        "LaunchDarklyTests/TestUtil.swift",
        "LaunchDarklyTests/UtilSpec.swift"
      ],
      "target_dependencies" : [
        "LaunchDarkly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LaunchDarkly",
      "module_type" : "SwiftTarget",
      "name" : "LaunchDarkly",
      "path" : "LaunchDarkly/LaunchDarkly",
      "product_dependencies" : [
        "LDSwiftEventSource",
        "DataCompression"
      ],
      "product_memberships" : [
        "LaunchDarkly"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/DateFormatter.swift",
        "Extensions/Thread.swift",
        "LDClient.swift",
        "LDClientVariation.swift",
        "LDCommon.swift",
        "LDValueDecoder.swift",
        "Models/ConnectionInformation.swift",
        "Models/Context/Kind.swift",
        "Models/Context/LDContext.swift",
        "Models/Context/Modifier.swift",
        "Models/Context/Reference.swift",
        "Models/DiagnosticEvent.swift",
        "Models/Event.swift",
        "Models/FeatureFlag/FeatureFlag.swift",
        "Models/FeatureFlag/FlagChange/ConnectionModeChangeObserver.swift",
        "Models/FeatureFlag/FlagChange/FlagChangeObserver.swift",
        "Models/FeatureFlag/FlagChange/FlagsUnchangedObserver.swift",
        "Models/FeatureFlag/FlagChange/LDChangedFlag.swift",
        "Models/FeatureFlag/FlagRequestTracker.swift",
        "Models/FeatureFlag/LDEvaluationDetail.swift",
        "Models/Hooks/EvaluationSeriesContext.swift",
        "Models/Hooks/Hook.swift",
        "Models/Hooks/Metadata.swift",
        "Models/IdentifyTypes.swift",
        "Models/LDConfig.swift",
        "Models/Plugins/EnvironmentMetadata.swift",
        "Models/Plugins/Plugin.swift",
        "Models/Plugins/PluginMetadata.swift",
        "Models/Plugins/SdkMetadata.swift",
        "Networking/DarklyService.swift",
        "Networking/HTTPHeaders.swift",
        "Networking/HTTPURLRequest.swift",
        "Networking/HTTPURLResponse.swift",
        "Networking/URLResponse.swift",
        "ObjectiveC/ObjcLDApplicationInfo.swift",
        "ObjectiveC/ObjcLDChangedFlag.swift",
        "ObjectiveC/ObjcLDClient.swift",
        "ObjectiveC/ObjcLDConfig.swift",
        "ObjectiveC/ObjcLDContext.swift",
        "ObjectiveC/ObjcLDEvaluationDetail.swift",
        "ObjectiveC/ObjcLDReference.swift",
        "ObjectiveC/ObjcLDValue.swift",
        "ServiceObjects/Cache/CacheConverter.swift",
        "ServiceObjects/Cache/ConnectionInformationStore.swift",
        "ServiceObjects/Cache/DiagnosticCache.swift",
        "ServiceObjects/Cache/FeatureFlagCache.swift",
        "ServiceObjects/Cache/KeyedValueCache.swift",
        "ServiceObjects/ClientServiceFactory.swift",
        "ServiceObjects/CwlSysctl.swift",
        "ServiceObjects/DiagnosticReporter.swift",
        "ServiceObjects/EnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/ApplicationInfoEnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/EnvironmentReporterBuilder.swift",
        "ServiceObjects/EnvironmentReporting/EnvironmentReporterChainBase.swift",
        "ServiceObjects/EnvironmentReporting/IOSEnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/MacOSEnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/ReportingConsts.swift",
        "ServiceObjects/EnvironmentReporting/SDKEnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/SystemCapabilities.swift",
        "ServiceObjects/EnvironmentReporting/TVOSEnvironmentReporter.swift",
        "ServiceObjects/EnvironmentReporting/WatchOSEnvironmentReporter.swift",
        "ServiceObjects/EventReporter.swift",
        "ServiceObjects/FlagChangeNotifier.swift",
        "ServiceObjects/FlagStore.swift",
        "ServiceObjects/FlagSynchronizer.swift",
        "ServiceObjects/LDTimer.swift",
        "ServiceObjects/Log.swift",
        "ServiceObjects/NetworkReporter.swift",
        "ServiceObjects/SheddingQueue.swift",
        "ServiceObjects/Throttler.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.