Build Information
Failed to build SpeziFirebase, reference 2.0.6 (633bc3
), with Swift 6.1 for Android on 24 Jun 2025 06:28:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFirebase.git
Reference: 2.0.6
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/StanfordSpezi/SpeziFirebase
* tag 2.0.6 -> FETCH_HEAD
HEAD is now at 633bc3a Fix Computed Properties In AccountStorage Docs (#56)
Cloned https://github.com/StanfordSpezi/SpeziFirebase.git
Revision (git rev-parse @):
633bc3acef854fd1570f8f3619e04e3aca81ea33
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFirebase.git at 2.0.6
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziFirebase.git
https://github.com/StanfordSpezi/SpeziFirebase.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "speziaccount",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziAccount.git"
},
{
"identity" : "spezistorage",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
},
{
"identity" : "firebase-ios-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "11.8.0",
"upper_bound" : "12.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/firebase/firebase-ios-sdk.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "SpeziFirebase",
"name" : "SpeziFirebase",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziFirebaseAccount",
"targets" : [
"SpeziFirebaseAccount"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziFirebaseConfiguration",
"targets" : [
"SpeziFirebaseConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziFirestore",
"targets" : [
"SpeziFirestore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziFirebaseStorage",
"targets" : [
"SpeziFirebaseStorage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziFirebaseAccountStorage",
"targets" : [
"SpeziFirebaseAccountStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziFirestore",
"module_type" : "SwiftTarget",
"name" : "SpeziFirestore",
"path" : "Sources/SpeziFirestore",
"product_dependencies" : [
"Spezi",
"FirebaseFirestore",
"Atomics"
],
"product_memberships" : [
"SpeziFirestore",
"SpeziFirebaseAccountStorage"
],
"sources" : [
"DocumentReference+AsyncAwait.swift",
"Firestore.swift",
"FirestoreError.swift",
"FirestoreSettings+Emulator.swift"
],
"target_dependencies" : [
"SpeziFirebaseConfiguration"
],
"type" : "library"
},
{
"c99name" : "SpeziFirebaseTests",
"module_type" : "SwiftTarget",
"name" : "SpeziFirebaseTests",
"path" : "Tests/SpeziFirebaseTests",
"sources" : [
"SpeziFirebaseTests.swift"
],
"target_dependencies" : [
"SpeziFirebaseAccount",
"SpeziFirebaseConfiguration",
"SpeziFirestore"
],
"type" : "test"
},
{
"c99name" : "SpeziFirebaseStorage",
"module_type" : "SwiftTarget",
"name" : "SpeziFirebaseStorage",
"path" : "Sources/SpeziFirebaseStorage",
"product_dependencies" : [
"Spezi",
"FirebaseStorage"
],
"product_memberships" : [
"SpeziFirebaseStorage"
],
"sources" : [
"FirebaseStorageConfiguration.swift"
],
"target_dependencies" : [
"SpeziFirebaseConfiguration"
],
"type" : "library"
},
{
"c99name" : "SpeziFirebaseConfiguration",
"module_type" : "SwiftTarget",
"name" : "SpeziFirebaseConfiguration",
"path" : "Sources/SpeziFirebaseConfiguration",
"product_dependencies" : [
"Spezi",
"FirebaseFirestore"
],
"product_memberships" : [
"SpeziFirebaseAccount",
"SpeziFirebaseConfiguration",
"SpeziFirestore",
"SpeziFirebaseStorage",
"SpeziFirebaseAccountStorage"
],
"sources" : [
"ConfigureFirebaseApp.swift"
],
"type" : "library"
},
{
"c99name" : "SpeziFirebaseAccountStorage",
"module_type" : "SwiftTarget",
"name" : "SpeziFirebaseAccountStorage",
"path" : "Sources/SpeziFirebaseAccountStorage",
"product_dependencies" : [
"FirebaseFirestore",
"Spezi",
"SpeziAccount"
],
"product_memberships" : [
"SpeziFirebaseAccountStorage"
],
"sources" : [
"FirestoreAccountStorage.swift"
],
"target_dependencies" : [
"SpeziFirestore"
],
"type" : "library"
},
{
"c99name" : "SpeziFirebaseAccount",
"module_type" : "SwiftTarget",
"name" : "SpeziFirebaseAccount",
"path" : "Sources/SpeziFirebaseAccount",
"product_dependencies" : [
"SpeziFoundation",
"Spezi",
"SpeziValidation",
"SpeziAccount",
"SpeziLocalStorage",
"SpeziKeychainStorage",
"FirebaseAuth"
],
"product_memberships" : [
"SpeziFirebaseAccount"
],
"sources" : [
"FirebaseAccountService.swift",
"FirebaseAuthProviders.swift",
"Keys/AccountDetails+FirebaseMetdata.swift",
"Models/FirebaseAccountError.swift",
"Models/FirebaseAccountModel.swift",
"Models/ReauthenticationContext.swift",
"Models/ReauthenticationOperationResult.swift",
"Models/ValidationRule+FirebasePassword.swift",
"Utils/CryptoUtils.swift",
"Utils/StorageKeys.swift",
"Views/FirebaseAccountModifier.swift",
"Views/FirebaseAnonymousSignInButton.swift",
"Views/FirebaseLoginView.swift",
"Views/FirebaseSecurityAlert.swift",
"Views/FirebaseSignInWithAppleButton.swift"
],
"target_dependencies" : [
"SpeziFirebaseConfiguration"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/firebase/firebase-ios-sdk.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziAccount.git
[1/1633] Fetching spezistorage
[589/10955] Fetching spezistorage, spezi
[2660/19703] Fetching spezistorage, spezi, speziaccount
[3937/21500] Fetching spezistorage, spezi, speziaccount, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.71s)
Fetched https://github.com/StanfordSpezi/SpeziAccount.git from cache (0.72s)
[1/1172] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.29s)
[1/373538] Fetching firebase-ios-sdk
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (17.37s)
[1/3963] Fetching speziviews
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (17.72s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (19.98s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.1 (1.88s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/583] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.24s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.0 (1.17s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.9 (1.72s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.1.0 (1.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.14s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.94s)
Computing version for https://github.com/StanfordSpezi/SpeziAccount.git
Computed https://github.com/StanfordSpezi/SpeziAccount.git at 2.3.1 (1.41s)
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/StanfordBDHG/XCTestExtensions.git
[1/861] Fetching xctestextensions
Fetched https://github.com/StanfordBDHG/XCTestExtensions.git from cache (0.25s)
[1/7050] Fetching phonenumberkit
[7051/77977] Fetching phonenumberkit, swift-syntax
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (4.97s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.02s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.1.1 (5.56s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.81s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.11.0 (0.82s)
Computing version for https://github.com/StanfordBDHG/XCTestExtensions.git
Computed https://github.com/StanfordBDHG/XCTestExtensions.git at 1.2.1 (0.83s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.15.0 (26.37s)
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/abseil-cpp-binary.git
[1/2183] Fetching app-check
[1180/2332] Fetching app-check, grpc-binary
[1548/2432] Fetching app-check, grpc-binary, abseil-cpp-binary
[1604/2707] Fetching app-check, grpc-binary, abseil-cpp-binary, interop-ios-for-google-sdks
[2223/6061] Fetching app-check, grpc-binary, abseil-cpp-binary, interop-ios-for-google-sdks, leveldb
Fetching https://github.com/firebase/nanopb.git
Fetched https://github.com/google/app-check.git from cache (0.34s)
[2067/3878] Fetching grpc-binary, abseil-cpp-binary, interop-ios-for-google-sdks, leveldb
Fetching https://github.com/google/gtm-session-fetcher.git
Fetched https://github.com/google/grpc-binary.git from cache (0.53s)
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.53s)
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.53s)
Fetched https://github.com/firebase/leveldb.git from cache (0.53s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/GoogleDataTransport.git
[1/8285] Fetching nanopb
[2/12802] Fetching nanopb, gtm-session-fetcher
[7622/13268] Fetching nanopb, gtm-session-fetcher, googleappmeasurement
[8464/18345] Fetching nanopb, gtm-session-fetcher, googleappmeasurement, googleutilities
[9120/24219] Fetching nanopb, gtm-session-fetcher, googleappmeasurement, googleutilities, googledatatransport
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.91s)
Fetching https://github.com/google/promises.git
Fetched https://github.com/firebase/nanopb.git from cache (1.23s)
Fetched https://github.com/google/GoogleUtilities.git from cache (1.04s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.04s)
[467/2908] Fetching googleappmeasurement, promises
Fetched https://github.com/google/promises.git from cache (0.61s)
[1/39463] Fetching swift-protobuf
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (9.14s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.22s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (10.24s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.50s)
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.58s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.73s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.57s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.15.0 (2.32s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/37] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.34s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.72s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (2.28s)
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.1.0 (0.61s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.89s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.59s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.5.0 (0.67s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.89s)
Creating working copy for https://github.com/StanfordSpezi/SpeziAccount.git
Working copy of https://github.com/StanfordSpezi/SpeziAccount.git resolved at 2.3.1
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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.9
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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.1.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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/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/StanfordBDHG/XCTestExtensions.git
Working copy of https://github.com/StanfordBDHG/XCTestExtensions.git resolved at 1.2.1
Creating working copy for https://github.com/StanfordSpezi/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.1
Creating working copy for https://github.com/google/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 11.15.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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.15.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.1.0
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.11.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.1.1
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/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/swiftpm/11.15.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.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/bin/abseil/1.2024072200.0/rc0/absl.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/11.15.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[1369/72861] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip
[74230/10530250] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip (0.76s)
[529791/10457389] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip
[10458758/38753853] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip
[10551039/142065467] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[10754528/142773410] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/FirebaseAnalytics.zip
[12422761/161957297] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[12975978/174267683] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.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.15.0/FirebaseAnalytics.zip (1.10s)
[12796890/173559740] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[80079566/176635225] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/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.15.0/GoogleAppMeasurementOnDeviceConversion.zip
[93144455/181772678] Downloading https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/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.15.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip (1.95s)
[90539503/171315289] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/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.15.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip
[126304847/194535166] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/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.15.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip (2.54s)
[166837636/189397713] Downloading https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip, 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/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.15.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.41s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip (3.51s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (4.35s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.14.0/rc0/FirebaseFirestoreInternal.zip (4.64s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (12.10s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (15.68s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings.license
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziFirestore/Resources/Localizable.xcstrings.license
/host/spi-builder-workspace/Sources/SpeziFirestore/Resources/Localizable.xcstrings
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/123] Write sources
[21/123] Copying Localizable.xcstrings.license
[22/123] Write sources
[23/123] Copying Info.plist
[24/123] Copying Localizable.xcstrings
[25/123] Copying Localizable.xcstrings.license
[25/123] Copying Localizable.xcstrings
[25/123] Copying Info.plist
[25/123] Copying Localizable.xcstrings
[25/123] Copying Localizable.xcstrings.license
[25/123] Copying Info.plist
[25/123] Write sources
[25/123] Copying Localizable.xcstrings.license
[25/123] Copying Localizable.xcstrings
[25/123] Copying Info.plist
[25/123] Write sources
[42/123] Copying Localizable.xcstrings.license
[43/123] Copying Info.plist
[44/123] Copying Localizable.xcstrings
[44/123] Write sources
[44/123] Copying PrivacyInfo.xcprivacy
[57/123] Compiling _SwiftSyntaxCShims dummy.c
[58/123] Compiling _NumericsShims _NumericsShims.c
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
12 | #include <Foundation/NSObjCRuntime.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[59/123] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[59/123] Compiling _AtomicsShims.c
[59/123] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[59/123] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[59/123] Compiling GoogleUtilities-AppDelegateSwizzler GULSceneDelegateSwizzler.m
[59/123] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[59/123] Compiling GoogleUtilities-AppDelegateSwizzler resource_bundle_accessor.m
[59/123] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings.license
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziFirestore/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziFirestore/Resources/Localizable.xcstrings.license
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/65] Write sources
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRMultiFactorConstants.m:17:9: fatal error: 'TargetConditionals.h' file not found
17 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/65] Compiling FIRMultiFactorConstants.m
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
12 | #include <Foundation/NSObjCRuntime.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/65] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[3/65] Compiling _AtomicsShims.c
[3/65] Compiling FIRAuthErrorUtils.m
[3/65] Compiling FirebaseFirestoreTarget dummy.m
[3/65] Compiling FirebaseAuthInterop dummy.m
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/FirebaseAuth/Sources/ObjC/FIRAuthProvider.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
17 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/65] Compiling FIRAuthProvider.m
[3/65] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android