The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QSH, reference 0.1.0 (f68825), with Swift 6.3 for Linux on 11 Apr 2026 19:35:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/rwbutler/QSH.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/rwbutler/QSH
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at f688259 Release 0.1.0
Cloned https://github.com/rwbutler/QSH.git
Revision (git rev-parse @):
f688259806b7fb1f8d12b36cd7c4eeacef4b8845
SUCCESS checkout https://github.com/rwbutler/QSH.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rwbutler/QSH.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/ShellOut
Fetching https://github.com/rwbutler/swift-quiz
[1/256] Fetching swift-quiz
[245/17779] Fetching swift-quiz, swift-argument-parser
[421/18759] Fetching swift-quiz, swift-argument-parser, shellout
Fetched https://github.com/rwbutler/swift-quiz from cache (0.42s)
[2032/18503] Fetching swift-argument-parser, shellout
Fetched https://github.com/JohnSundell/ShellOut from cache (1.35s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.36s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (3.99s)
Computing version for https://github.com/rwbutler/swift-quiz
Computed https://github.com/rwbutler/swift-quiz at 0.1.0 (0.74s)
Fetching https://github.com/krisk/fuse-swift
Fetching https://github.com/rwbutler/Hash
Fetching https://github.com/rwbutler/LetterCase
[1/691] Fetching fuse-swift
[22/1008] Fetching fuse-swift, lettercase
[1009/1293] Fetching fuse-swift, lettercase, hash
Fetched https://github.com/rwbutler/LetterCase from cache (0.55s)
Fetched https://github.com/krisk/fuse-swift from cache (0.55s)
Fetched https://github.com/rwbutler/Hash from cache (0.58s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (1.03s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (0.46s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.62s)
Creating working copy for https://github.com/rwbutler/Hash
Working copy of https://github.com/rwbutler/Hash resolved at 1.5.0
Creating working copy for https://github.com/krisk/fuse-swift
Working copy of https://github.com/krisk/fuse-swift resolved at 1.4.0
Creating working copy for https://github.com/rwbutler/LetterCase
Working copy of https://github.com/rwbutler/LetterCase resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/rwbutler/swift-quiz
Working copy of https://github.com/rwbutler/swift-quiz resolved at 0.1.0
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/42] Emitting module ArgumentParserToolInfo
[12/43] Wrapping AST for ArgumentParserToolInfo for debugging
[14/77] Emitting module ArgumentParser
[15/81] Compiling Fuse String+Fuse.swift
[16/81] Compiling ArgumentParser ParsedValues.swift
[17/81] Compiling ArgumentParser ParserError.swift
[18/81] Compiling ArgumentParser SplitArguments.swift
[19/81] Compiling ArgumentParser DumpHelpGenerator.swift
[20/81] Compiling Hash StringAdditions.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[21/82] Compiling Fuse FuseUtilities.swift
[22/82] Emitting module ShellOut
[23/82] Compiling ShellOut ShellOut.swift
[24/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/83] Compiling ArgumentParser CompletionsGenerator.swift
[26/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/83] Compiling ArgumentParser Argument.swift
[30/83] Compiling LetterCase StringAdditions.swift
[30/83] Wrapping AST for ShellOut for debugging
[32/83] Compiling Hash StringRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[33/83] Compiling Hash HMAC.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[36/83] Compiling Hash Hash.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[37/83] Compiling Hash HashAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[38/83] Compiling Hash DataAdditions.swift
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[39/83] Compiling LetterCase LetterCase.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/83] Emitting module Hash
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
/host/spi-builder-workspace/.build/checkouts/Hash/Hash/Classes/Cryptography/Cryptable.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | protocol Cryptable: class {
[43/83] Compiling LetterCase LetterCaseOptions.swift
[44/83] Compiling ArgumentParser CollectionExtensions.swift
[45/83] Compiling ArgumentParser SequenceExtensions.swift
[46/83] Compiling ArgumentParser StringExtensions.swift
[47/83] Compiling ArgumentParser Tree.swift
[48/83] Emitting module LetterCase
[49/83] Compiling ArgumentParser ArgumentHelp.swift
[50/83] Compiling ArgumentParser CompletionKind.swift
[51/83] Compiling ArgumentParser Errors.swift
[52/83] Compiling ArgumentParser Flag.swift
[53/83] Compiling ArgumentParser NameSpecification.swift
[54/83] Compiling ArgumentParser Option.swift
[55/83] Compiling ArgumentParser OptionGroup.swift
[56/83] Compiling ArgumentParser CommandConfiguration.swift
[57/83] Compiling ArgumentParser EnumerableFlag.swift
[58/83] Compiling ArgumentParser ExpressibleByArgument.swift
[59/83] Emitting module Fuse
BUILD FAILURE 6.3 linux