The Swift Package Index logo.Swift Package Index

Build Information

Failed to build THOTP with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/THOTP.git
Reference: 1.0.66
Cloned https://github.com/ericlewis/THOTP.git into spi-builder-workspace
SUCCESS checkout https://github.com/ericlewis/THOTP.git at 1.0.66
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/norio-nomura/Base32.git
Fetching https://github.com/ericlewis/URL-QueryItem.git
[1/1137] Fetching base32
Fetched https://github.com/norio-nomura/Base32.git (0.18s)
Fetched https://github.com/ericlewis/URL-QueryItem.git (0.18s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.25s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (1.17s)
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
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
Building for debugging...
[1/15] Compiling Base32 shim.swift
[2/15] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[3/15] Compiling URL_QueryItem URL+URLComponents.swift
[4/15] Compiling Base32 StringExtension.swift
[5/15] Emitting module URL_QueryItem
[6/15] Compiling URL_QueryItem Collection+URLQueryItem.swift
[7/15] Compiling URL_QueryItem URL+QueryItems.swift
[9/17] Wrapping AST for URL-QueryItem for debugging
[10/17] Archiving libURL-QueryItem.a
[12/17] Compiling Base32 Base16.swift
[13/17] Compiling Base32 Base32.swift
[14/17] Emitting module Base32
[16/19] Wrapping AST for Base32 for debugging
[18/33] Compiling THOTP GeneratorProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/34] Compiling THOTP Generator.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/34] Compiling THOTP Password.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[21/34] Emitting module THOTP
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/34] Compiling THOTP GeneratorAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/34] Compiling THOTP IssuerStrategy.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/34] Compiling THOTP PasswordProtocol.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/34] Compiling THOTP Key.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/34] Compiling THOTP OTPError.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/34] Compiling THOTP SupportedHashAlgorithm.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/34] Compiling THOTP GeneratorProtocol+Generate.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/34] Compiling THOTP PasswordProtocol+Equatable.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/34] Compiling THOTP PasswordProtocol+URL.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/34] Compiling THOTP GeneratorProtocol+Validators.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/34] Compiling THOTP PasswordProtocol+CurrentPassword.swift
/host/spi-builder-workspace/Sources/THOTP/Enums/SupportedHashAlgorithm.swift:1:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 1