Build Information
Failed to build QSH, reference master (bb1a56
), with Swift 6.0 for Linux on 27 Nov 2024 16:38:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rwbutler/QSH.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bb1a56b Merge pull request #1 from rwbutler/add-license-1
Cloned https://github.com/rwbutler/QSH.git
Revision (git rev-parse @):
bb1a56b55d638317636183cd64ad8a4139064387
SUCCESS checkout https://github.com/rwbutler/QSH.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/rwbutler/QSH.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/rwbutler/swift-quiz
Fetching https://github.com/JohnSundell/ShellOut
[1/960] Fetching shellout
[961/1216] Fetching shellout, swift-quiz
Fetched https://github.com/rwbutler/swift-quiz from cache (0.21s)
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/JohnSundell/ShellOut from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.70s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (1.78s)
Computing version for https://github.com/rwbutler/swift-quiz
Computed https://github.com/rwbutler/swift-quiz at 0.1.0 (0.43s)
Fetching https://github.com/rwbutler/Hash
Fetching https://github.com/rwbutler/LetterCase
Fetching https://github.com/krisk/fuse-swift
[1/691] Fetching fuse-swift
[119/939] Fetching fuse-swift, lettercase
[721/1224] Fetching fuse-swift, lettercase, hash
Fetched https://github.com/rwbutler/Hash from cache (0.22s)
Fetched https://github.com/rwbutler/LetterCase from cache (0.22s)
Fetched https://github.com/krisk/fuse-swift from cache (0.22s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (0.42s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (0.42s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.43s)
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/rwbutler/swift-quiz
Working copy of https://github.com/rwbutler/swift-quiz resolved at 0.1.0
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/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
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
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/42] 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 {
[11/43] Emitting module ArgumentParserToolInfo
[12/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/44] Wrapping AST for ArgumentParserToolInfo for debugging
[15/78] Compiling ArgumentParser Option.swift
[16/78] Compiling ArgumentParser OptionGroup.swift
[17/78] Compiling ArgumentParser CommandConfiguration.swift
[18/78] Compiling ArgumentParser EnumerableFlag.swift
[19/78] Compiling ArgumentParser ExpressibleByArgument.swift
[20/82] Emitting module ArgumentParser
[21/82] Compiling ArgumentParser ArgumentHelp.swift
[22/82] Compiling ArgumentParser CompletionKind.swift
[23/82] Compiling ArgumentParser Errors.swift
[24/82] Compiling ArgumentParser Flag.swift
[25/82] Compiling ArgumentParser NameSpecification.swift
[26/82] Compiling ArgumentParser CollectionExtensions.swift
[27/82] Compiling ArgumentParser SequenceExtensions.swift
[28/82] Compiling ArgumentParser StringExtensions.swift
[29/82] Compiling ArgumentParser Tree.swift
[30/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/82] Compiling ArgumentParser CompletionsGenerator.swift
[32/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/82] Compiling ArgumentParser Argument.swift
[35/82] Emitting module Fuse
[36/82] Compiling ArgumentParser HelpCommand.swift
[37/82] Compiling ArgumentParser HelpGenerator.swift
[38/82] Compiling ArgumentParser MessageInfo.swift
[39/82] Compiling ArgumentParser UsageGenerator.swift
[40/82] Compiling LetterCase StringAdditions.swift
[41/82] 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 {
[42/82] 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 {
[43/82] Compiling Fuse String+Fuse.swift
[44/82] Compiling LetterCase LetterCase.swift
[45/82] Emitting module LetterCase
[46/82] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[47/82] Compiling LetterCase LetterCaseOptions.swift
[48/82] Compiling Fuse Fuse.swift
[49/82] Compiling Fuse FuseUtilities.swift
[50/83] Compiling ArgumentParser ParsableArguments.swift
[51/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/83] Compiling ArgumentParser ParsableCommand.swift
[53/83] Compiling ArgumentParser ArgumentDecoder.swift
[54/83] Compiling ArgumentParser ArgumentDefinition.swift
[55/84] Emitting module ShellOut
[56/84] Compiling ShellOut ShellOut.swift
[57/85] 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 {
[58/85] 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 {
[59/85] 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 {
[60/85] 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 {
/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 {
/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 {
[68/85] Compiling ArgumentParser ArgumentSet.swift
[69/85] Compiling ArgumentParser CommandParser.swift
[70/85] Compiling ArgumentParser InputOrigin.swift
[71/85] Compiling ArgumentParser Name.swift
[72/85] Compiling ArgumentParser Parsed.swift
BUILD FAILURE 6.0 linux