The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SMBClient, reference main (39bbf9), with Swift 5.10 for Linux on 12 Jun 2025 02:14:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kishikawakatsumi/SMBClient.git
Reference: main
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/kishikawakatsumi/SMBClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39bbf97 Merge pull request #194 from kishikawakatsumi/kishikawakatsumi-patch-1
Cloned https://github.com/kishikawakatsumi/SMBClient.git
Revision (git rev-parse @):
39bbf970b6752ff3b9a146777c37d951ad6e4fa3
SUCCESS checkout https://github.com/kishikawakatsumi/SMBClient.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kishikawakatsumi/SMBClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/74] Compiling SMBClient FileInformationClass.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[4/74] Compiling SMBClient FileInternalInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[5/74] Compiling SMBClient FileModeInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[6/74] Compiling SMBClient FileNameInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[7/74] Compiling SMBClient FilePositionInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[8/74] Compiling SMBClient FileRenameInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[9/74] Compiling SMBClient FileStandardInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[10/74] Compiling SMBClient InfoType.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[11/74] Compiling SMBClient SecurityDescriptor.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[12/74] Compiling SMBClient FileFsDeviceInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/84] Compiling SMBClient FileAttributes.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[14/84] Compiling SMBClient FileAccessInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[15/84] Compiling SMBClient FileAlignmentInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[16/84] Compiling SMBClient FileAllInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[17/84] Compiling SMBClient FileBasicInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[18/84] Compiling SMBClient FileDirectoryInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[19/84] Compiling SMBClient FileDispositionInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[20/84] Compiling SMBClient FileEaInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[21/84] Compiling SMBClient FileIdBothDirectoryInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[22/84] Compiling SMBClient FileInfoClass.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[23/84] Emitting module SMBClient
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[24/84] Compiling SMBClient Crypto.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[25/84] Compiling SMBClient NTLM.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[26/84] Compiling SMBClient ByteReader.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[27/84] Compiling SMBClient Connection.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[28/84] Compiling SMBClient DCERPC.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[29/84] Compiling SMBClient NetShareEnum.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[30/84] Compiling SMBClient FileProxy.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[31/84] Compiling SMBClient FileReader.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[32/84] Compiling SMBClient FileTime.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[33/84] Compiling SMBClient FileWriter.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[34/84] Compiling SMBClient AccessMask.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[35/84] Compiling SMBClient DirectoryAccessMask.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[36/84] Compiling SMBClient FilePipePrinterAccessMask.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[37/84] Compiling SMBClient Close+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[38/84] Compiling SMBClient Close.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[39/84] Compiling SMBClient Create+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[40/84] Compiling SMBClient Create.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[41/84] Compiling SMBClient Echo+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[42/84] Compiling SMBClient Echo.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[43/84] Compiling SMBClient ErrorResponse.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[44/84] Compiling SMBClient NTStatus.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[45/84] Compiling SMBClient SessionSetup+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[46/84] Compiling SMBClient SessionSetup.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[47/84] Compiling SMBClient SetInfo+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[48/84] Compiling SMBClient SetInfo.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[49/84] Compiling SMBClient TreeConnect+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[50/84] Compiling SMBClient TreeConnect.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[51/84] Compiling SMBClient TreeDisconnect+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[52/84] Compiling SMBClient TreeDisconnect.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[53/84] Compiling SMBClient Write+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[54/84] Compiling SMBClient Write.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[55/84] Compiling SMBClient Logoff.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[56/84] Compiling SMBClient Message.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[57/84] Compiling SMBClient Negotiate+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[58/84] Compiling SMBClient Negotiate.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[59/84] Compiling SMBClient QueryDirectory+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[60/84] Compiling SMBClient QueryDirectory.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[61/84] Compiling SMBClient QueryInfo+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[62/84] Compiling SMBClient QueryInfo.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[63/84] Compiling SMBClient Read+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[64/84] Compiling SMBClient Read.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[65/84] Compiling SMBClient FileFsLabelInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[66/84] Compiling SMBClient FileFsSizeInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[67/84] Compiling SMBClient FileFsVolumeInformation.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[68/84] Compiling SMBClient FileSystemInfoClass.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[69/84] Compiling SMBClient Flush.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[70/84] Compiling SMBClient Header+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[71/84] Compiling SMBClient Header.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[72/84] Compiling SMBClient IOCtl+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[73/84] Compiling SMBClient IOCtl.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[74/84] Compiling SMBClient Logoff+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[75/84] Compiling SMBClient BinaryConvertible.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[76/84] Compiling SMBClient Data.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[77/84] Compiling SMBClient Pathname.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[78/84] Compiling SMBClient Semaphore.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[79/84] Compiling SMBClient String.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[80/84] Compiling SMBClient UUID.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[81/84] Compiling SMBClient SMBClient.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[82/84] Compiling SMBClient Session.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[83/84] Compiling SMBClient Transport.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[84/84] Compiling SMBClient TreeAccessor.swift
/host/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift:2:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: fatalError
BUILD FAILURE 5.10 linux