Build Information
Failed to build Forked, reference main (63e36c), with Swift 6.1 for Linux on 5 Mar 2026 01:47:29 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.1-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.1
Building package at path: $PWD
https://github.com/drewmccormack/Forked.git
https://github.com/drewmccormack/Forked.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "Forked",
"name" : "Forked",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Forked",
"targets" : [
"Forked"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedMerge",
"targets" : [
"ForkedMerge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedModel",
"targets" : [
"ForkedModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedCloudKit",
"targets" : [
"ForkedCloudKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ForkedModelMacros",
"targets" : [
"ForkedModelMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ForkedTests",
"module_type" : "SwiftTarget",
"name" : "ForkedTests",
"path" : "Tests/ForkedTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AccumulatingInt.swift",
"ArrayMerger.swift",
"ArrayOfIdentifiableMerger.swift",
"ChangeStream.swift",
"DictionaryMerger.swift",
"FileRepository.swift",
"ForkedMergable.swift",
"ForkedModel.swift",
"ForkedModelMacros.swift",
"ManipulatingForks.swift",
"MergeableArray.swift",
"MergeableDictionary.swift",
"MergeableSet.swift",
"MergeableValue.swift",
"MergingForks.swift",
"MergingMergables.swift",
"RecursiveMerge.swift",
"Repositories.swift",
"SetMerger.swift",
"Stress.swift",
"UpdatingContents.swift"
],
"target_dependencies" : [
"Forked",
"ForkedModelMacros",
"ForkedMerge",
"ForkedModel"
],
"type" : "test"
},
{
"c99name" : "ForkedModelMacros",
"module_type" : "SwiftTarget",
"name" : "ForkedModelMacros",
"path" : "Sources/ForkedModelMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ForkedModel",
"ForkedModelMacros"
],
"sources" : [
"BackedPropertyMacro.swift",
"ForkedModelError.swift",
"ForkedModelMacro.swift",
"ForkedModelPlugin.swift",
"MergablePropertyMacro.swift",
"StructDeclSyntaxExtensions.swift",
"VariableDeclSyntaxExtensions.swift"
],
"type" : "macro"
},
{
"c99name" : "ForkedModel",
"module_type" : "SwiftTarget",
"name" : "ForkedModel",
"path" : "Sources/ForkedModel",
"product_memberships" : [
"ForkedModel"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"Forked",
"ForkedMerge",
"ForkedModelMacros"
],
"type" : "library"
},
{
"c99name" : "ForkedMerge",
"module_type" : "SwiftTarget",
"name" : "ForkedMerge",
"path" : "Sources/ForkedMerge",
"product_memberships" : [
"ForkedMerge",
"ForkedModel"
],
"sources" : [
"MergableTypes/MergeableArray.swift",
"MergableTypes/MergeableDictionary.swift",
"MergableTypes/MergeableSet.swift",
"MergableTypes/MergeableValue.swift",
"MergableTypes/StableTimestamp.swift",
"Mergers/ArrayMerger.swift",
"Mergers/ArrayOfIdentifiableMerger.swift",
"Mergers/DictionaryMerger.swift",
"Mergers/Merger.swift",
"Mergers/SetMerger.swift",
"Mergers/TextMerger.swift",
"PropertyBacking.swift",
"PropertyMerge.swift"
],
"target_dependencies" : [
"Forked"
],
"type" : "library"
},
{
"c99name" : "ForkedCloudKit",
"module_type" : "SwiftTarget",
"name" : "ForkedCloudKit",
"path" : "Sources/ForkedCloudKit",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"ForkedCloudKit"
],
"sources" : [
"CloudKitAssets.swift",
"CloudKitExchange+CKSyncEngineDelegate.swift",
"CloudKitExchange+HandlingCloudChanges.swift",
"CloudKitExchange.swift"
],
"target_dependencies" : [
"Forked"
],
"type" : "library"
},
{
"c99name" : "Forked",
"module_type" : "SwiftTarget",
"name" : "Forked",
"path" : "Sources/Forked",
"product_memberships" : [
"Forked",
"ForkedMerge",
"ForkedModel",
"ForkedCloudKit"
],
"sources" : [
"AtomicRepository.swift",
"Commit.swift",
"ConflictingCommits.swift",
"Error.swift",
"FileRepository.swift",
"Fork.swift",
"ForkOccupation.swift",
"ForkedResource+Merging.swift",
"ForkedResource+Querying.swift",
"ForkedResource+Updating.swift",
"ForkedResource.swift",
"MergeAction.swift",
"Mergeable.swift",
"QuickFork.swift",
"Repository.swift",
"Version.swift",
"VersionedModel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swiftlang/swift-syntax.git
[1/2171] Fetching swift-docc-plugin
[240/8377] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-docc-plugin from cache (0.49s)
[1/74600] Fetching swift-syntax
Fetched https://github.com/apple/swift-async-algorithms from cache (6.26s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (8.66s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.61s)
Fetching https://github.com/apple/swift-collections.git
[1/20404] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.85s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.58s)
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.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
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/14] Write sources
[10/14] Write swift-version-24593BA9C3E375BF.txt
[12/54] Emitting module Forked
[13/56] 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 |
[14/56] 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 |
[15/56] 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 |
[16/56] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/56] 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 |
[18/56] 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 |
[19/56] Compiling Forked QuickFork.swift
[20/56] Compiling Forked Repository.swift
[21/56] Compiling Forked Version.swift
[22/56] Compiling Forked VersionedModel.swift
[23/56] Compiling Forked AtomicRepository.swift
[24/56] Compiling Forked Commit.swift
[25/56] Compiling Forked ConflictingCommits.swift
[26/58] Compiling Forked Error.swift
[27/58] Compiling Forked FileRepository.swift
[28/58] Emitting module Forked
[29/58] Compiling Forked ForkedResource.swift
[30/58] Compiling Forked Fork.swift
[31/58] Compiling Forked MergeAction.swift
[32/58] Compiling Forked Mergeable.swift
[35/58] Compiling Forked Version.swift
[36/58] Compiling Forked VersionedModel.swift
[37/58] Compiling Forked ForkedResource+Merging.swift
[38/58] Compiling Forked ForkedResource+Querying.swift
[40/58] Compiling Forked ForkOccupation.swift
[41/58] Compiling Forked ForkedResource+Updating.swift
[56/91] Compiling ForkedCloudKit CloudKitExchange.swift
[57/91] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[58/91] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[59/91] Emitting module ForkedCloudKit
[60/91] Compiling ForkedCloudKit CloudKitAssets.swift
[61/92] Compiling ForkedMerge StableTimestamp.swift
[62/92] Compiling ForkedMerge ArrayMerger.swift
[63/92] Compiling ForkedMerge TextMerger.swift
[64/93] Compiling ForkedMerge PropertyBacking.swift
[65/93] Compiling ForkedMerge Merger.swift
[66/93] Compiling ForkedMerge SetMerger.swift
[67/93] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[68/93] Compiling ForkedMerge DictionaryMerger.swift
[70/94] Compiling ForkedMerge PropertyBacking.swift
[71/94] Compiling ForkedMerge TextMerger.swift
[76/94] Emitting module ForkedMerge
[79/94] Compiling ForkedMerge PropertyMerge.swift
[81/94] Compiling ForkedMerge MergeableSet.swift
[82/94] Compiling ForkedMerge MergeableValue.swift
[85/94] Emitting module ForkedMerge
[86/94] Compiling ForkedMerge MergeableArray.swift
[87/94] Compiling ForkedMerge MergeableDictionary.swift
[92/96] 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 |
[93/96] 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 |
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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/46] 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 |
[5/46] 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 |
[6/46] 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 |
[7/46] Emitting module Forked
[8/48] 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 |
[9/48] Emitting module Forked
[10/50] Compiling Forked MergeAction.swift
[11/50] Compiling Forked Mergeable.swift
[12/50] Compiling Forked QuickFork.swift
[13/50] Compiling Forked Repository.swift
[18/50] Compiling Forked ForkedResource+Updating.swift
[19/50] Compiling Forked ForkedResource.swift
[20/50] Compiling Forked ForkedResource+Updating.swift
[21/50] Compiling Forked ForkedResource.swift
[24/50] Compiling Forked Error.swift
[25/50] Compiling Forked FileRepository.swift
[28/50] Compiling Forked ForkedResource+Merging.swift
[29/50] Compiling Forked ForkedResource+Querying.swift
[32/50] Compiling Forked Version.swift
[33/50] Compiling Forked VersionedModel.swift
[36/50] Compiling Forked AtomicRepository.swift
[37/50] Compiling Forked Commit.swift
[38/50] Compiling Forked ConflictingCommits.swift
[46/83] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[47/83] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[48/83] Compiling ForkedCloudKit CloudKitExchange.swift
[49/83] Compiling ForkedCloudKit CloudKitAssets.swift
[50/83] Emitting module ForkedCloudKit
[51/84] Compiling ForkedMerge TextMerger.swift
[52/84] Compiling ForkedMerge Merger.swift
[53/84] Compiling ForkedMerge SetMerger.swift
[54/84] Compiling ForkedMerge PropertyBacking.swift
[57/86] Compiling ForkedMerge TextMerger.swift
[58/86] Compiling ForkedMerge StableTimestamp.swift
[59/86] Compiling ForkedMerge ArrayMerger.swift
[60/86] Compiling ForkedMerge StableTimestamp.swift
[61/86] Compiling ForkedMerge ArrayMerger.swift
[62/86] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[63/86] Compiling ForkedMerge DictionaryMerger.swift
[68/86] Compiling ForkedMerge PropertyMerge.swift
[74/86] Compiling ForkedMerge MergeableArray.swift
[75/86] Compiling ForkedMerge MergeableDictionary.swift
[76/86] Emitting module ForkedMerge
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/88] 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 |
[83/88] 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 |
[84/88] 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 |
[85/88] 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 |
BUILD FAILURE 6.1 linux