Build Information
Failed to build SwiftyWasmer, reference 0.5.0 (3c28ff
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 00:23:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftyWasmer.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/SwiftyWasmer
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 3c28ffa Merge branch 'develop' into main
Cloned https://github.com/helje5/SwiftyWasmer.git
Revision (git rev-parse @):
3c28ffa4185344fff26d3f9916f3a0132e786fab
SUCCESS checkout https://github.com/helje5/SwiftyWasmer.git at 0.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftywasmer",
"name": "SwiftyWasmer",
"url": "https://github.com/helje5/SwiftyWasmer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyWasmer",
"dependencies": [
]
}
]
}
Fetching https://github.com/helje5/SwiftyWasmer.git
[1/68] Fetching swiftywasmer
Fetched https://github.com/helje5/SwiftyWasmer.git from cache (0.58s)
Creating working copy for https://github.com/helje5/SwiftyWasmer.git
Working copy of https://github.com/helje5/SwiftyWasmer.git resolved at 0.5.0 (3c28ffa)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/helje5/SwiftyWasmer.git
https://github.com/helje5/SwiftyWasmer.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyWasmer",
"name" : "SwiftyWasmer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Wasmer",
"targets" : [
"Wasmer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swasi-run",
"targets" : [
"swasi-run"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swasi_run",
"module_type" : "SwiftTarget",
"name" : "swasi-run",
"path" : "Sources/swasi-run",
"product_memberships" : [
"swasi-run"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Wasmer"
],
"type" : "executable"
},
{
"c99name" : "Wasmer",
"module_type" : "SwiftTarget",
"name" : "Wasmer",
"path" : "Sources/Wasmer",
"product_memberships" : [
"Wasmer",
"swasi-run"
],
"sources" : [
"CExtensions/ByteArrayExt.swift",
"CExtensions/ExportFuncPtr.swift",
"CExtensions/ExportPtr.swift",
"CExtensions/ExportsPtr.swift",
"CExtensions/GlobalPtr.swift",
"CExtensions/ImportObjectIterPtr.swift",
"CExtensions/ImportObjectPtr.swift",
"CExtensions/InstanceContextPtr.swift",
"CExtensions/InstancePtr.swift",
"CExtensions/MemoryPtr.swift",
"CExtensions/ModulePtr.swift",
"CExtensions/SerializedModulePtr.swift",
"ReExports.swift",
"Utilities/CAPIUtilities.swift",
"Wasmer/Wasmer.swift",
"Wasmer/WasmerError.swift",
"Wasmer/WasmerFFIFix.swift",
"Wasmer/WasmerImportExportKind.swift",
"WebAssembly/Export.swift",
"WebAssembly/Exports.swift",
"WebAssembly/Global.swift",
"WebAssembly/ImportObject.swift",
"WebAssembly/Instance.swift",
"WebAssembly/Memory.swift",
"WebAssembly/Module.swift",
"WebAssembly/Validate.swift",
"WebAssembly/Value.swift",
"WebAssembly/ValueType.swift",
"WebAssembly/WASI.swift",
"WebAssembly/WebAssembly.swift",
"WebAssemblyWasmer/ExportWasmer.swift",
"WebAssemblyWasmer/ValueTypeWasmer.swift",
"WebAssemblyWasmer/ValueWasmer.swift",
"WebAssemblyWasmer/WasmerImportsHolder.swift"
],
"target_dependencies" : [
"CWasmer"
],
"type" : "library"
},
{
"c99name" : "CWasmer",
"module_type" : "SystemLibraryTarget",
"name" : "CWasmer",
"path" : "Sources/CWasmer",
"product_memberships" : [
"Wasmer",
"swasi-run"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/7] Write sources
[1/7] Write swasi-run-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/39] Emitting module Wasmer
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[6/42] Compiling Wasmer GlobalPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[7/42] Compiling Wasmer ImportObjectIterPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[8/42] Compiling Wasmer ImportObjectPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[9/42] Compiling Wasmer InstanceContextPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[10/42] Compiling Wasmer ValueTypeWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[11/42] Compiling Wasmer ValueWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[12/42] Compiling Wasmer WasmerImportsHolder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[13/42] Compiling Wasmer InstancePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[14/42] Compiling Wasmer MemoryPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[15/42] Compiling Wasmer ModulePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[16/42] Compiling Wasmer SerializedModulePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[17/42] Compiling Wasmer ByteArrayExt.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[18/42] Compiling Wasmer ExportFuncPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[19/42] Compiling Wasmer ExportPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[20/42] Compiling Wasmer ExportsPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[21/42] Compiling Wasmer WASI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[22/42] Compiling Wasmer WebAssembly.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[23/42] Compiling Wasmer ExportWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[24/42] Compiling Wasmer Validate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[25/42] Compiling Wasmer Value.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[26/42] Compiling Wasmer ValueType.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[27/42] Compiling Wasmer Instance.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[28/42] Compiling Wasmer Memory.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[29/42] Compiling Wasmer Module.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[30/42] Compiling Wasmer ReExports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[31/42] Compiling Wasmer CAPIUtilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[32/42] Compiling Wasmer Wasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[33/42] Compiling Wasmer WasmerError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[34/42] Compiling Wasmer WasmerFFIFix.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[35/42] Compiling Wasmer WasmerImportExportKind.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[36/42] Compiling Wasmer Export.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[37/42] Compiling Wasmer Exports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[38/42] Compiling Wasmer Global.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[39/42] Compiling Wasmer ImportObject.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for wasmer
warning: couldn't find pc file for wasmer
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/36] Compiling Wasmer Validate.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[3/36] Compiling Wasmer Value.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[4/36] Compiling Wasmer ValueType.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/39] Emitting module Wasmer
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[6/39] Compiling Wasmer GlobalPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[7/39] Compiling Wasmer ImportObjectIterPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[8/39] Compiling Wasmer ImportObjectPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[9/39] Compiling Wasmer InstanceContextPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[10/39] Compiling Wasmer Instance.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[11/39] Compiling Wasmer Memory.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[12/39] Compiling Wasmer Module.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[13/39] Compiling Wasmer ReExports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[14/39] Compiling Wasmer CAPIUtilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[15/39] Compiling Wasmer Wasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[16/39] Compiling Wasmer WasmerError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[17/39] Compiling Wasmer InstancePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[18/39] Compiling Wasmer MemoryPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[19/39] Compiling Wasmer ModulePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[20/39] Compiling Wasmer SerializedModulePtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[21/39] Compiling Wasmer WasmerFFIFix.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[22/39] Compiling Wasmer WasmerImportExportKind.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[23/39] Compiling Wasmer Export.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[24/39] Compiling Wasmer WASI.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[25/39] Compiling Wasmer WebAssembly.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[26/39] Compiling Wasmer ExportWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[27/39] Compiling Wasmer Exports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[28/39] Compiling Wasmer Global.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[29/39] Compiling Wasmer ImportObject.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[30/39] Compiling Wasmer ByteArrayExt.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[31/39] Compiling Wasmer ExportFuncPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[32/39] Compiling Wasmer ExportPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[33/39] Compiling Wasmer ExportsPtr.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[34/39] Compiling Wasmer ValueTypeWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[35/39] Compiling Wasmer ValueWasmer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[36/39] Compiling Wasmer WasmerImportsHolder.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
7 | //
8 |
9 | #import <wasmer.h>
| `- error: 'wasmer.h' file not found
10 |
/Users/admin/builder/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build Objective-C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build Objective-C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for wasmer
warning: couldn't find pc file for wasmer
BUILD FAILURE 6.1 macosSpm