Build Information
Failed to build SwiftyWasmer, reference develop (1432c7
), with Swift 6.0 for Linux on 2 Nov 2024 11:21:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftyWasmer.git
Reference: develop
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/helje5/SwiftyWasmer
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 1432c76 Update README.md
Cloned https://github.com/helje5/SwiftyWasmer.git
Revision (git rev-parse @):
1432c76dd0ad0ad2f4ef68e302007b263a8b0b6a
SUCCESS checkout https://github.com/helje5/SwiftyWasmer.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/helje5/SwiftyWasmer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: couldn't find pc file for wasmer
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/38] Emitting module Wasmer
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[5/42] Compiling Wasmer ExportWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[6/42] Compiling Wasmer ValueTypeWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[7/42] Compiling Wasmer ValueWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[8/42] Compiling Wasmer WasmerImportsHolder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[9/42] Compiling Wasmer Wasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[10/42] Compiling Wasmer WasmerError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[11/42] Compiling Wasmer WasmerFFIFix.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[12/42] Compiling Wasmer WasmerImportExportKind.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[13/42] Compiling Wasmer ImportObjectIterPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[14/42] Compiling Wasmer ImportObjectPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[15/42] Compiling Wasmer InstanceContextPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[16/42] Compiling Wasmer InstancePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[17/42] Compiling Wasmer MemoryPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[18/42] Compiling Wasmer ModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[19/42] Compiling Wasmer SerializedModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[20/42] Compiling Wasmer ReExports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[21/42] Compiling Wasmer CAPIUtilities.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[22/42] Compiling Wasmer ByteArrayExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[23/42] Compiling Wasmer ExportFuncPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[24/42] Compiling Wasmer ExportPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[25/42] Compiling Wasmer ExportsPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[26/42] Compiling Wasmer GlobalPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[27/42] Compiling Wasmer Instance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[28/42] Compiling Wasmer Memory.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[29/42] Compiling Wasmer Module.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[30/42] Compiling Wasmer Validate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[31/42] Compiling Wasmer Value.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[32/42] Compiling Wasmer ValueType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[33/42] Compiling Wasmer WASI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[34/42] Compiling Wasmer WebAssembly.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[35/42] Compiling Wasmer Export.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[36/42] Compiling Wasmer Exports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[37/42] Compiling Wasmer Global.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
[38/42] Compiling Wasmer ImportObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "include/CWasmer.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/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 |
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
8 |
9 | import struct Foundation.Data
10 | import CWasmer
| `- error: could not build C module 'CWasmer'
11 |
12 | extension wasmer_byte_array {
BUILD FAILURE 6.0 linux