The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Empire, reference main (b3bc06), with Swift 6.3 for Linux on 18 Apr 2026 06:22:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 (8.13s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (12.30s)
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.69s)
Building for debugging...
[0/17] Write sources
[9/17] Compiling CLMDB midl.c
[11/17] Compiling CLMDB mdb.c
[13/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/66] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
/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)
[17/68] Compiling EmpireMacros String+hash.swift
[18/68] 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)
[19/68] 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)
[20/68] Compiling EmpireMacros CloudKitRecordMacro.swift
[21/68] Compiling PackedSerialize FixedWidthInteger+Serialization.swift
[22/68] Compiling PackedSerialize Float+Serialization.swift
[23/68] Compiling PackedSerialize Int+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,
[24/68] Compiling PackedSerialize Int64+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,
[25/68] Emitting module EmpireMacros
[26/68] Compiling EmpireMacros Array+ReplaceLast.swift
[29/68] Compiling PackedSerialize Optional+Serialization.swift
[30/68] Compiling PackedSerialize RawRepresentable+Serialization.swift
[31/68] 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)
[32/68] 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)
/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)
/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)
/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: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)
/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)
[41/68] 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 |
[42/68] Compiling EmpireMacros Plugin.swift
[43/68] Compiling EmpireMacros RecordMacroArguments.swift
[44/69] Wrapping AST for EmpireMacros for debugging
[45/69] Write Objects.LinkFileList
[46/69] Linking EmpireMacros-tool
[48/69] 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,
/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,
[50/69] 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
[51/69] 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
[52/69] 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
[53/69] 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
[54/69] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/69] 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
[56/69] Compiling LMDB Environment.swift
[57/69] 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
[58/69] 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)
[59/69] 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
[60/69] 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
[61/69] Compiling LMDB Environment.swift
[62/69] Compiling PackedSerialize Array+Serialization.swift
[63/69] Compiling PackedSerialize Bool+Serialization.swift
[64/69] Compiling PackedSerialize Data+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)
[65/69] Compiling PackedSerialize Date+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)
/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)
/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 linux