Build Information
Failed to build SpeziFirebase, reference main (9e487e
), with Swift 6.1 for Linux on 30 Apr 2025 22:46:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFirebase.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9e487ef allow specifying a custom configuration (#54)
Cloned https://github.com/StanfordSpezi/SpeziFirebase.git
Revision (git rev-parse @):
9e487efb60d807d02effbe39eb9e859f485b78a6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFirebase.git at main
========================================
Build
========================================
Selected platform: linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziAccount.git
Fetching https://github.com/firebase/firebase-ios-sdk.git
[1/1705] Fetching swift-atomics
[53/4941] Fetching swift-atomics, speziviews
[285/12803] Fetching swift-atomics, speziviews, speziaccount
[1151/14416] Fetching swift-atomics, speziviews, speziaccount, spezistorage
[3148/23538] Fetching swift-atomics, speziviews, speziaccount, spezistorage, spezi
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.53s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.53s)
Fetched https://github.com/StanfordSpezi/SpeziAccount.git from cache (0.54s)
[1/770] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.23s)
[1/368304] Fetching firebase-ios-sdk
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (14.06s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (14.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (14.85s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.0 (0.55s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions
[1/534] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions from cache (0.22s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.8.1 (0.81s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions at 1.1.3 (2.80s)
Computing version for https://github.com/StanfordSpezi/SpeziAccount.git
Computed https://github.com/StanfordSpezi/SpeziAccount.git at 2.1.6 (0.71s)
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.24s)
[1/70291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.13s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.10.1 (7.28s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.86s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (0.56s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
Computing version for https://github.com/StanfordBDHG/XCTestExtensions.git
Computed https://github.com/StanfordBDHG/XCTestExtensions.git at 1.2.1 (0.54s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.12.0 (20.57s)
Fetching https://github.com/google/abseil-cpp-binary.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/app-check.git
Fetching https://github.com/firebase/nanopb.git
[1/100] Fetching abseil-cpp-binary
[101/375] Fetching abseil-cpp-binary, interop-ios-for-google-sdks
[319/8660] Fetching abseil-cpp-binary, interop-ios-for-google-sdks, nanopb
[1122/8809] Fetching abseil-cpp-binary, interop-ios-for-google-sdks, nanopb, grpc-binary
[1603/12163] Fetching abseil-cpp-binary, interop-ios-for-google-sdks, nanopb, grpc-binary, leveldb
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.21s)
[3856/12063] Fetching interop-ios-for-google-sdks, nanopb, grpc-binary, leveldb
Fetching https://github.com/google/gtm-session-fetcher.git
[9165/14246] Fetching interop-ios-for-google-sdks, nanopb, grpc-binary, leveldb, app-check
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.35s)
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/google/grpc-binary.git from cache (0.44s)
Fetched https://github.com/google/app-check.git from cache (0.44s)
Fetched https://github.com/firebase/leveldb.git from cache (0.44s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/firebase/nanopb.git from cache (0.44s)
Fetching https://github.com/google/promises.git
[1/4446] Fetching gtm-session-fetcher
[935/9518] Fetching gtm-session-fetcher, googleutilities
[9519/9956] Fetching gtm-session-fetcher, googleutilities, googleappmeasurement
[9901/12398] Fetching gtm-session-fetcher, googleutilities, googleappmeasurement, promises
[12399/18272] Fetching gtm-session-fetcher, googleutilities, googleappmeasurement, promises, googledatatransport
Fetched https://github.com/google/GoogleUtilities.git from cache (0.34s)
[7679/13200] Fetching gtm-session-fetcher, googleappmeasurement, promises, googledatatransport
Fetched https://github.com/google/promises.git from cache (0.26s)
[6236/10758] Fetching gtm-session-fetcher, googleappmeasurement, googledatatransport
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.56s)
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.38s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.38s)
[1/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.13s)
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 (5.04s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.47s)
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.46s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.46s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.12.0 (0.49s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.48s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.43s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.48s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.0.2 (0.45s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.46s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.4.0 (0.47s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.43s)
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.8.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions resolved at 1.1.3
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.10.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 11.12.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.1.4
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.5
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/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/StanfordSpezi/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.12.0
Creating working copy for https://github.com/StanfordBDHG/XCTestExtensions.git
Working copy of https://github.com/StanfordBDHG/XCTestExtensions.git resolved at 1.2.1
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.0.2
Creating working copy for https://github.com/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/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/StanfordSpezi/SpeziAccount.git
Working copy of https://github.com/StanfordSpezi/SpeziAccount.git resolved at 2.1.6
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/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/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 4.4.0
Creating working copy for https://github.com/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/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/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.12.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
[1369/10192141] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip
[1528283/33412018] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[2863568/45722404] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[20258567/74018138] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip
[34306577/74090998] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip
[36394777/93274885] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementIdentitySupport.zip (0.77s)
[37358892/93202025] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[39136011/93909686] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip
[40538265/197221300] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/FirebaseAnalytics.zip (0.99s)
[49594829/196513639] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[80880101/199525105] Downloading https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurement.zip (1.57s)
[103225101/189332964] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.12.0/GoogleAppMeasurementOnDeviceConversion.zip (2.21s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (2.66s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (3.25s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.12.0/rc0/FirebaseFirestoreInternal.zip (4.40s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (5.21s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (15.50s)
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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/123] Write sources
[29/123] Copying Localizable.xcstrings.license
[30/123] Copying Localizable.xcstrings
[31/123] Copying Info.plist
[32/123] Write sources
[33/123] Copying Localizable.xcstrings.license
[33/123] Copying Localizable.xcstrings
[35/123] Copying Info.plist
[36/123] Copying Localizable.xcstrings.license
[37/123] Copying Localizable.xcstrings
[38/123] Copying Info.plist
[39/123] Write sources
[41/123] Copying Localizable.xcstrings
[41/123] Copying Localizable.xcstrings.license
[43/123] Copying Info.plist
[43/123] Copying Localizable.xcstrings.license
[45/123] Copying Info.plist
[46/123] Copying Localizable.xcstrings
[47/123] Write sources
[51/123] Copying PrivacyInfo.xcprivacy
[55/123] Compiling _SwiftSyntaxCShims dummy.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.
[56/123] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
/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.
[56/123] Compiling FirebaseFirestoreTarget dummy.m
[56/123] Compiling GoogleUtilities-NSData resource_bundle_accessor.m
[56/123] Compiling _NumericsShims _NumericsShims.c
[56/123] Compiling GoogleUtilities-NSData GULNSData+zlib.m
[56/123] Compiling GoogleUtilities-Environment resource_bundle_accessor.m
[56/123] Compiling _AtomicsShims.c
[56/123] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/68] Copying PrivacyInfo.xcprivacy
[1/68] 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.
/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.
[6/68] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[6/68] Compiling FirebaseFirestoreTarget dummy.m
[6/68] Compiling _NumericsShims _NumericsShims.c
[6/68] Compiling _AtomicsShims.c
[6/68] Compiling FIRAuthProvider.m
[6/68] Compiling FirebaseAuthInterop dummy.m
/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.
[6/68] Compiling FIRMultiFactorConstants.m
[6/68] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux