Build Information
Failed to build SMBClient, reference main (39bbf9
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 19:35:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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: 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-0":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/74] 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 |
[4/84] 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 |
[5/84] 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 |
[6/84] 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 |
[7/84] 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 |
[8/84] Compiling SMBClient Flush.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/84] 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 |
[10/84] 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 |
[11/84] 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 |
[12/84] 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 |
[13/84] 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 |
[14/84] 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 |
[15/84] 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 |
[16/84] 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 |
[17/84] 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 |
[18/84] 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 |
[19/84] 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 |
[20/84] 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 |
[21/84] 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 |
[22/84] 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 |
[23/84] 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 |
[24/84] 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 |
[25/84] 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 |
[26/84] 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 |
[27/84] 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 |
[28/84] 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 |
[29/84] 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 |
[30/84] 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 |
[31/84] 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 |
[32/84] 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 |
[33/84] 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 |
[34/84] 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 |
[35/84] 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 |
[36/84] 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 |
[37/84] 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 |
[38/84] 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 |
[39/84] 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 |
[40/84] 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 |
[41/84] 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 |
[42/84] 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 |
[43/84] 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 |
[44/84] 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 |
[45/84] 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 |
[46/84] 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 |
[47/84] 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 |
[48/84] 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 |
[49/84] 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 |
[50/84] 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 |
[51/84] 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 |
[52/84] 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 |
[53/84] 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 |
[54/84] 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 |
[55/84] 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 |
[56/84] 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 |
[57/84] 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 |
[58/84] 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 |
[59/84] 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 |
[60/84] 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 |
[61/84] 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 |
[62/84] 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 |
[63/84] 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 |
[64/84] 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 |
[65/84] 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 |
[66/84] 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 |
[67/84] 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 |
[68/84] 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 |
[69/84] 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 |
[70/84] 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 |
[71/84] 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 |
[72/84] 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 |
[73/84] 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 |
[74/84] 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/84] 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/84] 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/84] 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/84] 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/84] 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/84] 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/84] 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/84] 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/84] 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 |
[84/84] 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 |
BUILD FAILURE 6.2 wasm