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