Build Information
Successful build of SwiftyRemoteConfig, reference master (8dff22), with Swift 6.1 for macOS (SPM) on 26 Nov 2025 07:49:14 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/SwiftyRemoteConfig.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumito-ito/SwiftyRemoteConfig
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8dff22c Merge pull request #103 from fumito-ito/renovate/actions-checkout-6.x
Cloned https://github.com/fumito-ito/SwiftyRemoteConfig.git
Revision (git rev-parse @):
8dff22c8b1daef53a28ea817f45e1ef7cfbcdb42
SUCCESS checkout https://github.com/fumito-ito/SwiftyRemoteConfig.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fumito-ito/SwiftyRemoteConfig.git
https://github.com/fumito-ito/SwiftyRemoteConfig.git
{
"dependencies" : [
{
"identity" : "firebase-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "12.6.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/firebase/firebase-ios-sdk.git"
}
],
"manifest_display_name" : "SwiftyRemoteConfig",
"name" : "SwiftyRemoteConfig",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftyRemoteConfig",
"targets" : [
"SwiftyRemoteConfig"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyRemoteConfigTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyRemoteConfigTests",
"path" : "Tests",
"sources" : [
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Bool.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Data.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Double.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Int.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+String.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+URL.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Codable.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Color.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+CustomSerializable.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Enum.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Serializable.swift",
"SwiftyRemoteConfigTests/Helpers/RemoteConfigSerializableSpec.swift",
"SwiftyRemoteConfigTests/Helpers/TestHelper.swift",
"SwiftyRemoteConfigTests/SwiftyRemoteConfigTests.swift",
"SwiftyRemoteConfigTests/XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyRemoteConfig"
],
"type" : "test"
},
{
"c99name" : "SwiftyRemoteConfig",
"module_type" : "SwiftTarget",
"name" : "SwiftyRemoteConfig",
"path" : "Sources",
"product_dependencies" : [
"FirebaseRemoteConfig"
],
"product_memberships" : [
"SwiftyRemoteConfig"
],
"sources" : [
"SwiftyRemoteConfig/BuiltIns.swift",
"SwiftyRemoteConfig/PropertyWrappers.swift",
"SwiftyRemoteConfig/RemoteConfig+Observing.swift",
"SwiftyRemoteConfig/RemoteConfig+Subscripts.swift",
"SwiftyRemoteConfig/RemoteConfig.swift",
"SwiftyRemoteConfig/RemoteConfigAdapter.swift",
"SwiftyRemoteConfig/RemoteConfigBridge.swift",
"SwiftyRemoteConfig/RemoteConfigCombine.swift",
"SwiftyRemoteConfig/RemoteConfigKey.swift",
"SwiftyRemoteConfig/RemoteConfigKeys.swift",
"SwiftyRemoteConfig/RemoteConfigObserver.swift",
"SwiftyRemoteConfig/RemoteConfigSerializable.swift",
"SwiftyRemoteConfig/Utils/OptionalType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/22] Write sources
[3/22] Copying PrivacyInfo.xcprivacy
[3/22] Write sources
[6/22] Write swift-version-2F0A5646E1D333AE.txt
[8/30] Compiling FirebaseRemoteConfigInterop RemoteConfigConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/30] Compiling FirebaseRemoteConfigInterop RolloutsStateSubscriber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/30] Compiling FirebaseRemoteConfigInterop RolloutAssignment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/30] Compiling FirebaseRemoteConfigInterop RemoteConfigInterop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/30] Emitting module FirebaseRemoteConfigInterop
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/30] Compiling FirebaseSharedSwift FirebaseRemoteConfigValueDecoding.swift
[14/30] Emitting module FirebaseSharedSwift
[15/30] Compiling FirebaseSharedSwift FirebaseDataEncoder.swift
[15/30] Compiling FirebaseRemoteConfigInternal RCNConfigSessionConfiguration.m
[16/30] Compiling FirebaseRemoteConfigInternal RCNDevice.m
[17/30] Compiling FirebaseRemoteConfigInternal RCNUserDefaultsManager.m
[18/30] Compiling FirebaseRemoteConfigInternal RCNConfigContent.m
[19/30] Compiling FirebaseRemoteConfigInternal RCNConfigExperiment.m
[20/30] Compiling FirebaseRemoteConfigInternal FIRRemoteConfigUpdate.m
[21/30] Compiling FirebaseRemoteConfigInternal FIRRemoteConfigComponent.m
[22/30] Compiling FirebaseRemoteConfigInternal RCNConfigSettings.m
[23/30] Compiling FirebaseRemoteConfigInternal RCNConfigFetch.m
[24/30] Compiling FirebaseRemoteConfigInternal FIRConfigValue.m
[25/30] Compiling FirebaseRemoteConfigInternal RCNConfigRealtime.m
[26/30] Compiling FirebaseRemoteConfigInternal FIRRemoteConfig.m
[27/30] Compiling FirebaseRemoteConfigInternal RCNPersonalization.m
[28/30] Compiling FirebaseRemoteConfigInternal RCNConstants3P.m
[29/30] Compiling FirebaseRemoteConfigInternal RCNConfigDBManager.m
[31/39] Compiling FirebaseRemoteConfig resource_bundle_accessor.swift
[32/39] Compiling FirebaseRemoteConfig SPMSwiftHeaderWorkaround.swift
[33/39] Compiling FirebaseRemoteConfig Value.swift
[34/39] Compiling FirebaseRemoteConfig RemoteConfigProperty.swift
[35/39] Compiling FirebaseRemoteConfig CustomSignals.swift
[36/39] Compiling FirebaseRemoteConfig Codable.swift
[37/39] Compiling FirebaseRemoteConfig FirebaseRemoteConfigValueDecoderHelper.swift
[38/39] Compiling FirebaseRemoteConfig RemoteConfigValueObservable.swift
[39/39] Emitting module FirebaseRemoteConfig
[40/52] Compiling SwiftyRemoteConfig RemoteConfigKeys.swift
[41/53] Compiling SwiftyRemoteConfig RemoteConfig+Observing.swift
[42/53] Compiling SwiftyRemoteConfig RemoteConfig+Subscripts.swift
[43/53] Compiling SwiftyRemoteConfig RemoteConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/RemoteConfig.swift:12:12: warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | import FirebaseRemoteConfig
11 |
12 | public var RemoteConfigs = RemoteConfigAdapter<RemoteConfigKeys>(remoteConfig: RemoteConfig.remoteConfig(), keyStore: .init())
| |- warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RemoteConfigs' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RemoteConfigs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public extension RemoteConfig {
[44/53] Compiling SwiftyRemoteConfig RemoteConfigAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/RemoteConfig.swift:12:12: warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | import FirebaseRemoteConfig
11 |
12 | public var RemoteConfigs = RemoteConfigAdapter<RemoteConfigKeys>(remoteConfig: RemoteConfig.remoteConfig(), keyStore: .init())
| |- warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RemoteConfigs' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RemoteConfigs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public extension RemoteConfig {
[45/53] Compiling SwiftyRemoteConfig BuiltIns.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:12:23: warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
| |- warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'observed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
14 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:13:23: warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
| |- warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cached' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public let rawValue: Int
[46/53] Compiling SwiftyRemoteConfig PropertyWrappers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:12:23: warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
| |- warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'observed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
14 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:13:23: warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
| |- warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cached' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public let rawValue: Int
[47/53] Compiling SwiftyRemoteConfig RemoteConfigBridge.swift
[48/53] Compiling SwiftyRemoteConfig RemoteConfigCombine.swift
[49/53] Compiling SwiftyRemoteConfig RemoteConfigKey.swift
[50/53] Compiling SwiftyRemoteConfig RemoteConfigSerializable.swift
[51/53] Compiling SwiftyRemoteConfig RemoteConfigObserver.swift
[52/53] Emitting module SwiftyRemoteConfig
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:12:23: warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
| |- warning: static property 'observed' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'observed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
14 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/PropertyWrappers.swift:13:23: warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import FirebaseRemoteConfig
10 |
11 | public struct SwiftyRemoteConfigOptions: OptionSet {
| `- note: consider making struct 'SwiftyRemoteConfigOptions' conform to the 'Sendable' protocol
12 | public static let observed = SwiftyRemoteConfigOptions(rawValue: 1 << 0)
13 | public static let cached = SwiftyRemoteConfigOptions(rawValue: 1 << 2)
| |- warning: static property 'cached' is not concurrency-safe because non-'Sendable' type 'SwiftyRemoteConfigOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cached' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public let rawValue: Int
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyRemoteConfig/RemoteConfig.swift:12:12: warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | import FirebaseRemoteConfig
11 |
12 | public var RemoteConfigs = RemoteConfigAdapter<RemoteConfigKeys>(remoteConfig: RemoteConfig.remoteConfig(), keyStore: .init())
| |- warning: var 'RemoteConfigs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'RemoteConfigs' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'RemoteConfigs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public extension RemoteConfig {
[53/53] Compiling SwiftyRemoteConfig OptionalType.swift
Build complete! (102.08s)
Fetching https://github.com/firebase/firebase-ios-sdk.git from cache
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (3.61s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 12.6.0 (5.31s)
Fetching https://github.com/firebase/nanopb.git from cache
Fetching https://github.com/google/gtm-session-fetcher.git from cache
Fetching https://github.com/google/abseil-cpp-binary.git from cache
Fetching https://github.com/google/interop-ios-for-google-sdks.git from cache
Fetching https://github.com/google/grpc-binary.git from cache
Fetching https://github.com/firebase/leveldb.git from cache
Fetching https://github.com/google/app-check.git from cache
Fetched https://github.com/google/app-check.git from cache (0.84s)
Fetching https://github.com/google/GoogleUtilities.git from cache
Fetched https://github.com/firebase/leveldb.git from cache (1.20s)
Fetched https://github.com/firebase/nanopb.git from cache (1.20s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (1.20s)
Fetched https://github.com/google/grpc-binary.git from cache (1.20s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (1.21s)
Fetching https://github.com/google/GoogleAppMeasurement.git from cache
Fetching https://github.com/google/GoogleDataTransport.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/google/promises.git from cache
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.23s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.65s)
Fetched https://github.com/google/promises.git from cache (0.56s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.68s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.69s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.90s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (4.76s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (0.59s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.59s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.50s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.49s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.5.0 (0.51s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/78] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.65s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.26s)
Computing version for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Computed https://github.com/googleads/google-ads-on-device-conversion-ios-sdk at 3.2.0 (0.59s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.59s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.60s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.59s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 5.0.0 (0.48s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.53s)
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 5.0.0
Creating working copy for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 3.2.0
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/google/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.69.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/google/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 11.2.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.5.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/firebase/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 12.6.0
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
[2029/2029] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[19051776/19051776] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip
[19085857/19085857] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[19417522/19417522] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[19680435/19680435] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[20745616/20745616] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
[32714971/32714971] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip
[33103840/33103840] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[37649866/37649866] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurementIdentitySupport.zip (1.14s)
[1863535/1863535] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip
[11131872/11131872] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[13658764/13658764] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip
[24923493/24923493] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[30782525/30782525] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[33388273/33388273] Downloading https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/appads/3.2.0/GoogleAdsOnDeviceConversion.zip (1.81s)
[68299296/68299296] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/GoogleAppMeasurement.zip (2.02s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.5.0/FirebaseAnalytics.zip (2.54s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (3.12s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.4.0/rc0/FirebaseFirestoreInternal.zip (3.32s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.91s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip (11.33s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip (14.57s)
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/SwiftyRemoteConfig/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "firebase-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "12.6.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/firebase/firebase-ios-sdk.git"
}
],
"manifest_display_name" : "SwiftyRemoteConfig",
"name" : "SwiftyRemoteConfig",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftyRemoteConfig",
"targets" : [
"SwiftyRemoteConfig"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyRemoteConfigTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyRemoteConfigTests",
"path" : "Tests",
"sources" : [
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Bool.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Data.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Double.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+Int.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+String.swift",
"SwiftyRemoteConfigTests/BuiltIns/RemoteConfig+URL.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Codable.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Color.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+CustomSerializable.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Enum.swift",
"SwiftyRemoteConfigTests/External types/RemoteConfig+Serializable.swift",
"SwiftyRemoteConfigTests/Helpers/RemoteConfigSerializableSpec.swift",
"SwiftyRemoteConfigTests/Helpers/TestHelper.swift",
"SwiftyRemoteConfigTests/SwiftyRemoteConfigTests.swift",
"SwiftyRemoteConfigTests/XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyRemoteConfig"
],
"type" : "test"
},
{
"c99name" : "SwiftyRemoteConfig",
"module_type" : "SwiftTarget",
"name" : "SwiftyRemoteConfig",
"path" : "Sources",
"product_dependencies" : [
"FirebaseRemoteConfig"
],
"product_memberships" : [
"SwiftyRemoteConfig"
],
"sources" : [
"SwiftyRemoteConfig/BuiltIns.swift",
"SwiftyRemoteConfig/PropertyWrappers.swift",
"SwiftyRemoteConfig/RemoteConfig+Observing.swift",
"SwiftyRemoteConfig/RemoteConfig+Subscripts.swift",
"SwiftyRemoteConfig/RemoteConfig.swift",
"SwiftyRemoteConfig/RemoteConfigAdapter.swift",
"SwiftyRemoteConfig/RemoteConfigBridge.swift",
"SwiftyRemoteConfig/RemoteConfigCombine.swift",
"SwiftyRemoteConfig/RemoteConfigKey.swift",
"SwiftyRemoteConfig/RemoteConfigKeys.swift",
"SwiftyRemoteConfig/RemoteConfigObserver.swift",
"SwiftyRemoteConfig/RemoteConfigSerializable.swift",
"SwiftyRemoteConfig/Utils/OptionalType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.