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 MuJoCo, reference v2.3.1 (ebfd2d), with Swift 6.1 for Linux on 27 Apr 2025 06:19:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/liuliu/swift-mujoco.git
Reference: v2.3.1
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/liuliu/swift-mujoco
 * tag               v2.3.1     -> FETCH_HEAD
HEAD is now at ebfd2d1 Update to 2.3.1
Cloned https://github.com/liuliu/swift-mujoco.git
Revision (git rev-parse @):
ebfd2d198baca173239e43af3336cab6b1498042
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/liuliu/swift-mujoco.git at v2.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liuliu/swift-mujoco.git
https://github.com/liuliu/swift-mujoco.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "mujoco",
      "requirement" : {
        "revision" : [
          "efd310e00b1766b45e234952b60f6a2291cc90b0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/liuliu/mujoco.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "MuJoCo",
  "name" : "MuJoCo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "MuJoCo",
      "targets" : [
        "MuJoCo"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "simulate",
      "targets" : [
        "simulate"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "codegen",
      "targets" : [
        "codegen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "simulate",
      "module_type" : "SwiftTarget",
      "name" : "simulate",
      "path" : "Examples/simulate",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "simulate"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MuJoCo"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "codegen",
      "module_type" : "SwiftTarget",
      "name" : "codegen",
      "path" : "Sources/codegen",
      "product_memberships" : [
        "codegen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MuJoCoCSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "sources" : [
        "tuple.swift",
        "xml.swift"
      ],
      "target_dependencies" : [
        "MuJoCo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MuJoCoCSyntax",
      "module_type" : "SwiftTarget",
      "name" : "MuJoCoCSyntax",
      "path" : "Sources/codegen",
      "product_memberships" : [
        "codegen"
      ],
      "sources" : [
        "enumDecl.swift",
        "functionExtension.swift",
        "parseHeaders.swift",
        "structExtension.swift"
      ],
      "target_dependencies" : [
        "ChangeCases"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MuJoCo",
      "module_type" : "SwiftTarget",
      "name" : "MuJoCo",
      "path" : "Sources",
      "product_dependencies" : [
        "C_mujoco"
      ],
      "product_memberships" : [
        "MuJoCo",
        "simulate"
      ],
      "sources" : [
        "GLContext.swift",
        "Mj+Functions.swift",
        "Mj.swift",
        "MjArray.swift",
        "MjContact+Extensions.swift",
        "MjContact.swift",
        "MjData+Extensions.swift",
        "MjData+Functions.swift",
        "MjData.swift",
        "MjLROpt+Extensions.swift",
        "MjLROpt.swift",
        "MjModel+Extensions.swift",
        "MjModel+Functions.swift",
        "MjModel.swift",
        "MjObject+Extensions.swift",
        "MjObject.swift",
        "MjOption+Extensions.swift",
        "MjOption.swift",
        "MjSolverStat.swift",
        "MjStatistic.swift",
        "MjTimerStat.swift",
        "MjUI+Extensions.swift",
        "MjUI+Functions.swift",
        "MjUI.swift",
        "MjVFS.swift",
        "MjVisual+Extensions.swift",
        "MjVisual.swift",
        "MjWarningStat.swift",
        "Mjcb.swift",
        "MjrContext+Extensions.swift",
        "MjrContext+Functions.swift",
        "MjrContext.swift",
        "MjrRect.swift",
        "Mjt.swift",
        "MjuiDef+Extensions.swift",
        "MjuiDef.swift",
        "MjuiDefObjectMapper.swift",
        "MjuiDefState.swift",
        "MjuiItem+Extensions.swift",
        "MjuiItem.swift",
        "MjuiItemEdit+Extensions.swift",
        "MjuiItemEdit.swift",
        "MjuiItemMulti+Extensions.swift",
        "MjuiItemMulti.swift",
        "MjuiItemSingle+Extensions.swift",
        "MjuiItemSingle.swift",
        "MjuiItemSlider+Extensions.swift",
        "MjuiItemSlider.swift",
        "MjuiSection+Extensions.swift",
        "MjuiSection.swift",
        "MjuiState+Extensions.swift",
        "MjuiState+Functions.swift",
        "MjuiState.swift",
        "MjuiThemeColor+Extensions.swift",
        "MjuiThemeColor.swift",
        "MjuiThemeSpacing+Extensions.swift",
        "MjuiThemeSpacing.swift",
        "MjvCamera+Extensions.swift",
        "MjvCamera+Functions.swift",
        "MjvCamera.swift",
        "MjvFigure+Extensions.swift",
        "MjvFigure.swift",
        "MjvGLCamera+Extensions.swift",
        "MjvGLCamera+Functions.swift",
        "MjvGLCamera.swift",
        "MjvGeom+Extensions.swift",
        "MjvGeom+Functions.swift",
        "MjvGeom.swift",
        "MjvLight.swift",
        "MjvOption+Extensions.swift",
        "MjvOption.swift",
        "MjvPerturb+Extensions.swift",
        "MjvPerturb+Functions.swift",
        "MjvPerturb.swift",
        "MjvScene+Extensions.swift",
        "MjvScene+Functions.swift",
        "MjvScene.swift",
        "OSShim.swift",
        "Simulate.swift"
      ],
      "target_dependencies" : [
        "CShim_mujoco",
        "C_glfw"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChangeCases",
      "module_type" : "SwiftTarget",
      "name" : "ChangeCases",
      "path" : "Sources/codegen",
      "product_memberships" : [
        "codegen"
      ],
      "sources" : [
        "changeCases.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "C_glfw",
      "module_type" : "SystemLibraryTarget",
      "name" : "C_glfw",
      "path" : "Sources/C_glfw",
      "product_memberships" : [
        "MuJoCo",
        "simulate"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CShim_mujoco",
      "module_type" : "ClangTarget",
      "name" : "CShim_mujoco",
      "path" : "Sources/CShim",
      "product_dependencies" : [
        "C_mujoco"
      ],
      "product_memberships" : [
        "MuJoCo",
        "simulate"
      ],
      "sources" : [
        "CShim.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/liuliu/mujoco.git
[1/5625] Fetching mujoco
Fetched https://github.com/liuliu/mujoco.git from cache (1.48s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-numerics
[1/2049] Fetching swift-docc-plugin
[247/7723] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.06s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/liuliu/mujoco.git
Working copy of https://github.com/liuliu/mujoco.git resolved at efd310e00b1766b45e234952b60f6a2291cc90b0
warning: you may be able to install glfw3 using your system-packager:
    apt-get install libglfw3-dev
warning: you may be able to install glfw3 using your system-packager:
    apt-get install libglfw3-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/103] Compiling engine_util_blas.c
[3/103] Compiling engine_collision_box.c
[4/103] Compiling engine_collision_convex.c
[5/103] Write sources
[6/103] Compiling engine_support.c
[6/103] Compiling render_util.c
[8/103] Compiling engine_solver.c
[9/103] Compiling qhull libqhull_r.c
[10/103] Compiling qhull userprintf_rbox_r.c
[11/103] Compiling qhull usermem_r.c
[12/103] Compiling qhull userprintf_r.c
[13/103] Compiling qhull user_r.c
[14/103] Compiling qhull random_r.c
[15/103] Compiling qhull io_r.c
[16/103] Compiling qhull qset_r.c
[17/103] Compiling qhull stat_r.c
[18/103] Compiling qhull rboxlib_r.c
[19/103] Compiling qhull mem_r.c
[20/103] Write swift-version-24593BA9C3E375BF.txt
[21/103] Compiling qhull poly_r.c
[22/103] Compiling qhull geom_r.c
[22/103] Write sources
[22/103] Compiling qhull accessors_r.c
[25/103] Compiling tinyxml2 tinyxml2.cpp
[26/103] Compiling qhull global_r.c
[27/103] Compiling ccd support.c
[28/103] Compiling qhull poly2_r.c
[29/103] Compiling ccd polytope.c
[30/103] Write sources
[36/103] Compiling ccd vec3.c
[36/103] Compiling qhull geom2_r.c
[38/103] Compiling _NumericsShims _NumericsShims.c
[39/103] Compiling qhull merge_r.c
[40/103] Compiling ccd mpr.c
[41/103] Compiling xml_numeric_format.cc
[42/103] Compiling ccd ccd.c
[43/115] Compiling lodepng lodepng.cpp
[44/115] Compiling xml_base.cc
[45/115] Compiling xml_urdf.cc
[46/115] Compiling xml_util.cc
[47/115] Compiling user_util.cc
[48/115] Compiling xml_api.cc
[49/115] Compiling xml_native_writer.cc
[50/115] Compiling xml_native_reader.cc
[51/115] Compiling xml.cc
[52/115] Compiling ui_main.c
[53/115] Compiling render_gl3.c
[54/115] Compiling render_gl2.c
[55/115] Compiling loader.cc
[56/115] Compiling glad.c
[57/115] Compiling engine_vis_visualize.c
[58/115] Compiling engine_vis_interact.c
[59/115] Compiling render_context.c
[61/115] Compiling RealModule Real.swift
[61/116] Compiling engine_vis_init.c
[63/116] Compiling RealModule ElementaryFunctions.swift
[63/116] Compiling engine_vfs.c
[65/116] Compiling RealModule Float80+Real.swift
[65/116] Compiling engine_util_spatial.c
[66/116] Compiling RealModule Float+Real.swift
[68/116] Compiling RealModule Float16+Real.swift
[69/116] Compiling RealModule RealFunctions.swift
[69/116] Compiling engine_util_sparse.c
[71/116] Emitting module RealModule
[72/116] Compiling RealModule AugmentedArithmetic.swift
[73/116] Compiling RealModule Double+Real.swift
[74/116] Compiling RealModule AlgebraicField.swift
[75/116] Compiling RealModule ApproximateEquality.swift
[75/117] Compiling engine_util_solve.c
[77/117] Compiling engine_util_errmem.c
[78/117] Compiling engine_util_misc.c
[79/117] Compiling engine_setconst.c
[80/117] Compiling user_objects.cc
[81/117] Compiling engine_sensor.c
[82/120] Wrapping AST for RealModule for debugging
[83/122] Compiling engine_ray.c
[84/122] Compiling user_composite.cc
[85/122] Compiling engine_inverse.c
[86/122] Compiling engine_forward.c
[87/122] Compiling engine_file.c
[88/122] Compiling user_model.cc
[89/122] Compiling engine_derivative.c
[90/122] Compiling engine_core_smooth.c
[91/122] Compiling engine_io.c
[93/122] Compiling ComplexModule ElementaryFunctions.swift
[93/122] Compiling engine_core_constraint.c
[94/122] Compiling engine_plugin.cc
[95/122] Compiling engine_callback.c
[96/122] Compiling CShim_mujoco CShim.c
[97/122] Compiling engine_collision_primitive.c
[98/122] Compiling engine_collision_driver.c
[99/122] Compiling user_mesh.cc
[101/122] Emitting module ChangeCases
[102/122] Compiling ChangeCases changeCases.swift
[103/123] Wrapping AST for ChangeCases for debugging
[105/128] Compiling MuJoCoCSyntax parseHeaders.swift
[106/128] Compiling MuJoCoCSyntax structExtension.swift
[107/128] Compiling MuJoCoCSyntax enumDecl.swift
[108/128] Emitting module MuJoCoCSyntax
[109/128] Compiling MuJoCoCSyntax functionExtension.swift
[110/129] Wrapping AST for MuJoCoCSyntax for debugging
[112/129] Compiling ComplexModule Complex.swift
[113/129] Emitting module ComplexModule
[114/129] Compiling ComplexModule Arithmetic.swift
[115/129] Compiling ComplexModule Differentiable.swift
[116/132] Wrapping AST for ComplexModule for debugging
[118/134] Emitting module Numerics
[119/134] Compiling Numerics Numerics.swift
[120/135] Compiling codegen main.swift
[121/135] Emitting module codegen
[123/136] Wrapping AST for Numerics for debugging
[124/136] Wrapping AST for codegen for debugging
[125/136] Write Objects.LinkFileList
[126/136] Compiling engine_print.c
[127/136] Write Objects.LinkFileList
[128/136] Archiving libC_mujoco.a
[129/136] Linking codegen
[131/207] Compiling MuJoCo MjrContext+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[132/207] Compiling MuJoCo MjrContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[133/207] Compiling MuJoCo MjrRect.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[134/207] Compiling MuJoCo Mjt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[135/207] Compiling MuJoCo MjuiDef+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[136/207] Compiling MuJoCo MjuiDef.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[137/207] Compiling MuJoCo MjuiDefObjectMapper.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[138/207] Compiling MuJoCo MjuiDefState.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[139/207] Compiling MuJoCo MjuiItem+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[140/207] Compiling MuJoCo MjuiItem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[141/216] Compiling MuJoCo MjvOption.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[142/216] Compiling MuJoCo MjvPerturb+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[143/216] Compiling MuJoCo MjvPerturb+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[144/216] Compiling MuJoCo MjvPerturb.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[145/216] Compiling MuJoCo MjvScene+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[146/216] Compiling MuJoCo MjvScene+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[147/216] Compiling MuJoCo MjvScene.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[148/216] Compiling MuJoCo OSShim.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[149/216] Compiling MuJoCo Simulate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[150/216] Compiling MuJoCo MjTimerStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[151/216] Compiling MuJoCo MjUI+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[152/216] Compiling MuJoCo MjUI+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[153/216] Compiling MuJoCo MjUI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[154/216] Compiling MuJoCo MjVFS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[155/216] Compiling MuJoCo MjVisual+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[156/216] Compiling MuJoCo MjVisual.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[157/216] Compiling MuJoCo MjWarningStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[158/216] Compiling MuJoCo Mjcb.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[159/216] Compiling MuJoCo MjrContext+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[160/216] Compiling MuJoCo MjvFigure+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[161/216] Compiling MuJoCo MjvFigure.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[162/216] Compiling MuJoCo MjvGLCamera+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[163/216] Compiling MuJoCo MjvGLCamera+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[164/216] Compiling MuJoCo MjvGLCamera.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[165/216] Compiling MuJoCo MjvGeom+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[166/216] Compiling MuJoCo MjvGeom+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[167/216] Compiling MuJoCo MjvGeom.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[168/216] Compiling MuJoCo MjvLight.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[169/216] Compiling MuJoCo MjvOption+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[170/216] Compiling MuJoCo MjuiItemEdit+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[171/216] Compiling MuJoCo MjuiItemEdit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[172/216] Compiling MuJoCo MjuiItemMulti+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[173/216] Compiling MuJoCo MjuiItemMulti.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[174/216] Compiling MuJoCo MjuiItemSingle+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[175/216] Compiling MuJoCo MjuiItemSingle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[176/216] Compiling MuJoCo MjuiItemSlider+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[177/216] Compiling MuJoCo MjuiItemSlider.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[178/216] Compiling MuJoCo MjuiSection+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[179/216] Compiling MuJoCo MjuiSection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[180/216] Compiling MuJoCo MjuiState+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[181/216] Compiling MuJoCo MjuiState+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[182/216] Compiling MuJoCo MjuiState.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[183/216] Compiling MuJoCo MjuiThemeColor+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[184/216] Compiling MuJoCo MjuiThemeColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[185/216] Compiling MuJoCo MjuiThemeSpacing+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[186/216] Compiling MuJoCo MjuiThemeSpacing.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[187/216] Compiling MuJoCo MjvCamera+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[188/216] Compiling MuJoCo MjvCamera+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[189/216] Compiling MuJoCo MjvCamera.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[190/216] Compiling MuJoCo GLContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[191/216] Compiling MuJoCo Mj+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[192/216] Compiling MuJoCo Mj.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[193/216] Compiling MuJoCo MjArray.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[194/216] Compiling MuJoCo MjContact+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[195/216] Compiling MuJoCo MjContact.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[196/216] Compiling MuJoCo MjData+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[197/216] Compiling MuJoCo MjData+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[198/216] Compiling MuJoCo MjData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[199/216] Compiling MuJoCo MjLROpt+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[200/216] Compiling MuJoCo MjLROpt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[201/216] Compiling MuJoCo MjModel+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[202/216] Compiling MuJoCo MjModel+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[203/216] Compiling MuJoCo MjModel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[204/216] Compiling MuJoCo MjObject+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[205/216] Compiling MuJoCo MjObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[206/216] Compiling MuJoCo MjOption+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[207/216] Compiling MuJoCo MjOption.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[208/216] Compiling MuJoCo MjSolverStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[209/216] Compiling MuJoCo MjStatistic.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[210/216] Emitting module MuJoCo
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: you may be able to install glfw3 using your system-packager:
    apt-get install libglfw3-dev
warning: you may be able to install glfw3 using your system-packager:
    apt-get install libglfw3-dev
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/17] Write swift-version-24593BA9C3E375BF.txt
[4/100] Compiling RealModule ElementaryFunctions.swift
[5/101] Compiling MuJoCo MjLROpt.swift
[6/101] Compiling MuJoCo MjModel+Extensions.swift
[7/101] Compiling MuJoCo MjModel+Functions.swift
[8/101] Compiling MuJoCo MjModel.swift
[9/101] Compiling RealModule RealFunctions.swift
[10/101] Compiling RealModule Float+Real.swift
[11/101] Compiling RealModule Float16+Real.swift
[12/101] Compiling RealModule Real.swift
[13/101] Compiling RealModule Float80+Real.swift
[14/101] Compiling ChangeCases changeCases.swift
[15/101] Emitting module ChangeCases
[16/101] Emitting module RealModule
[17/103] Compiling MuJoCo MjuiItemEdit+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[18/103] Compiling MuJoCo MjuiItemEdit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[19/103] Compiling MuJoCo MjuiItemMulti+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[20/103] Compiling MuJoCo MjuiItemMulti.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[21/103] Compiling MuJoCo MjuiItemSingle+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[22/103] Compiling MuJoCo MjuiItemSingle.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[23/103] Compiling MuJoCo MjuiItemSlider+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[24/103] Compiling MuJoCo MjuiItemSlider.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[25/103] Compiling MuJoCo MjuiSection+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[26/103] Compiling MuJoCo MjuiSection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[29/112] Compiling MuJoCo MjrContext+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[30/112] Compiling MuJoCo MjrContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[31/112] Compiling MuJoCo MjrRect.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[32/112] Compiling MuJoCo Mjt.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[33/112] Compiling MuJoCo MjuiDef+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[34/112] Compiling MuJoCo MjuiDef.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[35/112] Compiling MuJoCo MjuiDefObjectMapper.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[36/112] Compiling MuJoCo MjuiDefState.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[37/112] Compiling MuJoCo MjuiItem+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[38/112] Compiling MuJoCo MjuiItem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[38/113] Wrapping AST for RealModule for debugging
[40/121] Compiling ComplexModule Differentiable.swift
[41/121] Compiling MuJoCoCSyntax parseHeaders.swift
[42/121] Compiling ComplexModule Arithmetic.swift
[43/121] Compiling ComplexModule Complex.swift
[44/121] Emitting module ComplexModule
[45/121] Compiling MuJoCoCSyntax structExtension.swift
[46/121] Compiling ComplexModule ElementaryFunctions.swift
[47/122] Compiling MuJoCoCSyntax enumDecl.swift
[48/122] Compiling MuJoCoCSyntax functionExtension.swift
[49/122] Emitting module MuJoCoCSyntax
[51/122] Wrapping AST for ComplexModule for debugging
[53/126] Emitting module Numerics
[54/126] Compiling Numerics Numerics.swift
[56/126] Compiling codegen main.swift
[57/126] Emitting module codegen
[58/127] Wrapping AST for codegen for debugging
[59/127] Write Objects.LinkFileList
[60/127] Linking codegen
[62/127] Compiling MuJoCo MjvOption.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[63/127] Compiling MuJoCo MjvPerturb+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[64/127] Compiling MuJoCo MjvPerturb+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[65/127] Compiling MuJoCo MjvPerturb.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[66/127] Compiling MuJoCo MjvScene+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[67/127] Compiling MuJoCo MjvScene+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[68/127] Compiling MuJoCo MjvScene.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[69/127] Compiling MuJoCo OSShim.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[70/127] Compiling MuJoCo Simulate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[71/127] Compiling MuJoCo MjuiState+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[72/127] Compiling MuJoCo MjuiState+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[73/127] Compiling MuJoCo MjuiState.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[74/127] Compiling MuJoCo MjuiThemeColor+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[75/127] Compiling MuJoCo MjuiThemeColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[76/127] Compiling MuJoCo MjuiThemeSpacing+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[77/127] Compiling MuJoCo MjuiThemeSpacing.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[78/127] Compiling MuJoCo MjvCamera+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[79/127] Compiling MuJoCo MjvCamera+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[80/127] Compiling MuJoCo MjvCamera.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[81/127] Compiling MuJoCo MjvFigure+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[82/127] Compiling MuJoCo MjvFigure.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[83/127] Compiling MuJoCo MjvGLCamera+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[84/127] Compiling MuJoCo MjvGLCamera+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[85/127] Compiling MuJoCo MjvGLCamera.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[86/127] Compiling MuJoCo MjvGeom+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[87/127] Compiling MuJoCo MjvGeom+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[88/127] Compiling MuJoCo MjvGeom.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[89/127] Compiling MuJoCo MjvLight.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[90/127] Compiling MuJoCo MjvOption+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[91/127] Compiling MuJoCo GLContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[92/127] Compiling MuJoCo Mj+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[93/127] Compiling MuJoCo Mj.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[94/127] Compiling MuJoCo MjArray.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[95/127] Compiling MuJoCo MjContact+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[96/127] Compiling MuJoCo MjContact.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[97/127] Compiling MuJoCo MjData+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[98/127] Compiling MuJoCo MjData+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[99/127] Compiling MuJoCo MjData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[100/127] Compiling MuJoCo MjLROpt+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[101/127] Compiling MuJoCo MjTimerStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[102/127] Compiling MuJoCo MjUI+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[103/127] Compiling MuJoCo MjUI+Functions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[104/127] Compiling MuJoCo MjUI.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[105/127] Compiling MuJoCo MjVFS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[106/127] Compiling MuJoCo MjVisual+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[107/127] Compiling MuJoCo MjVisual.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[108/127] Compiling MuJoCo MjWarningStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[109/127] Compiling MuJoCo Mjcb.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[110/127] Compiling MuJoCo MjrContext+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[115/127] Compiling MuJoCo MjObject+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[116/127] Compiling MuJoCo MjObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[117/127] Compiling MuJoCo MjOption+Extensions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[118/127] Compiling MuJoCo MjOption.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[119/127] Compiling MuJoCo MjSolverStat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
[120/127] Compiling MuJoCo MjStatistic.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/127] Emitting module MuJoCo
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "glfw.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/C_glfw/glfw.h:2:10: error: 'GLFW/glfw3.h' file not found
1 | #define GLFW_INCLUDE_NONE
2 | #include <GLFW/glfw3.h>
  |          `- error: 'GLFW/glfw3.h' file not found
3 |
/host/spi-builder-workspace/Sources/GLContext.swift:4:10: error: could not build C module 'C_glfw'
  2 |
  3 | #if canImport(C_glfw)
  4 |   import C_glfw
    |          `- error: could not build C module 'C_glfw'
  5 |
  6 |   public final class GLContext {
BUILD FAILURE 6.1 linux