Build Information
Failed to build Forked, reference main (63e36c), with Swift 6.2 for Linux on 5 Mar 2026 01:47:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewmccormack/Forked.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/drewmccormack/Forked
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63e36cb Pass --traits to Android build step in CI.
Cloned https://github.com/drewmccormack/Forked.git
Revision (git rev-parse @):
63e36cb5613db27b401ea3896df310efcf8f93b9
SUCCESS checkout https://github.com/drewmccormack/Forked.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/drewmccormack/Forked.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.05s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3667] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.82s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/ForkedCloudKit/cloudkit-schema.ckdb
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write sources
[7/11] Write swift-version-24593BA9C3E375BF.txt
[9/35] Emitting module Forked
[10/37] Compiling ForkedModelMacros MergablePropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[11/37] Compiling ForkedModelMacros ForkedModelPlugin.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[12/37] Compiling ForkedModelMacros StructDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[13/37] Compiling ForkedModelMacros VariableDeclSyntaxExtensions.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[14/37] Compiling Forked MergeAction.swift
[15/37] Compiling Forked Mergeable.swift
[16/37] Compiling Forked Version.swift
[17/37] Compiling Forked VersionedModel.swift
[18/37] Compiling Forked QuickFork.swift
[19/37] Compiling Forked Repository.swift
[20/37] Compiling Forked ForkedResource+Merging.swift
[21/37] Compiling Forked ForkedResource+Querying.swift
[22/37] Compiling Forked Error.swift
[23/37] Compiling Forked FileRepository.swift
[24/37] Compiling Forked Fork.swift
[25/37] Compiling Forked ForkOccupation.swift
[26/37] Compiling Forked ForkedResource+Updating.swift
/host/spi-builder-workspace/Sources/Forked/ForkedResource.swift:85:31: warning: capture of non-Sendable type 'RepositoryType.Type' in an isolated closure [#SendableMetatypes]
83 | continuations[id] = continuation
84 | continuation.onTermination = { @Sendable [weak self] _ in
85 | guard let self else { return }
| `- warning: capture of non-Sendable type 'RepositoryType.Type' in an isolated closure [#SendableMetatypes]
86 | serialize {
87 | continuations[id] = nil
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[27/37] Compiling Forked ForkedResource.swift
/host/spi-builder-workspace/Sources/Forked/ForkedResource.swift:85:31: warning: capture of non-Sendable type 'RepositoryType.Type' in an isolated closure [#SendableMetatypes]
83 | continuations[id] = continuation
84 | continuation.onTermination = { @Sendable [weak self] _ in
85 | guard let self else { return }
| `- warning: capture of non-Sendable type 'RepositoryType.Type' in an isolated closure [#SendableMetatypes]
86 | serialize {
87 | continuations[id] = nil
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[28/37] Compiling Forked AtomicRepository.swift
[29/37] Compiling Forked Commit.swift
[30/37] Compiling Forked ConflictingCommits.swift
[32/46] Compiling ForkedCloudKit CloudKitExchange.swift
[33/54] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[34/54] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[35/54] Emitting module ForkedCloudKit
[36/54] Compiling ForkedCloudKit CloudKitAssets.swift
[38/57] Compiling ForkedMerge TextMerger.swift
[39/57] Compiling ForkedMerge PropertyBacking.swift
[40/58] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[41/58] Compiling ForkedMerge DictionaryMerger.swift
[42/58] Compiling ForkedMerge Merger.swift
[43/58] Compiling ForkedMerge SetMerger.swift
[44/58] Compiling ForkedMerge StableTimestamp.swift
[45/58] Compiling ForkedMerge ArrayMerger.swift
[46/58] Compiling ForkedMerge PropertyMerge.swift
[47/58] Compiling ForkedMerge MergeableSet.swift
[48/58] Compiling ForkedMerge MergeableValue.swift
[49/58] Emitting module ForkedMerge
[50/58] Compiling ForkedMerge MergeableArray.swift
[51/58] Compiling ForkedMerge MergeableDictionary.swift
[53/61] Emitting module ForkedModel
[54/61] Compiling ForkedModel Macros.swift
[56/62] Compiling ForkedModelMacros BackedPropertyMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[57/62] Compiling ForkedModelMacros ForkedModelError.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
[58/62] Compiling ForkedModelMacros ForkedModelMacro.swift
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/62] Emitting module ForkedModelMacros
/host/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
1 | import SwiftSyntax
| `- error: no such module 'SwiftSyntax'
2 | import SwiftSyntaxMacros
3 |
BUILD FAILURE 6.2 linux