The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziFirebase, reference 2.0.7 (b2a7b2), with Swift 6.1 for Android on 18 Aug 2025 16:20:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFirebase.git
Reference: 2.0.7
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.7      -> FETCH_HEAD
HEAD is now at b2a7b23 Update Dependencies (#57)
Cloned https://github.com/StanfordSpezi/SpeziFirebase.git
Revision (git rev-parse @):
b2a7b23dfeb66fa27230c4364e761cd49c9eeb41
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFirebase.git at 2.0.7
========================================
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.3.2",
            "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" : "12.1.0",
            "upper_bound" : "13.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-4606859-0":/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: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordSpezi/SpeziAccount.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/firebase/firebase-ios-sdk.git
[1/4025] Fetching speziviews
[605/5658] Fetching speziviews, spezistorage
[948/14446] Fetching speziviews, spezistorage, speziaccount
[2716/23781] Fetching speziviews, spezistorage, speziaccount, spezi
[3391/25589] Fetching speziviews, spezistorage, speziaccount, spezi, swift-atomics
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.17s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (1.43s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.44s)
Fetched https://github.com/StanfordSpezi/SpeziAccount.git from cache (1.44s)
[1/1232] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.60s)
[1/378107] Fetching firebase-ios-sdk
Fetched https://github.com/apple/swift-atomics.git from cache (15.86s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (16.22s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 12.1.0 (19.92s)
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/app-check.git
[1/149] Fetching grpc-binary
[150/3503] Fetching grpc-binary, leveldb
[352/3781] Fetching grpc-binary, leveldb, interop-ios-for-google-sdks
[1669/12066] Fetching grpc-binary, leveldb, interop-ios-for-google-sdks, nanopb
[3035/12166] Fetching grpc-binary, leveldb, interop-ios-for-google-sdks, nanopb, abseil-cpp-binary
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.29s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetched https://github.com/google/grpc-binary.git from cache (0.30s)
[5361/14155] Fetching leveldb, nanopb, abseil-cpp-binary, app-check
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/google/app-check.git from cache (0.42s)
[9337/11739] Fetching leveldb, nanopb, abseil-cpp-binary
Fetching https://github.com/google/GoogleDataTransport.git
[11740/16820] Fetching leveldb, nanopb, abseil-cpp-binary, googleutilities
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.60s)
[15755/16720] Fetching leveldb, nanopb, googleutilities
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/firebase/leveldb.git from cache (0.61s)
[13011/13366] Fetching nanopb, googleutilities
Fetched https://github.com/firebase/nanopb.git from cache (0.61s)
[4980/5081] Fetching googleutilities
Fetching https://github.com/google/promises.git
[5082/9704] Fetching googleutilities, gtm-session-fetcher
[5083/15578] Fetching googleutilities, gtm-session-fetcher, googledatatransport
Fetched https://github.com/google/GoogleUtilities.git from cache (0.43s)
[10174/10497] Fetching gtm-session-fetcher, googledatatransport
[10498/11023] Fetching gtm-session-fetcher, googledatatransport, googleappmeasurement
[11024/13465] Fetching gtm-session-fetcher, googledatatransport, googleappmeasurement, promises
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.42s)
[5516/7591] Fetching gtm-session-fetcher, googleappmeasurement, promises
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.25s)
[5283/7065] Fetching gtm-session-fetcher, promises
Fetched https://github.com/google/promises.git from cache (0.37s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.71s)
[1/40133] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.67s)
Computing version for https://github.com/StanfordSpezi/SpeziAccount.git
Computed https://github.com/StanfordSpezi/SpeziAccount.git at 2.3.2 (7.39s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/marmelroy/PhoneNumberKit
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordBDHG/XCTestExtensions.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/909] Fetching xctestextensions
[910/1492] Fetching xctestextensions, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTestExtensions.git from cache (0.29s)
[1/7113] Fetching phonenumberkit
[2207/24428] Fetching phonenumberkit, swift-collections
[5176/96184] Fetching phonenumberkit, swift-collections, swift-syntax
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (4.24s)
Fetched https://github.com/marmelroy/PhoneNumberKit from cache (4.26s)
Fetched https://github.com/apple/swift-collections.git from cache (4.27s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.30s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.1 (4.94s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.2.1 (0.65s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5968] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
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 (2.50s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.54s)
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.52s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.54s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.53s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.50s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.1.0 (0.72s)
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.25s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.80s)
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.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.75s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.1.0 (0.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/6335] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.1 (1.14s)
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/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/marmelroy/PhoneNumberKit
Computed https://github.com/marmelroy/PhoneNumberKit at 4.1.4 (0.55s)
Computing version for https://github.com/StanfordBDHG/XCTestExtensions.git
Computed https://github.com/StanfordBDHG/XCTestExtensions.git at 1.2.2 (2.81s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.1 (1.64s)
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
[1/7429] Fetching swift-markdown-ui
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (2.13s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (2.73s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1040] Fetching networkimage
[771/19206] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (2.09s)
Fetched https://github.com/swiftlang/swift-cmark from cache (2.09s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.68s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.6.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.72s)
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.51s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.50s)
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/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/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/marmelroy/PhoneNumberKit
Working copy of https://github.com/marmelroy/PhoneNumberKit resolved at 4.1.4
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/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.1
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.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/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/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.6.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/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.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.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.2.1
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/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
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/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/XCTestExtensions.git
Working copy of https://github.com/StanfordBDHG/XCTestExtensions.git resolved at 1.2.2
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/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/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 5.0.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/StanfordSpezi/SpeziAccount.git
Working copy of https://github.com/StanfordSpezi/SpeziAccount.git resolved at 2.3.2
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/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/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
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/firestore/12.0.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/bin/grpc/1.69.0/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.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/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip
[1369/28093193] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip
[3343705/51313070] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[5594617/51385864] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/12.1.0/GoogleAppMeasurementIdentitySupport.zip
[7813967/70569751] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/12.1.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[14379800/173881365] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/12.1.0/GoogleAppMeasurementIdentitySupport.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
[14988023/174588108] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/12.1.0/GoogleAppMeasurementIdentitySupport.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, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurementIdentitySupport.zip (1.20s)
[16291762/174515314] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip
[16312414/179671567] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip
[30651430/191981953] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, 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/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/FirebaseAnalytics.zip (1.45s)
[30191825/191275210] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/appads/2.2.0/GoogleAdsOnDeviceConversion.zip (2.39s)
[94024212/186118957] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[99767831/196613453] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.1.0/GoogleAppMeasurement.zip (4.67s)
[118982934/186118957] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (4.76s)
[107344292/173808571] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/grpc/1.69.0/rc0/openssl_grpc.zip (5.04s)
[91404405/154624684] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.0.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/12.0.0/rc0/FirebaseFirestoreInternal.zip (5.91s)
[71830828/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 (9.50s)
[81968519/103311614] Downloading 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/grpc.zip (26.40s)
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.license
    /host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings
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/159] Write sources
/host/spi-builder-workspace/.build/checkouts/firebase-ios-sdk/SwiftPM-PlatformExclude/FirebaseFirestoreWrap/dummy.m:15:9: fatal error: 'TargetConditionals.h' file not found
   15 | #import <TargetConditionals.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[32/159] Compiling FirebaseFirestoreTarget dummy.m
[32/159] Compiling _SwiftSyntaxCShims dummy.c
[32/159] Compiling cmark-gfm-extensions strikethrough.c
[32/159] Compiling cmark-gfm-extensions tasklist.c
[32/159] Compiling cmark-gfm-extensions tagfilter.c
[32/159] Compiling cmark-gfm-extensions table.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.
[32/159] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[32/159] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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.license
    /host/spi-builder-workspace/Sources/SpeziFirebaseAccount/Resources/Localizable.xcstrings
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/128] Write sources
[1/128] Copying PrivacyInfo.xcprivacy
[4/128] Compiling cmark-gfm-extensions tagfilter.c
[5/128] Compiling cmark-gfm-extensions tasklist.c
[6/128] Compiling cmark-gfm-extensions strikethrough.c
[7/128] Compiling cmark-gfm xml.c
[8/128] Compiling cmark-gfm-extensions core-extensions.c
[9/128] Compiling _SwiftSyntaxCShims dummy.c
[9/128] Compiling cmark-gfm-extensions ext_scanners.c
[11/128] Write swift-version-24593BA9C3E375BF.txt
[12/128] Compiling cmark-gfm-extensions autolink.c
[13/128] Compiling cmark-gfm-extensions table.c
[14/128] Compiling cmark-gfm utf8.c
[15/128] Compiling cmark-gfm syntax_extension.c
[16/128] Compiling cmark-gfm render.c
[17/128] Compiling cmark-gfm references.c
[18/128] Compiling cmark-gfm registry.c
[19/130] Compiling cmark-gfm plaintext.c
[20/130] Compiling cmark-gfm plugin.c
[21/133] Compiling cmark-gfm node.c
[22/134] Compiling cmark-gfm scanners.c
[23/134] Compiling cmark-gfm map.c
[24/134] Compiling cmark-gfm man.c
[25/136] Compiling cmark-gfm linked_list.c
[26/143] Compiling cmark-gfm latex.c
[27/146] Compiling cmark-gfm html.c
[28/146] Compiling cmark-gfm iterator.c
[29/146] Compiling cmark-gfm houdini_html_e.c
[30/146] Compiling cmark-gfm houdini_html_u.c
[31/146] Compiling cmark-gfm houdini_href_e.c
[32/146] Compiling cmark-gfm footnotes.c
[33/146] Compiling cmark-gfm commonmark.c
[34/146] Compiling cmark-gfm cmark_ctype.c
[35/146] Compiling cmark-gfm inlines.c
[36/146] Compiling cmark-gfm cmark.c
[37/146] Compiling cmark-gfm buffer.c
[38/146] Compiling _NumericsShims _NumericsShims.c
[39/146] Compiling _AtomicsShims.c
[40/146] Compiling cmark-gfm arena.c
[41/146] Copying Localizable.xcstrings.license
[42/146] Copying Localizable.xcstrings
[43/146] Copying Info.plist
[44/146] Copying Localizable.xcstrings.license
[45/146] Copying Localizable.xcstrings
[46/146] Copying Info.plist
[47/146] Copying Localizable.xcstrings.license
[48/146] Copying Localizable.xcstrings
[49/146] Copying Info.plist
[50/146] Write sources
[52/146] Copying Localizable.xcstrings.license
[53/146] Copying Localizable.xcstrings
[54/146] Copying Info.plist
[55/146] Compiling cmark-gfm blocks.c
[56/146] Copying Localizable.xcstrings.license
[57/146] Copying Localizable.xcstrings
[58/146] Copying Info.plist
[59/146] Write sources
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.
[60/146] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[61/146] Emitting module SwiftSyntax510
[62/146] Emitting module SwiftSyntax600
[63/146] Emitting module SwiftSyntax601
BUILD FAILURE 6.1 android