Build Information
Failed to build active-record, reference 2.1.0 (7c4fc2), with Swift 6.2 for Android on 16 Mar 2026 20:13:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michalkonturek/active-record.git
Reference: 2.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/michalkonturek/active-record
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 7c4fc28 Bump version to 2.1.0 in README and CHANGELOG
Cloned https://github.com/michalkonturek/active-record.git
Revision (git rev-parse @):
7c4fc280a3fd4496a2efa7c6890a4e4e465c64da
SUCCESS checkout https://github.com/michalkonturek/active-record.git at 2.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/michalkonturek/active-record.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--11D90AFD9DD3AB2.txt
[4/14] Compiling ActiveRecord Validatable.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/14] Emitting module ActiveRecord
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
[6/14] Compiling ActiveRecord SoftDeletable.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
[7/14] Compiling ActiveRecord Timestampable.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
[8/14] Compiling ActiveRecord Errors.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
[9/14] Compiling ActiveRecord Upsertable.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
[10/14] Compiling ActiveRecord Queryable.swift
/host/spi-builder-workspace/Sources/ActiveRecord/Queryable.swift:2:8: error: no such module 'SwiftData'
1 | import Foundation
2 | import SwiftData
| `- error: no such module 'SwiftData'
3 |
4 | public protocol Queryable: PersistentModel {}
BUILD FAILURE 6.2 android