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, reference develop (1432c7), with Swift 6.1 for Linux on 27 Apr 2025 00:18:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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.1
Building package at path:  $PWD
https://github.com/helje5/SwiftyWasmer.git
https://github.com/helje5/SwiftyWasmer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyWasmer",
  "name" : "SwiftyWasmer",
  "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for wasmer
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 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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for wasmer
warning: couldn't find pc file for wasmer
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/36] 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 {
[3/36] 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 {
[4/36] 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 {
[5/36] 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 {
[6/40] 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 {
[7/40] 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 {
[8/40] 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 {
[9/40] 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 {
[10/40] 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 {
[11/40] 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 {
[12/40] 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 {
[13/40] 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 {
[14/40] 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 {
[15/40] 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 {
[16/40] 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 {
[17/40] 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 {
[18/40] 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 {
[19/40] 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 {
[20/40] 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 {
[21/40] 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 {
[22/40] 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 {
[23/40] 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 {
[24/40] 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 {
[25/40] 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 {
[26/40] 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 {
[27/40] 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 {
[28/40] 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 {
[29/40] 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 {
[30/40] 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 {
[31/40] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/40] 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 {
[33/40] 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 {
[34/40] 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 {
[35/40] 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 {
[36/40] 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 {
BUILD FAILURE 6.1 linux