Build Information
Failed to build Wand_CoreLocation, reference 1.4.4 (a66b4a
), with Swift 6.1 for Wasm on 2 Jul 2025 05:30:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-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/The-Wand/Location.git
Reference: 1.4.4
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/The-Wand/Location
* tag 1.4.4 -> FETCH_HEAD
HEAD is now at a66b4a1 Wand 1.4.4
Cloned https://github.com/The-Wand/Location.git
Revision (git rev-parse @):
a66b4a182d2248d265e7c104f19ee81cb208f660
SUCCESS checkout https://github.com/The-Wand/Location.git at 1.4.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/The-Wand/Location.git
https://github.com/The-Wand/Location.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "ru",
"dependencies" : [
{
"identity" : "any",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/Any.git"
},
{
"identity" : "wand",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/Wand.git"
}
],
"manifest_display_name" : "Wand_CoreLocation",
"name" : "Wand_CoreLocation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Wand_CoreLocation",
"targets" : [
"Wand_CoreLocation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "wandTests",
"module_type" : "SwiftTarget",
"name" : "wandTests",
"path" : "Tests/wandTests",
"product_dependencies" : [
"Any_"
],
"sources" : [
"Cases/CLAuthorizationStatus_Tests.swift",
"Cases/CLLocation_Tests.swift",
"Unit/Unit.swift"
],
"target_dependencies" : [
"Wand_CoreLocation"
],
"type" : "test"
},
{
"c99name" : "Wand_CoreLocation",
"module_type" : "SwiftTarget",
"name" : "Wand_CoreLocation",
"path" : "Sources/Wand_CoreLocation",
"product_dependencies" : [
"Wand"
],
"product_memberships" : [
"Wand_CoreLocation"
],
"sources" : [
"CoreLocation/CLAuthorizationStatus_Ask.swift",
"CoreLocation/CLLocationManager_Obtain.swift",
"CoreLocation/CLLocation_Ask.swift",
"CoreLocation/convert/CLLocationCoordinate2D_Convert.swift",
"CoreLocation/convert/CLLocation_Convert.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/el-machine/Any.git
Fetching https://github.com/el-machine/Wand.git
[1/143] Fetching any
[76/5512] Fetching any, wand
Fetched https://github.com/el-machine/Any.git from cache (0.53s)
Fetched https://github.com/el-machine/Wand.git from cache (0.54s)
Computing version for https://github.com/el-machine/Any.git
Computed https://github.com/el-machine/Any.git at 1.0.1 (1.31s)
Computing version for https://github.com/el-machine/Wand.git
Computed https://github.com/el-machine/Wand.git at 1.5.5 (0.53s)
Creating working copy for https://github.com/el-machine/Wand.git
Working copy of https://github.com/el-machine/Wand.git resolved at 1.5.5
Creating working copy for https://github.com/el-machine/Any.git
Working copy of https://github.com/el-machine/Any.git resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/24] Emitting module Wand
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[5/26] Compiling Wand AskingNil.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[6/26] Compiling Wand Obtain.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[7/26] Compiling Wand Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[8/26] Compiling Wand |.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[9/26] Compiling Wand CoreGraphicsMath+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[10/26] Compiling Wand Numbers+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[11/26] Compiling Wand Log.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[12/26] Compiling Wand Memory.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[13/26] Compiling Wand All.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[14/26] Compiling Wand Any.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[15/26] Compiling Wand Counting.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[16/26] Compiling Wand Describing_Data.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[17/26] Compiling Wand Expressible.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[18/26] Compiling Wand Error.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[19/26] Compiling Wand Error?.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[20/26] Compiling Wand Wanded.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[21/26] Compiling Wand String+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[22/26] Compiling Wand Describing.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[23/26] Compiling Wand Describing_Character.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[24/26] Compiling Wand Option.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[25/26] Compiling Wand Ask.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[26/26] Compiling Wand Asking.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/wandTests/Package.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module Wand
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[3/24] Compiling Wand All.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[4/24] Compiling Wand Any.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[5/24] Compiling Wand Counting.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[6/24] Compiling Wand Error.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[7/24] Compiling Wand Error?.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[8/24] Compiling Wand Wanded.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[9/24] Compiling Wand Describing_Data.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[10/24] Compiling Wand Expressible.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[11/24] Compiling Wand Log.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[12/24] Compiling Wand Memory.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[13/24] Compiling Wand Option.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[14/24] Compiling Wand Ask.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[15/24] Compiling Wand Asking.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[16/24] Compiling Wand |.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[17/24] Compiling Wand CoreGraphicsMath+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[18/24] Compiling Wand Numbers+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[19/24] Compiling Wand AskingNil.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[20/24] Compiling Wand Obtain.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[21/24] Compiling Wand Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[22/24] Compiling Wand String+Wand.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[23/24] Compiling Wand Describing.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
[24/24] Compiling Wand Describing_Character.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift:21:8: error: no such module 'Foundation.NSData'
19 | ///Data
20 | #if canImport(Foundation)
21 | import Foundation.NSData
| `- error: no such module 'Foundation.NSData'
22 |
23 | @inline(__always)
BUILD FAILURE 6.1 wasm