The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Automerge, reference 0.7.2 (aa45d1), with Swift 6.0 for Linux on 20 Dec 2025 20:30:55 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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/automerge/automerge-swift.git
Reference: 0.7.2
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/automerge/automerge-swift
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at aa45d17 Automerge Core 0.7.2
Cloned https://github.com/automerge/automerge-swift.git
Revision (git rev-parse @):
aa45d17ac92cef2b8ded63b47e65a28dc85e3418
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/automerge/automerge-swift.git at 0.7.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/automerge/automerge-swift.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/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[1369/54278033] Downloading https://github.com/automerge/automerge-swift/releases/download/0.7.2/automergeFFI.xcframework.zip
Downloading binary artifact https://github.com/automerge/automerge-swift/releases/download/0.7.2/automergeFFI.xcframework.zip
Downloaded https://github.com/automerge/automerge-swift/releases/download/0.7.2/automergeFFI.xcframework.zip (5.19s)
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module AutomergeUniffi
[6/6] Compiling AutomergeUniffi automerge.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/43] Emitting module Automerge
/host/spi-builder-workspace/Sources/Automerge/_AutomergeLinux.swift:8:8: error: This explicit error is to indicate that this package doesn't support Linux as it stands
 6 | // This file exists so that the compatibility indicators on Swift Package Index don't infer that
 7 | // this package is easily installed and used with Swift on Linux,
 8 | #error("This explicit error is to indicate that this package doesn't support Linux as it stands")
   |        `- error: This explicit error is to indicate that this package doesn't support Linux as it stands
 9 | #endif
10 |
[9/47] Compiling Automerge SyncState.swift
/host/spi-builder-workspace/Sources/Automerge/_AutomergeLinux.swift:8:8: error: This explicit error is to indicate that this package doesn't support Linux as it stands
 6 | // This file exists so that the compatibility indicators on Swift Package Index don't infer that
 7 | // this package is easily installed and used with Swift on Linux,
 8 | #error("This explicit error is to indicate that this package doesn't support Linux as it stands")
   |        `- error: This explicit error is to indicate that this package doesn't support Linux as it stands
 9 | #endif
10 |
[10/47] Compiling Automerge TextEncoding.swift
/host/spi-builder-workspace/Sources/Automerge/_AutomergeLinux.swift:8:8: error: This explicit error is to indicate that this package doesn't support Linux as it stands
 6 | // This file exists so that the compatibility indicators on Swift Package Index don't infer that
 7 | // this package is easily installed and used with Swift on Linux,
 8 | #error("This explicit error is to indicate that this package doesn't support Linux as it stands")
   |        `- error: This explicit error is to indicate that this package doesn't support Linux as it stands
 9 | #endif
10 |
[11/47] Compiling Automerge Value.swift
/host/spi-builder-workspace/Sources/Automerge/_AutomergeLinux.swift:8:8: error: This explicit error is to indicate that this package doesn't support Linux as it stands
 6 | // This file exists so that the compatibility indicators on Swift Package Index don't infer that
 7 | // this package is easily installed and used with Swift on Linux,
 8 | #error("This explicit error is to indicate that this package doesn't support Linux as it stands")
   |        `- error: This explicit error is to indicate that this package doesn't support Linux as it stands
 9 | #endif
10 |
[12/47] Compiling Automerge _AutomergeLinux.swift
/host/spi-builder-workspace/Sources/Automerge/_AutomergeLinux.swift:8:8: error: This explicit error is to indicate that this package doesn't support Linux as it stands
 6 | // This file exists so that the compatibility indicators on Swift Package Index don't infer that
 7 | // this package is easily installed and used with Swift on Linux,
 8 | #error("This explicit error is to indicate that this package doesn't support Linux as it stands")
   |        `- error: This explicit error is to indicate that this package doesn't support Linux as it stands
 9 | #endif
10 |
[13/47] Compiling Automerge AnyCodingKey.swift
[14/47] Compiling Automerge BindingError.swift
[15/47] Compiling Automerge AutomergeDecoder.swift
[16/47] Compiling Automerge AutomergeDecoderImpl.swift
[17/47] Compiling Automerge AutomergeKeyedDecodingContainer.swift
[18/47] Compiling Automerge ActorId.swift
[19/47] Compiling Automerge AutomergeText.swift
[20/47] Compiling Automerge Counter.swift
[21/47] Compiling Automerge Change.swift
[22/47] Compiling Automerge ChangeHash.swift
[23/47] Compiling Automerge Document.swift
[24/47] Compiling Automerge Errors.swift
[25/47] Compiling Automerge LogVerbosity.swift
[26/47] Compiling Automerge Marks.swift
[27/47] Compiling Automerge ObjId.swift
[28/47] Compiling Automerge EncodingContainerType.swift
[29/47] Compiling Automerge SchemaStrategy.swift
[30/47] Compiling Automerge TypeOfAutomergeValue.swift
[31/47] Compiling Automerge Cursor.swift
[32/47] Compiling Automerge Document+Transferable.swift
[33/47] Compiling Automerge ObjType.swift
[34/47] Compiling Automerge Patch.swift
[35/47] Compiling Automerge PathElement.swift
[36/47] Compiling Automerge ScalarValue.swift
[37/47] Compiling Automerge ScalarValueRepresentable.swift
[38/47] Compiling Automerge AutomergeSingleValueDecodingContainer.swift
[39/47] Compiling Automerge AutomergeUnkeyedDecodingContainer.swift
[40/47] Compiling Automerge Document+lookupPath.swift
[41/47] Compiling Automerge Document+retrieveObjectId.swift
[42/47] Compiling Automerge AutomergeEncoder.swift
[43/47] Compiling Automerge AutomergeEncoderImpl.swift
[44/47] Compiling Automerge AutomergeKeyedEncodingContainer.swift
[45/47] Compiling Automerge AutomergeSingleValueEncodingContainer.swift
[46/47] Compiling Automerge AutomergeUnkeyedEncodingContainer.swift
[47/47] Compiling Automerge CodingKeyLookupError.swift
BUILD FAILURE 6.0 linux