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 main (b9d713), with Swift 6.1 for Linux on 27 Apr 2025 06:21:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9d7130 Update README.md
Cloned https://github.com/liuliu/swift-mujoco.git
Revision (git rev-parse @):
b9d713042509a545468de6f91d4045e49eb93976
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/liuliu/swift-mujoco.git at main
========================================
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" : [
          "7723882b073b2fa009a20a899883d785318d465e"
        ]
      },
      "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-2":/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.28s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/7723] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.89s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.90s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (2.96s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.51s)
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.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.33s)
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 7723882b073b2fa009a20a899883d785318d465e
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
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_file.c
[3/103] Compiling engine_collision_primitive.c
[4/103] Compiling engine_collision_convex.c
[5/103] Write sources
[6/103] Compiling render_util.c
[7/103] Compiling engine_core_constraint.c
[8/103] Compiling engine_collision_driver.c
[9/103] Compiling engine_core_smooth.c
[10/103] Compiling qhull userprintf_rbox_r.c
[11/103] Compiling engine_derivative.c
[12/103] Compiling qhull usermem_r.c
[13/103] Compiling qhull userprintf_r.c
[14/103] Compiling qhull random_r.c
[15/103] Compiling qhull user_r.c
[16/103] Compiling qhull qset_r.c
[17/103] Compiling qhull rboxlib_r.c
[18/103] Compiling qhull stat_r.c
[19/103] Compiling tinyxml2 tinyxml2.cpp
[20/103] Compiling qhull poly_r.c
[21/103] Write swift-version-24593BA9C3E375BF.txt
[22/103] Compiling qhull mem_r.c
[23/103] Compiling qhull accessors_r.c
[24/103] Compiling qhull libqhull_r.c
[25/103] Write sources
[26/103] Compiling qhull geom_r.c
[27/103] Compiling qhull geom2_r.c
[28/103] Compiling qhull global_r.c
[29/103] Compiling qhull poly2_r.c
[30/103] Compiling ccd support.c
[31/103] Compiling _NumericsShims _NumericsShims.c
[31/103] Write sources
[35/103] Compiling ccd vec3.c
[36/103] Write sources
[39/103] Compiling qhull merge_r.c
[40/103] Compiling ccd polytope.c
[41/103] Compiling qhull io_r.c
[42/103] Compiling ccd mpr.c
[43/103] Compiling xml_numeric_format.cc
[44/103] Compiling ccd ccd.c
[45/115] Compiling lodepng lodepng.cpp
[46/115] Compiling xml_base.cc
[47/115] Compiling xml_urdf.cc
[48/115] Compiling xml_util.cc
[49/115] Compiling xml_native_writer.cc
[50/115] Compiling user_util.cc
[51/115] Compiling xml_native_reader.cc
[52/115] Compiling xml_api.cc
[53/115] Compiling xml.cc
[54/115] Compiling ui_main.c
[55/115] Compiling render_gl3.c
[56/115] Compiling render_gl2.c
[57/115] Compiling loader.cc
[58/115] Compiling glad.c
[59/115] Compiling engine_vis_visualize.c
[60/115] Compiling engine_vis_interact.c
[61/115] Compiling render_context.c
[62/115] Compiling user_composite.cc
[63/115] Compiling engine_vis_init.c
[64/115] Compiling engine_vfs.c
[65/115] Compiling engine_util_spatial.c
[67/115] Emitting module RealModule
[68/115] Compiling RealModule AlgebraicField.swift
[69/115] Compiling RealModule ApproximateEquality.swift
[69/115] Compiling engine_util_sparse.c
[71/116] Compiling RealModule Float16+Real.swift
[72/116] Compiling RealModule AugmentedArithmetic.swift
[73/116] Compiling RealModule Double+Real.swift
[74/116] Compiling RealModule ElementaryFunctions.swift
[75/116] Compiling RealModule Float+Real.swift
[75/116] Compiling engine_util_solve.c
[76/116] Compiling engine_util_errmem.c
[77/116] Compiling user_objects.cc
[78/116] Compiling engine_util_misc.c
[80/116] Compiling RealModule RealFunctions.swift
[81/116] Compiling RealModule Float80+Real.swift
[82/116] Compiling RealModule Real.swift
[82/116] Compiling engine_util_blas.c
[83/117] Compiling engine_support.c
[84/117] Compiling engine_setconst.c
[85/117] Compiling engine_solver.c
[87/117] Compiling engine_sensor.c
[88/117] Compiling engine_ray.c
[89/117] Compiling engine_inverse.c
[90/117] Compiling engine_forward.c
[91/121] Compiling user_model.cc
[92/122] Wrapping AST for RealModule for debugging
[93/122] Compiling engine_callback.c
[94/122] Compiling engine_collision_box.c
[95/122] Compiling CShim_mujoco CShim.c
[96/122] Compiling engine_io.c
[97/122] Compiling engine_plugin.cc
[98/122] Compiling user_mesh.cc
[100/122] Compiling ComplexModule ElementaryFunctions.swift
[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] Emitting module MuJoCoCSyntax
[108/128] Compiling MuJoCoCSyntax enumDecl.swift
[109/128] Compiling MuJoCoCSyntax functionExtension.swift
[110/129] Wrapping AST for MuJoCoCSyntax for debugging
[112/131] Compiling ComplexModule Complex.swift
[113/131] Compiling ComplexModule Arithmetic.swift
[114/131] Emitting module ComplexModule
[115/131] Compiling ComplexModule Differentiable.swift
[117/132] Compiling codegen main.swift
[118/132] Emitting module codegen
[118/133] Wrapping AST for ComplexModule for debugging
[121/135] Compiling Numerics Numerics.swift
[122/135] Emitting module Numerics
[122/136] Wrapping AST for codegen for debugging
[123/136] Write Objects.LinkFileList
[125/136] Compiling engine_print.c
[126/136] Write Objects.LinkFileList
[127/136] Wrapping AST for Numerics for debugging
[128/136] Archiving libC_mujoco.a
[129/136] Linking codegen
[131/207] 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 {
[132/207] 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 {
[133/207] 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 {
[134/207] 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 {
[135/207] 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 {
[136/207] 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 {
[137/207] 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 {
[138/207] 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 {
[139/207] 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 {
[140/207] 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 {
[141/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 {
[142/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 {
[143/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 {
[144/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 {
[145/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 {
[146/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 {
[147/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 {
[148/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 {
[149/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 {
[150/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 {
[151/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 {
[152/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 {
[153/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 {
[154/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 {
[155/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 {
[156/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 {
[157/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 {
[158/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 {
[159/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 {
[160/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 {
[161/216] 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 {
[162/216] 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 {
[163/216] 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 {
[164/216] 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 {
[165/216] 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 {
[166/216] 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 {
[167/216] 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 {
[168/216] 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 {
[169/216] 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 {
[170/216] 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 {
[171/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 {
[172/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 {
[173/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 {
[174/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 {
[175/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 {
[176/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 {
[177/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 {
[178/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 {
[179/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 {
[180/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 {
[181/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 {
[182/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 {
[183/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 {
[184/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 {
[185/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 {
[186/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 {
[187/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 {
[188/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 {
[189/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 {
[190/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 {
[191/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 {
[192/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 {
[193/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 {
[194/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 {
[195/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 {
[196/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 {
[197/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 {
[198/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 {
[199/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[200/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 {
[201/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 {
[202/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 {
[203/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 {
[204/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 {
[205/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 {
[206/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 {
[207/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 {
[208/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 {
[209/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 {
[210/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 MuJoCo Mj.swift
[5/100] Compiling MuJoCo MjArray.swift
[6/101] Compiling RealModule ElementaryFunctions.swift
[7/101] Compiling RealModule RealFunctions.swift
[8/101] Emitting module ChangeCases
[9/101] Compiling ChangeCases changeCases.swift
[10/101] Compiling RealModule Real.swift
[11/102] Emitting module RealModule
[12/102] Compiling MuJoCo GLContext.swift
[13/102] Compiling MuJoCo Mj+Functions.swift
[15/102] Compiling RealModule Float16+Real.swift
[16/102] Compiling RealModule Float80+Real.swift
[17/102] Compiling RealModule Float+Real.swift
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/111] 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 {
[29/111] 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 {
[30/111] 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 {
[31/111] 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 {
[32/111] 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 {
[33/111] 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 {
[34/111] 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 {
[35/111] 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 {
[36/111] 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 {
[37/111] 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/114] Wrapping AST for RealModule for debugging
[40/121] Compiling ComplexModule Complex.swift
[41/121] Compiling MuJoCoCSyntax enumDecl.swift
[42/121] Compiling MuJoCoCSyntax functionExtension.swift
[43/121] Emitting module MuJoCoCSyntax
[44/121] Compiling ComplexModule Arithmetic.swift
[45/121] Emitting module ComplexModule
[46/121] Compiling MuJoCoCSyntax structExtension.swift
[47/121] Compiling MuJoCoCSyntax parseHeaders.swift
[49/122] Compiling ComplexModule Differentiable.swift
[50/122] Compiling ComplexModule ElementaryFunctions.swift
[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
<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 {
[66/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 {
[67/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 {
[68/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 {
[69/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 {
[70/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 {
[71/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 {
[72/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 {
[73/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 {
[74/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 {
[75/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 {
[76/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 {
[77/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 {
[78/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 {
[79/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 {
[80/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 {
[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 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 {
[92/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 {
[93/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 {
[94/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 {
[95/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 {
[96/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 {
[97/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 {
[98/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 {
[99/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 {
[100/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 {
[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 {
[111/127] 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 {
[112/127] 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 {
[113/127] 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 {
[114/127] 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 {
[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