This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftyWasmer with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftyWasmer.git
Reference: 0.5.0
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
 * 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
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
warning: couldn't find pc file for wasmer
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/34] Emitting module Wasmer
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[2/38] Compiling Wasmer ExportWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[3/38] Compiling Wasmer ValueTypeWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[4/38] Compiling Wasmer ValueWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[5/38] Compiling Wasmer WasmerImportsHolder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[6/38] Compiling Wasmer Wasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[7/38] Compiling Wasmer WasmerError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[8/38] Compiling Wasmer WasmerFFIFix.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[9/38] Compiling Wasmer WasmerImportExportKind.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[10/38] Compiling Wasmer ModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[11/38] Compiling Wasmer SerializedModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[12/38] Compiling Wasmer ReExports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[13/38] Compiling Wasmer CAPIUtilities.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[14/38] Compiling Wasmer Export.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[15/38] Compiling Wasmer Exports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[16/38] Compiling Wasmer Global.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[17/38] Compiling Wasmer ImportObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[18/38] Compiling Wasmer ImportObjectIterPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[19/38] Compiling Wasmer ImportObjectPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[20/38] Compiling Wasmer InstanceContextPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[21/38] Compiling Wasmer InstancePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[22/38] Compiling Wasmer MemoryPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[23/38] Compiling Wasmer Value.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[24/38] Compiling Wasmer ValueType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[25/38] Compiling Wasmer WASI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[26/38] Compiling Wasmer WebAssembly.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[27/38] Compiling Wasmer Instance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[28/38] Compiling Wasmer Memory.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[29/38] Compiling Wasmer Module.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[30/38] Compiling Wasmer Validate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[31/38] Compiling Wasmer ByteArrayExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[32/38] Compiling Wasmer ExportFuncPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[33/38] Compiling Wasmer ExportPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[34/38] Compiling Wasmer ExportsPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[35/38] Compiling Wasmer GlobalPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
warning: couldn't find pc file for wasmer
[0/1] Planning build
Building for debugging...
[1/34] Compiling Wasmer ByteArrayExt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[2/34] Compiling Wasmer ExportFuncPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[3/34] Compiling Wasmer ExportPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[4/34] Compiling Wasmer ExportsPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[5/34] Compiling Wasmer GlobalPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[6/34] Compiling Wasmer Wasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[7/34] Compiling Wasmer WasmerError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[8/34] Compiling Wasmer WasmerFFIFix.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[9/34] Compiling Wasmer WasmerImportExportKind.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[10/34] Compiling Wasmer Value.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[11/34] Compiling Wasmer ValueType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[12/34] Compiling Wasmer WASI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[13/34] Compiling Wasmer WebAssembly.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[14/34] Compiling Wasmer ImportObjectIterPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[15/34] Compiling Wasmer ImportObjectPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[16/34] Compiling Wasmer InstanceContextPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[17/34] Compiling Wasmer InstancePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[18/34] Compiling Wasmer MemoryPtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[19/38] Compiling Wasmer Instance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[20/38] Compiling Wasmer Memory.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[21/38] Compiling Wasmer Module.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[22/38] Compiling Wasmer Validate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/38] Emitting module Wasmer
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[24/38] Compiling Wasmer ModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[25/38] Compiling Wasmer SerializedModulePtr.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[26/38] Compiling Wasmer ReExports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[27/38] Compiling Wasmer CAPIUtilities.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[28/38] Compiling Wasmer Export.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[29/38] Compiling Wasmer Exports.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[30/38] Compiling Wasmer Global.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[31/38] Compiling Wasmer ImportObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[32/38] Compiling Wasmer ExportWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[33/38] Compiling Wasmer ValueTypeWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[34/38] Compiling Wasmer ValueWasmer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
[35/38] Compiling Wasmer WasmerImportsHolder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "include/CWasmer.h"
         ^
/host/spi-builder-workspace/Sources/CWasmer/include/CWasmer.h:9:9: error: 'wasmer.h' file not found
#import <wasmer.h>
        ^
/host/spi-builder-workspace/Sources/Wasmer/CExtensions/ByteArrayExt.swift:10:8: error: could not build C module 'CWasmer'
import CWasmer
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.