Build Information
Failed to build OpenPanel, reference main (365143), with Swift 6.2 for Android on 1 Apr 2026 05:59:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Openpanel-dev/swift-sdk.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/Openpanel-dev/swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3651435 Merge pull request #5 from srna-lib/main
Cloned https://github.com/Openpanel-dev/swift-sdk.git
Revision (git rev-parse @):
36514353ce875db5c917a49489bda5419840ba25
SUCCESS checkout https://github.com/Openpanel-dev/swift-sdk.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Openpanel-dev/swift-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/4] Emitting module OpenPanel
[4/4] Compiling OpenPanel OpenPanel.swift
/host/spi-builder-workspace/Sources/OpenPanel/OpenPanel.swift:460:100: error: value of type 'AnyObject' has no member 'value'
458 | var mergedProperties = global
459 | if let payloadProperties = payload.properties {
460 | mergedProperties.merge(payloadProperties) { (_, new) in (new as AnyObject).value }
| `- error: value of type 'AnyObject' has no member 'value'
461 | }
462 | updatedPayload.properties = mergedProperties.mapValues { AnyCodable($0) }
/host/spi-builder-workspace/Sources/OpenPanel/OpenPanel.swift:598:23: error: cannot find 'URLRequest' in scope
596 |
597 | private func post<T: Codable>(url: URL, data: T, options: [String: Any] = [:], attempt: Int = 0) async -> Result<Data, Error> {
598 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
599 | request.httpMethod = "POST"
600 | request.allHTTPHeaderFields = headers
/host/spi-builder-workspace/Sources/OpenPanel/OpenPanel.swift:615:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
613 |
614 | do {
615 | let (data, response) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
616 |
617 | guard let httpResponse = response as? HTTPURLResponse else {
BUILD FAILURE 6.2 android