Build Information
Failed to build THOTP, reference master (0a97ed
), with Swift 6.1 for Linux on 27 Apr 2025 17:49:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/THOTP.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/ericlewis/THOTP
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0a97ed7 Update README.md
Cloned https://github.com/ericlewis/THOTP.git
Revision (git rev-parse @):
0a97ed714dd7b2da6c8f3285a9c69395b83129c0
SUCCESS checkout https://github.com/ericlewis/THOTP.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ericlewis/THOTP.git
https://github.com/ericlewis/THOTP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "url-queryitem",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ericlewis/URL-QueryItem.git"
},
{
"identity" : "base32",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/norio-nomura/Base32.git"
}
],
"manifest_display_name" : "THOTP",
"name" : "THOTP",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "THOTP",
"targets" : [
"THOTP"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "THOTPTests",
"module_type" : "SwiftTarget",
"name" : "THOTPTests",
"path" : "Tests/THOTPTests",
"product_dependencies" : [
"Base32"
],
"sources" : [
"AllTests.swift"
],
"target_dependencies" : [
"THOTP"
],
"type" : "test"
},
{
"c99name" : "THOTP",
"module_type" : "SwiftTarget",
"name" : "THOTP",
"path" : "Sources/THOTP",
"product_dependencies" : [
"URL-QueryItem",
"Base32"
],
"product_memberships" : [
"THOTP"
],
"sources" : [
"Enums/GeneratorAlgorithm.swift",
"Enums/IssuerStrategy.swift",
"Enums/Key.swift",
"Enums/OTPError.swift",
"Enums/SupportedHashAlgorithm.swift",
"Extensions/GeneratorProtocol+Generate.swift",
"Extensions/GeneratorProtocol+Validators.swift",
"Extensions/PasswordProtocol+CurrentPassword.swift",
"Extensions/PasswordProtocol+Equatable.swift",
"Extensions/PasswordProtocol+URL.swift",
"Generator.swift",
"Password.swift",
"Protocols/GeneratorProtocol.swift",
"Protocols/PasswordProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/norio-nomura/Base32.git
Fetching https://github.com/ericlewis/URL-QueryItem.git
[1/17] Fetching url-queryitem
[18/1185] Fetching url-queryitem, base32
Fetched https://github.com/ericlewis/URL-QueryItem.git from cache (0.21s)
Fetched https://github.com/norio-nomura/Base32.git from cache (0.22s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.85s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (2.54s)
Creating working copy for https://github.com/ericlewis/URL-QueryItem.git
Working copy of https://github.com/ericlewis/URL-QueryItem.git resolved at 1.0.0
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/21] Emitting module Base32
[6/21] Compiling Base32 StringExtension.swift
[7/21] Compiling Base32 shim.swift
[8/21] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[9/21] Compiling URL_QueryItem URL+QueryItems.swift
[10/21] Compiling URL_QueryItem Collection+URLQueryItem.swift
[11/21] Emitting module URL_QueryItem
[12/21] Compiling URL_QueryItem URL+URLComponents.swift
[13/22] Wrapping AST for URL-QueryItem for debugging
[14/22] Write Objects.LinkFileList
[15/22] Archiving libURL-QueryItem.a
[17/22] Compiling Base32 Base16.swift
[18/22] Compiling Base32 Base32.swift
[19/23] Wrapping AST for Base32 for debugging
[21/37] Compiling THOTP GeneratorProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[22/38] Compiling THOTP Generator.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[23/38] Compiling THOTP Password.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/38] Emitting module THOTP
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[25/38] Compiling THOTP GeneratorAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[26/38] Compiling THOTP IssuerStrategy.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[27/38] Compiling THOTP Key.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[28/38] Compiling THOTP OTPError.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[29/38] Compiling THOTP SupportedHashAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[30/38] Compiling THOTP GeneratorProtocol+Generate.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[31/38] Compiling THOTP PasswordProtocol+Equatable.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[32/38] Compiling THOTP PasswordProtocol+URL.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[33/38] Compiling THOTP GeneratorProtocol+Validators.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[34/38] Compiling THOTP PasswordProtocol+CurrentPassword.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[35/38] Compiling THOTP PasswordProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[3/17] Compiling URL_QueryItem URL+URLComponents.swift
[4/17] Compiling URL_QueryItem Collection+URLQueryItem.swift
[5/17] Emitting module URL_QueryItem
[6/17] Compiling URL_QueryItem URL+QueryItems.swift
[7/18] Compiling Base32 shim.swift
[8/18] Write Objects.LinkFileList
[9/18] Archiving libURL-QueryItem.a
[10/18] Compiling Base32 StringExtension.swift
[12/18] Compiling Base32 Base16.swift
[13/18] Emitting module Base32
[14/18] Compiling Base32 Base32.swift
[16/32] Compiling THOTP GeneratorProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[17/32] Compiling THOTP Generator.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[18/32] Compiling THOTP Password.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/33] Emitting module THOTP
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[20/33] Compiling THOTP Key.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[21/33] Compiling THOTP OTPError.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[22/33] Compiling THOTP GeneratorAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[23/33] Compiling THOTP IssuerStrategy.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[24/33] Compiling THOTP SupportedHashAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[25/33] Compiling THOTP GeneratorProtocol+Generate.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[26/33] Compiling THOTP GeneratorProtocol+Validators.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[27/33] Compiling THOTP PasswordProtocol+CurrentPassword.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[28/33] Compiling THOTP PasswordProtocol+Equatable.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[29/33] Compiling THOTP PasswordProtocol+URL.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
[30/33] Compiling THOTP PasswordProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 |
3 | /// The available hash functions used for password generation
BUILD FAILURE 6.1 linux