The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftyRemoteConfig, reference 1.3.0 (aaba62), with Swift 6.1 for Linux on 29 Apr 2025 06:54:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/SwiftyRemoteConfig.git
Reference: 1.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/fumito-ito/SwiftyRemoteConfig
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at aaba62c Merge pull request #67 from fumito-ito/renovate/firebase-firebase-ios-sdk-11.x
Cloned https://github.com/fumito-ito/SwiftyRemoteConfig.git
Revision (git rev-parse @):
aaba62c126712090a2256f3099be149710755424
SUCCESS checkout https://github.com/fumito-ito/SwiftyRemoteConfig.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fumito-ito/SwiftyRemoteConfig.git
https://github.com/fumito-ito/SwiftyRemoteConfig.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.1.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk.git"
    }
  ],
  "manifest_display_name" : "SwiftyRemoteConfig",
  "name" : "SwiftyRemoteConfig",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk.git
[1/368033] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (20.53s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.12.0 (53.74s)
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/abseil-cpp-binary.git
[1/8285] Fetching nanopb
[333/8560] Fetching nanopb, interop-ios-for-google-sdks
[1584/11914] Fetching nanopb, interop-ios-for-google-sdks, leveldb
[2853/14097] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check
[4345/14197] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check, abseil-cpp-binary
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.53s)
[7566/14097] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.53s)
[7475/13822] Fetching nanopb, leveldb, app-check
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/grpc-binary.git
Fetched https://github.com/firebase/leveldb.git from cache (0.94s)
Fetching https://github.com/google/GoogleDataTransport.git
[1/4446] Fetching gtm-session-fetcher
[46/9503] Fetching gtm-session-fetcher, googleutilities
[8215/9652] Fetching gtm-session-fetcher, googleutilities, grpc-binary
Fetched https://github.com/google/app-check.git from cache (1.37s)
[8764/15526] Fetching gtm-session-fetcher, googleutilities, grpc-binary, googledatatransport
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/firebase/nanopb.git from cache (1.41s)
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/google/grpc-binary.git from cache (0.56s)
[10238/15377] Fetching gtm-session-fetcher, googleutilities, googledatatransport
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (1.06s)
[8147/10320] Fetching gtm-session-fetcher, googledatatransport
[10321/10758] Fetching gtm-session-fetcher, googledatatransport, googleappmeasurement
[10492/13200] Fetching gtm-session-fetcher, googledatatransport, googleappmeasurement, promises
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.74s)
[12347/12762] Fetching gtm-session-fetcher, googledatatransport, promises
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.19s)
[6595/6888] Fetching gtm-session-fetcher, promises
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.69s)
Fetched https://github.com/google/promises.git from cache (0.80s)
[1/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (9.22s)
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 (11.75s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (1.01s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (1.19s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (1.11s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.12.0 (1.16s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.09s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (1.04s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (1.12s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (1.03s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.09s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.4.0 (1.13s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (1.07s)
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/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.12.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/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 4.4.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/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/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/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.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.0.2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 11.12.0
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.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/11.12.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[1369/3011466] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[416381/3719127] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
[1106164/3791987] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
[1482265/22975874] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip (1.09s)
[1649042/22903014] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[1975864/35213400] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[2925961/45405541] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip (1.41s)
[3178712/44697880] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip (2.20s)
[30576463/41686414] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
[38677504/64906291] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[44893524/168217905] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip (5.78s)
[148642009/158025764] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[158079470/186321498] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (7.24s)
[174011112/174011112] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (9.31s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip (13.67s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (15.61s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (25.41s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SwiftyRemoteConfig/Info.plist
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/21] Write sources
[3/21] Copying PrivacyInfo.xcprivacy
[3/21] Write sources
[6/21] Write swift-version-24593BA9C3E375BF.txt
[8/29] Emitting module FirebaseSharedSwift
[9/29] Compiling FirebaseRemoteConfigInterop RemoteConfigInterop.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigInterop)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RemoteConfigInterop {
19 |   func registerRolloutsStateSubscriber(_ subscriber: RolloutsStateSubscriber,
[10/29] Compiling FirebaseRemoteConfigInterop RolloutAssignment.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutAssignment)
   |  `- error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRolloutAssignment)
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
   |    `- error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:20:4: error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
   |    `- error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:21:4: error: Objective-C interoperability is disabled
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
   |    `- error: Objective-C interoperability is disabled
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:22:4: error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
   |    `- error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:23:4: error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
   |    `- error: Objective-C interoperability is disabled
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:25:4: error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
   |    `- error: Objective-C interoperability is disabled
26 |                     parameterKey: String,
27 |                     parameterValue: String) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:37:2: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc(FIRRolloutsState)
   |  `- error: Objective-C interoperability is disabled
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:39:4: error: Objective-C interoperability is disabled
37 | @objc(FIRRolloutsState)
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
   |    `- error: Objective-C interoperability is disabled
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:41:4: error: Objective-C interoperability is disabled
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
   |    `- error: Objective-C interoperability is disabled
42 |     for assignment in assignmentList {
43 |       assignments.insert(assignment)
[11/29] Compiling FirebaseRemoteConfigInterop RemoteConfigConstants.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigConstants)
   |  `- error: Objective-C interoperability is disabled
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRemoteConfigConstants)
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
   |    `- error: Objective-C interoperability is disabled
20 |     "firebase"
21 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/29] Emitting module FirebaseRemoteConfigInterop
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigConstants)
   |  `- error: Objective-C interoperability is disabled
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRemoteConfigConstants)
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
   |    `- error: Objective-C interoperability is disabled
20 |     "firebase"
21 | }
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigInterop)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RemoteConfigInterop {
19 |   func registerRolloutsStateSubscriber(_ subscriber: RolloutsStateSubscriber,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutAssignment)
   |  `- error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRolloutAssignment)
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
   |    `- error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:20:4: error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
   |    `- error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:21:4: error: Objective-C interoperability is disabled
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
   |    `- error: Objective-C interoperability is disabled
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:22:4: error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
   |    `- error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:23:4: error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
   |    `- error: Objective-C interoperability is disabled
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:25:4: error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
   |    `- error: Objective-C interoperability is disabled
26 |                     parameterKey: String,
27 |                     parameterValue: String) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:37:2: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc(FIRRolloutsState)
   |  `- error: Objective-C interoperability is disabled
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:39:4: error: Objective-C interoperability is disabled
37 | @objc(FIRRolloutsState)
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
   |    `- error: Objective-C interoperability is disabled
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:41:4: error: Objective-C interoperability is disabled
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
   |    `- error: Objective-C interoperability is disabled
42 |     for assignment in assignmentList {
43 |       assignments.insert(assignment)
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutsStateSubscriber)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RolloutsStateSubscriber {
19 |   func rolloutsStateDidChange(_ rolloutsState: RolloutsState)
[13/29] Compiling FirebaseRemoteConfigInterop RolloutsStateSubscriber.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutsStateSubscriber)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RolloutsStateSubscriber {
19 |   func rolloutsStateDidChange(_ rolloutsState: RolloutsState)
[14/29] Compiling FirebaseSharedSwift FirebaseRemoteConfigValueDecoding.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2175:21: error: cannot find 'kCFBooleanTrue' in scope
2173 |     if let number = value as? NSNumber {
2174 |       // TODO: Add a flag to coerce non-boolean numbers into Bools?
2175 |       if number === kCFBooleanTrue as NSNumber {
     |                     `- error: cannot find 'kCFBooleanTrue' in scope
2176 |         return true
2177 |       } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2177:28: error: cannot find 'kCFBooleanFalse' in scope
2175 |       if number === kCFBooleanTrue as NSNumber {
2176 |         return true
2177 |       } else if number === kCFBooleanFalse as NSNumber {
     |                            `- error: cannot find 'kCFBooleanFalse' in scope
2178 |         return false
2179 |       }
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2200:53: error: cannot find 'kCFBooleanTrue' in scope
2198 |   fileprivate func getNumber(_ value: Any, as type: Any.Type) throws -> NSNumber {
2199 |     let val = rcValNumberAdaptor(value)
2200 |     guard let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse else {
     |                                                     `- error: cannot find 'kCFBooleanTrue' in scope
2201 |       throw DecodingError._typeMismatch(at: self.codingPath, expectation: type, reality: val)
2202 |     }
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2200:80: error: cannot find 'kCFBooleanFalse' in scope
2198 |   fileprivate func getNumber(_ value: Any, as type: Any.Type) throws -> NSNumber {
2199 |     let val = rcValNumberAdaptor(value)
2200 |     guard let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse else {
     |                                                                                `- error: cannot find 'kCFBooleanFalse' in scope
2201 |       throw DecodingError._typeMismatch(at: self.codingPath, expectation: type, reality: val)
2202 |     }
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2330:50: error: cannot find 'kCFBooleanTrue' in scope
2328 |
2329 |     let val = rcValNumberAdaptor(value)
2330 |     if let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse {
     |                                                  `- error: cannot find 'kCFBooleanTrue' in scope
2331 |       // We are willing to return a Float by losing precision:
2332 |       // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2330:77: error: cannot find 'kCFBooleanFalse' in scope
2328 |
2329 |     let val = rcValNumberAdaptor(value)
2330 |     if let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse {
     |                                                                             `- error: cannot find 'kCFBooleanFalse' in scope
2331 |       // We are willing to return a Float by losing precision:
2332 |       // * If the original value was integral,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2377:50: error: cannot find 'kCFBooleanTrue' in scope
2375 |
2376 |     let val = rcValNumberAdaptor(value)
2377 |     if let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse {
     |                                                  `- error: cannot find 'kCFBooleanTrue' in scope
2378 |       // We are always willing to return the number as a Double:
2379 |       // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseSharedSwift/Sources/third_party/FirebaseDataEncoder/FirebaseDataEncoder.swift:2377:77: error: cannot find 'kCFBooleanFalse' in scope
2375 |
2376 |     let val = rcValNumberAdaptor(value)
2377 |     if let number = val as? NSNumber, number !== kCFBooleanTrue, number !== kCFBooleanFalse {
     |                                                                             `- error: cannot find 'kCFBooleanFalse' in scope
2378 |       // We are always willing to return the number as a Double:
2379 |       // * If the original value was integral, it is guaranteed to fit in a Double; we are willing to lose precision past 2^53 if you encoded a UInt64 but requested a Double
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwiftyRemoteConfigTests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SwiftyRemoteConfig/Info.plist
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/16] Write swift-version-24593BA9C3E375BF.txt
[3/24] Compiling FirebaseRemoteConfigInterop RemoteConfigInterop.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigInterop)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RemoteConfigInterop {
19 |   func registerRolloutsStateSubscriber(_ subscriber: RolloutsStateSubscriber,
[4/24] Compiling FirebaseRemoteConfigInterop RolloutsStateSubscriber.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutsStateSubscriber)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RolloutsStateSubscriber {
19 |   func rolloutsStateDidChange(_ rolloutsState: RolloutsState)
[5/24] Compiling FirebaseRemoteConfigInterop RolloutAssignment.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutAssignment)
   |  `- error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRolloutAssignment)
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
   |    `- error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:20:4: error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
   |    `- error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:21:4: error: Objective-C interoperability is disabled
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
   |    `- error: Objective-C interoperability is disabled
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:22:4: error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
   |    `- error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:23:4: error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
   |    `- error: Objective-C interoperability is disabled
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:25:4: error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
   |    `- error: Objective-C interoperability is disabled
26 |                     parameterKey: String,
27 |                     parameterValue: String) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:37:2: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc(FIRRolloutsState)
   |  `- error: Objective-C interoperability is disabled
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:39:4: error: Objective-C interoperability is disabled
37 | @objc(FIRRolloutsState)
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
   |    `- error: Objective-C interoperability is disabled
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:41:4: error: Objective-C interoperability is disabled
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
   |    `- error: Objective-C interoperability is disabled
42 |     for assignment in assignmentList {
43 |       assignments.insert(assignment)
[6/24] Compiling FirebaseRemoteConfigInterop RemoteConfigConstants.swift
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigConstants)
   |  `- error: Objective-C interoperability is disabled
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRemoteConfigConstants)
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
   |    `- error: Objective-C interoperability is disabled
20 |     "firebase"
21 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/24] Emitting module FirebaseRemoteConfigInterop
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigConstants)
   |  `- error: Objective-C interoperability is disabled
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigConstants.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRemoteConfigConstants)
18 | public final class RemoteConfigConstants: NSObject {
19 |   @objc(FIRNamespaceGoogleMobilePlatform) public static let NamespaceGoogleMobilePlatform =
   |    `- error: Objective-C interoperability is disabled
20 |     "firebase"
21 | }
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RemoteConfigInterop.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRemoteConfigInterop)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RemoteConfigInterop {
19 |   func registerRolloutsStateSubscriber(_ subscriber: RolloutsStateSubscriber,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutAssignment)
   |  `- error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:19:4: error: Objective-C interoperability is disabled
17 | @objc(FIRRolloutAssignment)
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
   |    `- error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:20:4: error: Objective-C interoperability is disabled
18 | public class RolloutAssignment: NSObject {
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
   |    `- error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:21:4: error: Objective-C interoperability is disabled
19 |   @objc public var rolloutId: String
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
   |    `- error: Objective-C interoperability is disabled
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:22:4: error: Objective-C interoperability is disabled
20 |   @objc public var variantId: String
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
   |    `- error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:23:4: error: Objective-C interoperability is disabled
21 |   @objc public var templateVersion: Int64
22 |   @objc public var parameterKey: String
23 |   @objc public var parameterValue: String
   |    `- error: Objective-C interoperability is disabled
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:25:4: error: Objective-C interoperability is disabled
23 |   @objc public var parameterValue: String
24 |
25 |   @objc public init(rolloutId: String, variantId: String, templateVersion: Int64,
   |    `- error: Objective-C interoperability is disabled
26 |                     parameterKey: String,
27 |                     parameterValue: String) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:37:2: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc(FIRRolloutsState)
   |  `- error: Objective-C interoperability is disabled
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:39:4: error: Objective-C interoperability is disabled
37 | @objc(FIRRolloutsState)
38 | public class RolloutsState: NSObject {
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
   |    `- error: Objective-C interoperability is disabled
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutAssignment.swift:41:4: error: Objective-C interoperability is disabled
39 |   @objc public var assignments: Set<RolloutAssignment> = Set()
40 |
41 |   @objc public init(assignmentList: [RolloutAssignment]) {
   |    `- error: Objective-C interoperability is disabled
42 |     for assignment in assignmentList {
43 |       assignments.insert(assignment)
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseRemoteConfig/Interop/RolloutsStateSubscriber.swift:17:2: error: Objective-C interoperability is disabled
15 | import Foundation
16 |
17 | @objc(FIRRolloutsStateSubscriber)
   |  `- error: Objective-C interoperability is disabled
18 | public protocol RolloutsStateSubscriber {
19 |   func rolloutsStateDidChange(_ rolloutsState: RolloutsState)
[8/24] Compiling FirebaseSharedSwift FirebaseRemoteConfigValueDecoding.swift
BUILD FAILURE 6.1 linux