Build Information
Successful build of LaunchDarkly, reference 9.13.0 (082430
), with Swift 5.9 for macOS (SPM) on 21 Apr 2025 19:22:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/launchdarkly/ios-client-sdk.git
Reference: 9.13.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/launchdarkly/ios-client-sdk
* tag 9.13.0 -> FETCH_HEAD
HEAD is now at 082430f chore(v9): release 9.13.0 (#436)
Cloned https://github.com/launchdarkly/ios-client-sdk.git
Revision (git rev-parse @):
082430ff008d76d503327c52b27e3b2af99c3ef2
SUCCESS checkout https://github.com/launchdarkly/ios-client-sdk.git at 9.13.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/launchdarkly/ios-client-sdk.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
[2/9] Compiling LDSwiftEventSource Logs.swift
[3/9] Compiling LDSwiftEventSource Types.swift
[4/9] Compiling DataCompression DataCompression.swift
[5/9] Emitting module DataCompression
[6/9] Compiling LDSwiftEventSource EventParser.swift
[7/9] Emitting module LDSwiftEventSource
[8/9] Compiling LDSwiftEventSource LDSwiftEventSource.swift
[9/9] Compiling LDSwiftEventSource UTF8LineParser.swift
[10/73] Emitting module LaunchDarkly
[11/80] Compiling LaunchDarkly Event.swift
[12/80] Compiling LaunchDarkly FeatureFlag.swift
[13/80] Compiling LaunchDarkly ConnectionModeChangeObserver.swift
[14/80] Compiling LaunchDarkly FlagChangeObserver.swift
[15/80] Compiling LaunchDarkly FlagsUnchangedObserver.swift
[16/80] Compiling LaunchDarkly LDChangedFlag.swift
[17/80] Compiling LaunchDarkly FlagRequestTracker.swift
[18/80] Compiling LaunchDarkly ObjcLDConfig.swift
[19/80] Compiling LaunchDarkly ObjcLDContext.swift
[20/80] Compiling LaunchDarkly ObjcLDEvaluationDetail.swift
[21/80] Compiling LaunchDarkly ObjcLDReference.swift
[22/80] Compiling LaunchDarkly ObjcLDValue.swift
[23/80] Compiling LaunchDarkly CacheConverter.swift
[24/80] Compiling LaunchDarkly ConnectionInformationStore.swift
[25/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[26/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[27/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[28/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[29/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[30/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[31/80] 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
ldClient.identify(context: context.context, completion: nil)
^
/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
ldClient.identify(context: context.context, completion: completion)
^
/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
LDClient.start(config: configuration.config, context: context.context, completion: completion)
^
[32/80] Compiling LaunchDarkly DiagnosticCache.swift
[33/80] Compiling LaunchDarkly FeatureFlagCache.swift
[34/80] Compiling LaunchDarkly KeyedValueCache.swift
[35/80] Compiling LaunchDarkly ClientServiceFactory.swift
[36/80] Compiling LaunchDarkly CwlSysctl.swift
[37/80] Compiling LaunchDarkly DiagnosticReporter.swift
[38/80] Compiling LaunchDarkly EnvironmentReporter.swift
[39/80] Compiling LaunchDarkly SystemCapabilities.swift
[40/80] Compiling LaunchDarkly TVOSEnvironmentReporter.swift
[41/80] Compiling LaunchDarkly WatchOSEnvironmentReporter.swift
[42/80] Compiling LaunchDarkly EventReporter.swift
[43/80] Compiling LaunchDarkly FlagChangeNotifier.swift
[44/80] Compiling LaunchDarkly FlagStore.swift
[45/80] Compiling LaunchDarkly FlagSynchronizer.swift
[46/80] Compiling LaunchDarkly Data.swift
[47/80] Compiling LaunchDarkly Date.swift
[48/80] Compiling LaunchDarkly DateFormatter.swift
[49/80] Compiling LaunchDarkly Thread.swift
[50/80] Compiling LaunchDarkly LDClient.swift
[51/80] Compiling LaunchDarkly LDClientVariation.swift
[52/80] Compiling LaunchDarkly LDCommon.swift
[53/80] Compiling LaunchDarkly LDTimer.swift
[54/80] Compiling LaunchDarkly Log.swift
[55/80] Compiling LaunchDarkly NetworkReporter.swift
[56/80] Compiling LaunchDarkly SheddingQueue.swift
[57/80] Compiling LaunchDarkly Throttler.swift
[58/80] Compiling LaunchDarkly Util.swift
[59/80] Compiling LaunchDarkly resource_bundle_accessor.swift
[60/80] Compiling LaunchDarkly ApplicationInfoEnvironmentReporter.swift
[61/80] Compiling LaunchDarkly EnvironmentReporterBuilder.swift
[62/80] Compiling LaunchDarkly EnvironmentReporterChainBase.swift
[63/80] Compiling LaunchDarkly IOSEnvironmentReporter.swift
[64/80] Compiling LaunchDarkly MacOSEnvironmentReporter.swift
[65/80] Compiling LaunchDarkly ReportingConsts.swift
[66/80] Compiling LaunchDarkly SDKEnvironmentReporter.swift
[67/80] Compiling LaunchDarkly LDEvaluationDetail.swift
[68/80] Compiling LaunchDarkly EvaluationSeriesContext.swift
[69/80] Compiling LaunchDarkly Hook.swift
[70/80] Compiling LaunchDarkly Metadata.swift
[71/80] Compiling LaunchDarkly IdentifyTypes.swift
[72/80] Compiling LaunchDarkly LDConfig.swift
[73/80] Compiling LaunchDarkly DarklyService.swift
[74/80] Compiling LaunchDarkly LDValueDecoder.swift
[75/80] Compiling LaunchDarkly ConnectionInformation.swift
[76/80] Compiling LaunchDarkly Kind.swift
[77/80] Compiling LaunchDarkly LDContext.swift
[78/80] Compiling LaunchDarkly Modifier.swift
[79/80] Compiling LaunchDarkly Reference.swift
[80/80] Compiling LaunchDarkly DiagnosticEvent.swift
Build complete! (23.41s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting
Fetching https://github.com/mw99/DataCompression
Fetching https://github.com/LaunchDarkly/swift-eventsource.git
[1/1257] Fetching cwlpreconditiontesting
[228/1451] Fetching cwlpreconditiontesting, datacompression
[304/3024] Fetching cwlpreconditiontesting, datacompression, swift-eventsource
Fetched https://github.com/mw99/DataCompression (1.50s)
Fetched https://github.com/LaunchDarkly/swift-eventsource.git (1.50s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetched https://github.com/mattgallagher/CwlPreconditionTesting (1.50s)
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/7900] Fetching ohhttpstubs
[1186/22655] Fetching ohhttpstubs, quick
[1482/42222] Fetching ohhttpstubs, quick, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs.git (1.78s)
Fetched https://github.com/Quick/Nimble.git (1.78s)
Fetched https://github.com/Quick/Quick.git (1.78s)
Computing version for https://github.com/mw99/DataCompression
Computed https://github.com/mw99/DataCompression at 3.8.0 (0.41s)
Computing version for https://github.com/LaunchDarkly/swift-eventsource.git
Computed https://github.com/LaunchDarkly/swift-eventsource.git at 3.3.0 (0.47s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.1.2 (0.55s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.67s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.43s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.42s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.42s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.41s)
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
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
warning: 'spi-builder-workspace': found 71 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClient.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDValue.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Hooks/Hook.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/IdentifyTypes.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Log.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDContext.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Throttler.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Event.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/LDTimer.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/TVOSEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDClientVariation.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/WatchOSEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EventReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDApplicationInfo.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/MacOSEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDValueDecoder.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/IOSEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Cache/KeyedValueCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Hooks/EvaluationSeriesContext.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Context/Kind.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Networking/HTTPHeaders.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/DiagnosticEvent.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FlagRequestTracker.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Networking/URLResponse.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/ConnectionInformation.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Extensions/DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/FlagStore.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Networking/DarklyService.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ApplicationInfoEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FlagChange/ConnectionModeChangeObserver.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/SystemCapabilities.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/NetworkReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Networking/HTTPURLRequest.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FlagChange/FlagsUnchangedObserver.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Context/Modifier.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Extensions/Thread.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Cache/FeatureFlagCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Context/Reference.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FeatureFlag.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/EnvironmentReporterBuilder.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/CwlSysctl.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/ClientServiceFactory.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDEvaluationDetail.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Cache/CacheConverter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Support/Info.plist
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDChangedFlag.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/SheddingQueue.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/PrivacyInfo.xcprivacy
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Extensions/Data.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/ReportingConsts.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Context/LDContext.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/FlagSynchronizer.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FlagChange/LDChangedFlag.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/EnvironmentReporterChainBase.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Util.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/LDConfig.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/FlagChangeNotifier.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDReference.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporting/SDKEnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDConfig.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/FlagChange/FlagChangeObserver.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/EnvironmentReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/DiagnosticReporter.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/Hooks/Metadata.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Extensions/Date.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Models/FeatureFlag/LDEvaluationDetail.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Cache/DiagnosticCache.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/LDCommon.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ServiceObjects/Cache/ConnectionInformationStore.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/Networking/HTTPURLResponse.swift
/Users/admin/builder/spi-builder-workspace/LaunchDarkly/LaunchDarkly/ObjectiveC/ObjcLDClient.swift
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/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",
"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.