The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyRemoteConfig, reference 1.4.0 (22b572), with Swift 6.1 for Wasm on 18 Aug 2025 15:48:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/SwiftyRemoteConfig.git
Reference: 1.4.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.4.0      -> FETCH_HEAD
HEAD is now at 22b572f Merge pull request #96 from ozumin/bump/target-os
Cloned https://github.com/fumito-ito/SwiftyRemoteConfig.git
Revision (git rev-parse @):
22b572f096026af743dad2b03f5f4489cb1775c0
SUCCESS checkout https://github.com/fumito-ito/SwiftyRemoteConfig.git at 1.4.0
========================================
Build
========================================
Selected platform:         wasm
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" : "12.1.0",
            "upper_bound" : "13.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" : "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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk.git
[1/378103] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (30.64s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 12.1.0 (36.14s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/app-check.git
[1/2416] Fetching app-check
[2031/2694] Fetching app-check, interop-ios-for-google-sdks
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.45s)
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/grpc-binary.git
Fetched https://github.com/google/app-check.git from cache (0.47s)
Fetching https://github.com/google/GoogleUtilities.git
[1/3354] Fetching leveldb
[672/3454] Fetching leveldb, abseil-cpp-binary
[1745/11739] Fetching leveldb, abseil-cpp-binary, nanopb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.45s)
[1779/11639] Fetching leveldb, nanopb
Fetching https://github.com/google/GoogleDataTransport.git
[2095/11788] Fetching leveldb, nanopb, grpc-binary
[5079/16869] Fetching leveldb, nanopb, grpc-binary, googleutilities
Fetched https://github.com/google/grpc-binary.git from cache (0.56s)
Fetching https://github.com/google/gtm-session-fetcher.git
[5184/16720] Fetching leveldb, nanopb, googleutilities
Fetching https://github.com/google/GoogleAppMeasurement.git
[8800/22594] Fetching leveldb, nanopb, googleutilities, googledatatransport
Fetched https://github.com/firebase/leveldb.git from cache (1.00s)
[12345/19240] Fetching nanopb, googleutilities, googledatatransport
Fetching https://github.com/apple/swift-protobuf.git
[13417/19766] Fetching nanopb, googleutilities, googledatatransport, googleappmeasurement
[15060/24389] Fetching nanopb, googleutilities, googledatatransport, googleappmeasurement, gtm-session-fetcher
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.63s)
[17948/23863] Fetching nanopb, googleutilities, googledatatransport, gtm-session-fetcher
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (1.23s)
[15520/18782] Fetching nanopb, googledatatransport, gtm-session-fetcher
[18783/21224] Fetching nanopb, googledatatransport, gtm-session-fetcher, promises
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.45s)
[14838/15350] Fetching nanopb, gtm-session-fetcher, promises
Fetched https://github.com/firebase/nanopb.git from cache (1.93s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.40s)
Fetched https://github.com/google/promises.git from cache (0.81s)
[1/40133] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.94s)
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.05s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.60s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (2.46s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.65s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.59s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.53s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.1.0 (0.69s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/55] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.23s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.84s)
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 2.2.0 (0.81s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.62s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.77s)
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.84s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.63s)
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/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
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.1.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/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 2.2.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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.1.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/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/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/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 5.0.0
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.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/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.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/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.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/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip
[1369/12310386] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[1541339/40403579] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip
[2371840/50898075] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip
[3401461/74117952] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[5455435/93301839] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip
[5734097/94008582] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip
[6286837/99164835] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
[7790066/202476449] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip (3.65s)
[48472205/201769706] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[201771075/201842500] Downloading https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip (8.02s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip (13.56s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip (15.64s)
Downloaded https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip (18.00s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (22.39s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (22.81s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (62.57s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (75.39s)
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/22] Write sources
[1/22] Copying PrivacyInfo.xcprivacy
[1/22] Write sources
[6/22] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/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
/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)
[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
/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)
[10/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
/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 | }
[11/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
/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)
[12/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
/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,
[13/30] Compiling FirebaseSharedSwift FirebaseRemoteConfigValueDecoding.swift
[14/30] Emitting module FirebaseSharedSwift
[15/30] Compiling FirebaseSharedSwift FirebaseDataEncoder.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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/17] Write swift-version-24593BA9C3E375BF.txt
[3/25] 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)
[4/25] 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)
[5/25] 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/25] 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,
[7/25] 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)
BUILD FAILURE 6.1 wasm