Build Information
Failed to build SourceKitD, reference 0.1.0 (47ddc9), with Swift 6.2 for Linux on 9 Mar 2026 07:41:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/lynnswap/SourceKitD.git
Reference: 0.1.0
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/lynnswap/SourceKitD
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 47ddc95 Backport to macOS 10.15
Cloned https://github.com/lynnswap/SourceKitD.git
Revision (git rev-parse @):
47ddc958a3962f9bb0fe08de1c8f39723e472228
SUCCESS checkout https://github.com/lynnswap/SourceKitD.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/lynnswap/SourceKitD.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
5d1190f163bb: Already exists
73dad709c284: Pulling fs layer
7087d5f2c161: Pulling fs layer
cca7b42dfd18: Pulling fs layer
b6e3f1d7506b: Pulling fs layer
89c13c63037f: Pulling fs layer
64997e7a584d: Pulling fs layer
54c2d7f54bc0: Pulling fs layer
b6e3f1d7506b: Waiting
54c2d7f54bc0: Waiting
64997e7a584d: Waiting
89c13c63037f: Waiting
cca7b42dfd18: Verifying Checksum
cca7b42dfd18: Download complete
b6e3f1d7506b: Verifying Checksum
b6e3f1d7506b: Download complete
73dad709c284: Download complete
89c13c63037f: Verifying Checksum
89c13c63037f: Download complete
64997e7a584d: Verifying Checksum
64997e7a584d: Download complete
54c2d7f54bc0: Verifying Checksum
54c2d7f54bc0: Download complete
7087d5f2c161: Verifying Checksum
7087d5f2c161: Download complete
73dad709c284: Pull complete
7087d5f2c161: Pull complete
cca7b42dfd18: Pull complete
b6e3f1d7506b: Pull complete
89c13c63037f: Pull complete
64997e7a584d: Pull complete
54c2d7f54bc0: Pull complete
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/6] Write sources
[3/6] Compiling CAtomics CAtomics.c
[4/6] Compiling Csourcekitd sourcekitd.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/27] Emitting module SwiftExtensions
[8/29] Compiling SwiftExtensions PipeAsStringHandler.swift
[9/29] Compiling SwiftExtensions Platform.swift
[10/29] Compiling SwiftExtensions Process+terminate.swift
[11/29] Compiling SwiftExtensions Array+Safe.swift
[12/29] Compiling SwiftExtensions AsyncQueue.swift
[13/29] Compiling SwiftExtensions AsyncUtils.swift
[14/29] Compiling SwiftExtensions FileManagerExtensions.swift
[15/29] Compiling SwiftExtensions LazyValue.swift
[16/29] Compiling SwiftExtensions NSLock+WithLock.swift
[17/29] Compiling SwiftExtensions ResultExtensions.swift
[18/29] Compiling SwiftExtensions Sequence+AsyncMap.swift
[19/29] Compiling SwiftExtensions Sequence+ContainsAnyIn.swift
[20/29] Compiling SwiftExtensions Task+WithPriorityChangedHandler.swift
[21/29] Compiling SwiftExtensions ThreadSafeBox.swift
[22/29] Compiling SwiftExtensions TransitiveClosure.swift
[23/29] Compiling SwiftExtensions URLExtensions.swift
[24/29] Compiling SwiftExtensions Atomics.swift
[25/29] Compiling SwiftExtensions Cache.swift
[26/29] Compiling SwiftExtensions CartesianProduct.swift
[27/29] Compiling SwiftExtensions Collection+Only.swift
[28/29] Compiling SwiftExtensions Collection+PartitionIntoBatches.swift
[29/29] Compiling SwiftExtensions Duration+Seconds.swift
[31/38] Compiling SKLogging LoggingScope.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[32/38] Compiling SKLogging Error+ForLogging.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/39] Emitting module SKLogging
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[34/39] Compiling SKLogging Logging.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[35/39] Compiling SKLogging CustomLogStringConvertible.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[36/39] Compiling SKLogging SplitLogMessage.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[37/39] Compiling SKLogging OrLog.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[38/39] Compiling SKLogging SetGlobalLogFileHandler.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
[39/39] Compiling SKLogging NonDarwinLogging.swift
/host/spi-builder-workspace/Sources/SKLogging/CustomLogStringConvertible.swift:15:8: error: no such module 'CryptoKit'
13 | import Foundation
14 |
15 | import CryptoKit
| `- error: no such module 'CryptoKit'
16 |
17 | /// An object that can printed for logging and also offers a redacted description
BUILD FAILURE 6.2 linux