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

Successful build of SwiftyInAppMessaging, reference 2.1.0 (b35f5e), with Swift 6.1 for Linux on 29 Apr 2025 05:20:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/SwiftyInAppMessaging.git
Reference: 2.1.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/SwiftyInAppMessaging
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at b35f5e4 Merge pull request #53 from shimastripe/firebase/v11
Cloned https://github.com/fumito-ito/SwiftyInAppMessaging.git
Revision (git rev-parse @):
b35f5e4ff53d352805095d06f0645ca030fdac34
SUCCESS checkout https://github.com/fumito-ito/SwiftyInAppMessaging.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fumito-ito/SwiftyInAppMessaging.git
https://github.com/fumito-ito/SwiftyInAppMessaging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    }
  ],
  "manifest_display_name" : "SwiftyInAppMessaging",
  "name" : "SwiftyInAppMessaging",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyInAppMessaging",
      "targets" : [
        "SwiftyInAppMessagingTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyInAppMessagingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessagingTests",
      "path" : "Tests/SwiftyInAppMessagingTests",
      "sources" : [
        "Router/InAppMessaging+Router.swift",
        "SwiftyInAppMessagingTests.swift",
        "Utilities/DisplayMessage.swift",
        "Utilities/Handler.swift",
        "Utilities/Router.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyInAppMessaging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyInAppMessagingTarget",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessagingTarget",
      "path" : "SwiftPM-PlatformExclude",
      "product_memberships" : [
        "SwiftyInAppMessaging"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "SwiftyInAppMessaging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyInAppMessaging",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessaging",
      "path" : "Sources/SwiftyInAppMessaging",
      "product_dependencies" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "product_memberships" : [
        "SwiftyInAppMessaging"
      ],
      "sources" : [
        "Default/Banner/InAppDefaultBannerMessageHandler.swift",
        "Default/Banner/InAppDefaultBannerMessageView.swift",
        "Default/Banner/InAppDefaultBannerMessageViewControlller.swift",
        "Default/Card/InAppDefaultCardMessageHandler.swift",
        "Default/Card/InAppDefaultCardMessageView.swift",
        "Default/Card/InAppDefaultCardMessageViewController.swift",
        "Default/DefaultInAppMessagingRouter.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageHandler.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageView.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageViewController.swift",
        "Default/Modal/InAppDefaultModalMessageHandler.swift",
        "Default/Modal/InAppDefaultModalMessageView.swift",
        "Default/Modal/InAppDefaultModalMessageViewController.swift",
        "Extensions/InAppMessagingDisplayMessage+Extensions.swift",
        "InAppMessageComponent.swift",
        "InAppMessageHandler.swift",
        "InAppMessageRouter.swift",
        "SwiftyInAppMessaging.swift",
        "SwiftyInAppMessagingError.swift",
        "Uitilities/FontSize.swift",
        "Uitilities/InAppMessagingActionButton+Extensions.swift",
        "Uitilities/Log.swift",
        "Uitilities/UIApplication+Extensions.swift",
        "Uitilities/UIColor+Extensions.swift",
        "Uitilities/UIImage+Extensions.swift",
        "Uitilities/UIViewController+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[1/368033] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (17.20s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 11.12.0 (41.86s)
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/app-check.git
[1/3354] Fetching leveldb
[169/3454] Fetching leveldb, abseil-cpp-binary
[499/3603] Fetching leveldb, abseil-cpp-binary, grpc-binary
[584/5786] Fetching leveldb, abseil-cpp-binary, grpc-binary, app-check
[2098/6061] Fetching leveldb, abseil-cpp-binary, grpc-binary, app-check, interop-ios-for-google-sdks
[2233/14346] Fetching leveldb, abseil-cpp-binary, grpc-binary, app-check, interop-ios-for-google-sdks, nanopb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.29s)
Fetching https://github.com/google/gtm-session-fetcher.git
[7950/14246] Fetching leveldb, grpc-binary, app-check, interop-ios-for-google-sdks, nanopb
Fetched https://github.com/google/app-check.git from cache (0.30s)
[6430/12063] Fetching leveldb, grpc-binary, interop-ios-for-google-sdks, nanopb
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/firebase/leveldb.git from cache (0.41s)
Fetching https://github.com/google/GoogleDataTransport.git
[1/5057] Fetching googleutilities
[3289/9503] Fetching googleutilities, gtm-session-fetcher
[6526/15377] Fetching googleutilities, gtm-session-fetcher, googledatatransport
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.59s)
Fetched https://github.com/google/grpc-binary.git from cache (0.59s)
Fetched https://github.com/firebase/nanopb.git from cache (0.60s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.42s)
[1/438] Fetching googleappmeasurement
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.46s)
[1/2442] Fetching promises
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.68s)
Fetched https://github.com/google/promises.git from cache (0.38s)
[1/38504] Fetching swift-protobuf
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (5.50s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.59s)
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 (7.04s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.84s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (0.88s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.57s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.12.0 (0.65s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.62s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.55s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.61s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (0.57s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.61s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.4.0 (0.60s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.54s)
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/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 11.12.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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/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/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/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.12.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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.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
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/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.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
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/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
[1369/28295734] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
[412481/51515611] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[1099803/54527077] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[1409344/54599937] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
[4630821/64792078] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip (1.10s)
[8444703/64719218] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
[12798769/65426879] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
[20563232/84610766] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.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
[23737661/96921152] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.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
[33625705/96213491] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip (1.42s)
[43049152/93202025] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip (1.61s)
[89307421/196513639] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.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/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/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip (2.54s)
[89825571/186321498] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.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/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[104171761/174011112] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.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/bin/grpc/1.69.0/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.66s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (5.30s)
[114888434/154827225] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.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/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip (6.24s)
[107187237/126531491] Downloading 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/bin/grpc/1.69.0/rc0/grpcpp.zip (8.70s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (23.43s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module SwiftyInAppMessagingTarget
/host/spi-builder-workspace/SwiftPM-PlatformExclude/Dummy.swift:10:10: warning: SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.
 8 | #if os(iOS) || os(tvOS)
 9 | #else
10 | #warning("SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.")
   |          `- warning: SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.
11 | #endif
12 |
[5/5] Compiling SwiftyInAppMessagingTarget Dummy.swift
/host/spi-builder-workspace/SwiftPM-PlatformExclude/Dummy.swift:10:10: warning: SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.
 8 | #if os(iOS) || os(tvOS)
 9 | #else
10 | #warning("SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.")
   |          `- warning: SwiftyInAppMessaging and 'Firebase In App Messaging' only supports the iOS and tvOS platforms.
11 | #endif
12 |
Build complete! (118.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    }
  ],
  "manifest_display_name" : "SwiftyInAppMessaging",
  "name" : "SwiftyInAppMessaging",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyInAppMessaging",
      "targets" : [
        "SwiftyInAppMessagingTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyInAppMessagingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessagingTests",
      "path" : "Tests/SwiftyInAppMessagingTests",
      "sources" : [
        "Router/InAppMessaging+Router.swift",
        "SwiftyInAppMessagingTests.swift",
        "Utilities/DisplayMessage.swift",
        "Utilities/Handler.swift",
        "Utilities/Router.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyInAppMessaging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyInAppMessagingTarget",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessagingTarget",
      "path" : "SwiftPM-PlatformExclude",
      "product_memberships" : [
        "SwiftyInAppMessaging"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "SwiftyInAppMessaging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftyInAppMessaging",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyInAppMessaging",
      "path" : "Sources/SwiftyInAppMessaging",
      "product_dependencies" : [
        "FirebaseInAppMessaging-Beta"
      ],
      "product_memberships" : [
        "SwiftyInAppMessaging"
      ],
      "sources" : [
        "Default/Banner/InAppDefaultBannerMessageHandler.swift",
        "Default/Banner/InAppDefaultBannerMessageView.swift",
        "Default/Banner/InAppDefaultBannerMessageViewControlller.swift",
        "Default/Card/InAppDefaultCardMessageHandler.swift",
        "Default/Card/InAppDefaultCardMessageView.swift",
        "Default/Card/InAppDefaultCardMessageViewController.swift",
        "Default/DefaultInAppMessagingRouter.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageHandler.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageView.swift",
        "Default/ImageOnly/InAppDefaultImageOnlyMessageViewController.swift",
        "Default/Modal/InAppDefaultModalMessageHandler.swift",
        "Default/Modal/InAppDefaultModalMessageView.swift",
        "Default/Modal/InAppDefaultModalMessageViewController.swift",
        "Extensions/InAppMessagingDisplayMessage+Extensions.swift",
        "InAppMessageComponent.swift",
        "InAppMessageHandler.swift",
        "InAppMessageRouter.swift",
        "SwiftyInAppMessaging.swift",
        "SwiftyInAppMessagingError.swift",
        "Uitilities/FontSize.swift",
        "Uitilities/InAppMessagingActionButton+Extensions.swift",
        "Uitilities/Log.swift",
        "Uitilities/UIApplication+Extensions.swift",
        "Uitilities/UIColor+Extensions.swift",
        "Uitilities/UIImage+Extensions.swift",
        "Uitilities/UIViewController+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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
Done.