Build Information
Failed to build swift-quiz, reference 0.1.0 (0dd29d
), with Swift 6.1 for Android on 27 May 2025 20:11:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rwbutler/swift-quiz.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/swift-quiz
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 0dd29d1 Allow scoring rules for all question types
Cloned https://github.com/rwbutler/swift-quiz.git
Revision (git rev-parse @):
0dd29d1ffa56d7c63470a9bd1d8dd01328ec7655
SUCCESS checkout https://github.com/rwbutler/swift-quiz.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/rwbutler/swift-quiz.git
https://github.com/rwbutler/swift-quiz.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hash",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rwbutler/Hash"
},
{
"identity" : "lettercase",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rwbutler/LetterCase"
},
{
"identity" : "fuse-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krisk/fuse-swift"
}
],
"manifest_display_name" : "swift-quiz",
"name" : "swift-quiz",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SwiftQuiz",
"targets" : [
"SwiftQuiz"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftQuiz",
"module_type" : "SwiftTarget",
"name" : "SwiftQuiz",
"path" : "code",
"product_dependencies" : [
"Hash",
"LetterCase",
"Fuse"
],
"product_memberships" : [
"SwiftQuiz"
],
"sources" : [
"SwiftQuiz.swift",
"combine/Publishers.swift",
"combine/QuizPublisher.swift",
"combine/QuizSubscription.swift",
"extensions/ArrayAdditions.swift",
"extensions/StringAdditions.swift",
"model/CodableError.swift",
"model/MultipleAnswer.swift",
"model/MultipleChoice.swift",
"model/PackageQuizResult.swift",
"model/PackagingError.swift",
"model/Question.swift",
"model/Quiz.swift",
"model/QuizConfiguration.swift",
"model/QuizError.swift",
"model/QuizEvent.swift",
"model/QuizType.swift",
"model/Round.swift",
"model/ShortAnswer.swift",
"services/QuizServices.swift",
"services/access-control/definition/AccessControlService.swift",
"services/access-control/implementation/DefaultAccessControlService.swift",
"services/access-control/model/Flagpole.swift",
"services/images/definition/ImagesService.swift",
"services/marking/definition/MarkingService.swift",
"services/marking/implementation/DefaultMarkingService.swift",
"services/marking/model/MarkingFrequency.swift",
"services/marking/model/MarkingSubmission.swift",
"services/messaging/definition/MessagingService.swift",
"services/messaging/implementation/SlackMessagingService.swift",
"services/parsing/definition/ParsingService.swift",
"services/parsing/implementation/CodableParsingService.swift",
"services/parsing/model/QuestionModel.swift",
"services/parsing/model/QuizModel.swift",
"services/parsing/model/RoundModel.swift",
"shell/Command.swift",
"shell/QuizFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/rwbutler/LetterCase
Fetching https://github.com/krisk/fuse-swift
Fetching https://github.com/rwbutler/Hash
[1/317] Fetching lettercase
[2/1008] Fetching lettercase, fuse-swift
[86/1293] Fetching lettercase, fuse-swift, hash
Fetched https://github.com/rwbutler/Hash from cache (1.09s)
Fetched https://github.com/rwbutler/LetterCase from cache (1.09s)
Fetched https://github.com/krisk/fuse-swift from cache (1.09s)
Computing version for https://github.com/krisk/fuse-swift
Computed https://github.com/krisk/fuse-swift at 1.4.0 (1.72s)
Computing version for https://github.com/rwbutler/Hash
Computed https://github.com/rwbutler/Hash at 1.5.0 (2.69s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (1.13s)
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/rwbutler/LetterCase
Working copy of https://github.com/rwbutler/LetterCase resolved at 1.6.1
Creating working copy for https://github.com/krisk/fuse-swift
Working copy of https://github.com/krisk/fuse-swift resolved at 1.4.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/24] Compiling Hash Cryptable.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 {
[7/24] Compiling Hash DecryptedData.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/24] 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 {
[9/24] Compiling LetterCase StringAdditions.swift
[10/25] 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 {
[11/25] Compiling Hash EncryptedData.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 {
[12/25] Compiling Hash EncryptionAlgorithm.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 {
[13/25] 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 {
[14/25] Compiling Fuse String+Fuse.swift
[15/25] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[16/25] Compiling LetterCase LetterCaseOptions.swift
[17/25] Compiling LetterCase LetterCase.swift
[18/25] Emitting module LetterCase
[19/26] 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 {
[20/26] 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 {
[21/26] 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 {
[22/26] Emitting module Fuse
[23/26] Compiling Fuse Fuse.swift
[24/26] Compiling Fuse FuseUtilities.swift
[26/27] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/20] 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 {
[3/21] Emitting module LetterCase
[4/21] Compiling Hash EncryptedData.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 {
[5/21] Compiling Hash EncryptionAlgorithm.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 {
[6/21] 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 {
[7/21] Compiling Fuse String+Fuse.swift
[8/21] Compiling LetterCase StringAdditions.swift
[9/21] 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 {
[10/21] 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 {
[11/21] 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 {
[12/21] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/21] 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 {
[14/21] Compiling Hash Cryptable.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 {
[15/21] Compiling Hash DecryptedData.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 {
[16/21] Compiling LetterCase LetterCase.swift
[17/21] Compiling LetterCase LetterCaseOptions.swift
[18/21] Compiling Fuse FuseUtilities.swift
[19/21] Compiling LetterCase KeyDecodingStrategyAdditions.swift
BUILD FAILURE 6.1 android