Build Information
Failed to build Empire, reference main (b3bc06), with Swift 6.3 for Android on 18 Apr 2026 06:21:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/Empire.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/mattmassicotte/Empire
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b3bc068 Add OS specififer for tvOS
Submodule path 'lmdb': checked out '14d6629bc8a9fe40d8a6bee1bf71c45afe7576b6'
Submodule 'lmdb' (https://github.com/LMDB/lmdb.git) registered for path 'lmdb'
Cloning into '/host/spi-builder-workspace/lmdb'...
Cloned https://github.com/mattmassicotte/Empire.git
Revision (git rev-parse @):
b3bc068404ef113a34626ea08a5bb49cbffd373a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/Empire.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattmassicotte/Empire.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.97s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (10.24s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.37s)
Building for debugging...
[0/17] Write sources
[9/17] Compiling CLMDB midl.c
[11/17] Compiling CLMDB mdb.c
[12/17] Write swift-version--4F562202D5529B1.txt
[13/22] Compiling CLMDB mdb.c
[15/66] Compiling EmpireMacros String+hash.swift
[16/66] Compiling PackedSerialize Serializable.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
[17/66] Compiling PackedSerialize String+Serialization.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
[18/67] Compiling PackedSerialize Optional+Serialization.swift
[19/67] Compiling PackedSerialize RawRepresentable+Serialization.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/67] Emitting module PackedSerialize
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
[21/67] Compiling PackedSerialize Deserializer.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
[22/67] Compiling PackedSerialize EmptyValue.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
[23/67] Compiling PackedSerialize Int+Serialization.swift
[24/67] Compiling PackedSerialize Int64+Serialization.swift
[25/67] Compiling PackedSerialize FixedWidthInteger+Serialization.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
[26/67] Compiling PackedSerialize Float+Serialization.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
[27/67] Emitting module EmpireMacros
[28/67] Compiling EmpireMacros Plugin.swift
[29/67] Compiling EmpireMacros RecordMacroArguments.swift
[30/67] Compiling LMDB CLMDB+Extensions.swift
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/67] Emitting module LMDB
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
[32/67] Compiling LMDB Cursor.swift
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
[33/67] Compiling EmpireMacros CloudKitRecordMacro.swift
[34/67] Compiling EmpireMacros Array+ReplaceLast.swift
[35/67] Compiling EmpireMacros IndexKeyRecordMacro.swift
/host/spi-builder-workspace/Sources/EmpireMacros/IndexKeyRecordMacro.swift:223:7: warning: initialization of immutable value 'fullInit' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
221 | .joined(separator: "\n")
222 |
223 | let fullInit = [keyInit, fieldsInit].joined(separator: "")
| `- warning: initialization of immutable value 'fullInit' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
224 | let fullSerialize = [keySerialize, fieldsSerialize].joined(separator: "")
225 |
[36/68] Wrapping AST for EmpireMacros for debugging
[37/68] Write Objects.LinkFileList
[38/68] Linking EmpireMacros-tool
[40/68] Compiling PackedSerialize UUID+Serialization.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:22:3: error: invalid lifetime dependence on an Escapable result
20 | }
21 |
22 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
23 | public mutating func unsafeLoad<T>(
24 | of t: T.Type,
[41/68] Compiling LMDB Types+Values.swift
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
[42/68] Compiling LMDB Transaction.swift
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
[43/68] Compiling LMDB Environment.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/68] Emitting module LMDB
/host/spi-builder-workspace/Sources/LMDB/CLMDB+Extensions.swift:38:3: error: invalid lifetime dependence on an Escapable result
36 | }
37 |
38 | @_lifetime(borrow span)
| `- error: invalid lifetime dependence on an Escapable result
39 | init(_ span: RawSpan) {
40 | let val = span.withUnsafeBytes { buffer in
[45/68] Compiling PackedSerialize Array+Serialization.swift
[46/68] Compiling PackedSerialize Bool+Serialization.swift
/host/spi-builder-workspace/Sources/PackedSerialize/Deserializer.swift:45:3: error: invalid lifetime dependence on an Escapable result
43 | }
44 |
45 | @_lifetime(&self)
| `- error: invalid lifetime dependence on an Escapable result
46 | public mutating func advance(by amount: Int) throws(DeserializeError) {
47 | try checkOffset(amount)
BUILD FAILURE 6.3 android