Build Information
Successful build of SwiftyInAppMessaging, reference 2.1.0 (b35f5e
), with Swift 6.1 for Android on 29 May 2025 14:36:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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: android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/firebase/firebase-ios-sdk
[1/370972] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (25.11s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 11.13.0 (55.15s)
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/google/app-check.git
[1/2183] Fetching app-check
[2184/10468] Fetching app-check, nanopb
[2599/10568] Fetching app-check, nanopb, abseil-cpp-binary
[3362/10717] Fetching app-check, nanopb, abseil-cpp-binary, grpc-binary
[3899/14071] Fetching app-check, nanopb, abseil-cpp-binary, grpc-binary, leveldb
Fetched https://github.com/google/app-check.git from cache (0.40s)
Fetching https://github.com/google/gtm-session-fetcher.git
[7471/11888] Fetching nanopb, abseil-cpp-binary, grpc-binary, leveldb
[11863/16371] Fetching nanopb, abseil-cpp-binary, grpc-binary, leveldb, gtm-session-fetcher
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.84s)
Fetched https://github.com/google/grpc-binary.git from cache (0.84s)
[13074/16122] Fetching nanopb, leveldb, gtm-session-fetcher
Fetched https://github.com/firebase/leveldb.git from cache (0.84s)
[9899/12768] Fetching nanopb, gtm-session-fetcher
Fetched https://github.com/firebase/nanopb.git from cache (0.85s)
[1659/4483] Fetching gtm-session-fetcher
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/google/GoogleAppMeasurement.git
[4484/4758] Fetching gtm-session-fetcher, interop-ios-for-google-sdks
[4759/5220] Fetching gtm-session-fetcher, interop-ios-for-google-sdks, googleappmeasurement
[5221/44301] Fetching gtm-session-fetcher, interop-ios-for-google-sdks, googleappmeasurement, swift-protobuf
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (1.35s)
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.78s)
[3980/39543] Fetching googleappmeasurement, swift-protobuf
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (1.37s)
[3909/39081] Fetching swift-protobuf
[7036/44158] Fetching swift-protobuf, googleutilities
[13286/50032] Fetching swift-protobuf, googleutilities, googledatatransport
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.68s)
[17990/44955] Fetching swift-protobuf, googledatatransport
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.74s)
[13679/39081] Fetching swift-protobuf
[18760/41523] Fetching swift-protobuf, promises
Fetched https://github.com/google/promises.git from cache (0.45s)
[22277/39081] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.32s)
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 (8.76s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.62s)
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.64s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.96s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.62s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.13.0 (0.62s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.66s)
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.64s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.76s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.5.0 (0.69s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.65s)
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.13.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/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/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 4.5.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/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.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/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.13.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/grpc/1.69.0/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.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/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip
[1369/103311614] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[970967/113601620] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
[27494213/136821497] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[29439152/137529229] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip
[31480407/156713116] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[33666973/156785973] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip
[35834566/169096359] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[37037115/169023502] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.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
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip (1.42s)
[38051294/172059007] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.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.13.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip (1.80s)
[51608485/171351275] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.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/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip (2.68s)
[120433349/161061269] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/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/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.13.0/GoogleAppMeasurementOnDeviceConversion.zip
[130013410/158025764] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/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/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.13.0/GoogleAppMeasurementOnDeviceConversion.zip (2.80s)
[158027133/186320044] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/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/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (8.41s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (9.32s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip (9.54s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (16.49s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (28.02s)
[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! (177.85s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.