The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build MuJoCo, reference v2.3.1 (ebfd2d), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 20:10:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MuJoCo -destination generic/platform=watchOS

Build Log

        to: &_figure.pointee.linename,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:250:30: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_figure.pointee.linename,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:253:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(100) * 100)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:253:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(100) * 100)
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:259:27: warning: property 'legendoffset' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.legendoffset }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:259:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.legendoffset }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:260:27: warning: property 'legendoffset' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.legendoffset = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:260:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.legendoffset = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:265:27: warning: property 'subplot' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.subplot }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:265:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.subplot }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:266:27: warning: property 'subplot' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.subplot = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:266:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.subplot = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:271:27: warning: property 'highlight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.highlight }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:271:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.highlight }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:272:27: warning: property 'highlight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.highlight = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:272:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.highlight = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:277:27: warning: property 'highlightid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.highlightid }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:277:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.highlightid }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:278:27: warning: property 'highlightid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.highlightid = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:278:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.highlightid = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:283:27: warning: property 'selection' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.selection }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:283:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.selection }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:284:27: warning: property 'selection' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.selection = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:284:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.selection = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:292:32: warning: property 'linepnt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
          to: &_figure.pointee.linepnt,
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:292:32: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_figure.pointee.linepnt,
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:298:30: warning: property 'linepnt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
        to: &_figure.pointee.linepnt,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:298:30: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_figure.pointee.linepnt,
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:301:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(100))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:301:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(100))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:307:27: warning: property 'xaxispixel' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.xaxispixel }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:307:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.xaxispixel }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:308:27: warning: property 'xaxispixel' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.xaxispixel = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:308:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.xaxispixel = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:313:27: warning: property 'yaxispixel' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.yaxispixel }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:313:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.yaxispixel }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:314:27: warning: property 'yaxispixel' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.yaxispixel = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:314:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.yaxispixel = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:319:27: warning: property 'xaxisdata' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.xaxisdata }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:319:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.xaxisdata }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:320:27: warning: property 'xaxisdata' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.xaxisdata = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:320:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.xaxisdata = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:325:27: warning: property 'yaxisdata' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _figure.pointee.yaxisdata }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:325:27: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _figure.pointee.yaxisdata }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:326:27: warning: property 'yaxisdata' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _figure.pointee.yaxisdata = newValue }
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift:326:27: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _figure.pointee.yaxisdata = newValue }
                          ^
SwiftCompile normal armv7k Compiling\ MjvFigure.swift,\ MjvGLCamera+Extensions.swift,\ MjvGLCamera+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MjUI+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjUI+Extensions.swift,\ MjUI+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:5:40: warning: property 'spacing' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjuiThemeSpacing(_ui.pointee.spacing) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:5:40: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjuiThemeSpacing(_ui.pointee.spacing) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:6:23: warning: property 'spacing' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.spacing = newValue._themespacing }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:6:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.spacing = newValue._themespacing }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:11:38: warning: property 'color' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjuiThemeColor(_ui.pointee.color) }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:11:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjuiThemeColor(_ui.pointee.color) }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:12:23: warning: property 'color' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.color = newValue._themecolor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:12:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.color = newValue._themecolor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:17:23: warning: property 'rectid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.rectid }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:17:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.rectid }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:18:23: warning: property 'rectid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.rectid = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:18:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.rectid = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:23:23: warning: property 'auxid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.auxid }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:23:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.auxid }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:24:23: warning: property 'auxid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.auxid = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:24:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.auxid = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:29:23: warning: property 'radiocol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.radiocol }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:29:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.radiocol }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:30:23: warning: property 'radiocol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.radiocol = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:30:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.radiocol = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:35:23: warning: property 'width' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.width }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:35:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.width }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:36:23: warning: property 'width' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.width = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:36:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.width = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:41:23: warning: property 'height' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.height }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:41:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.height }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:42:23: warning: property 'height' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.height = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:42:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.height = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:47:23: warning: property 'maxheight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.maxheight }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:47:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.maxheight }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:48:23: warning: property 'maxheight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.maxheight = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:48:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.maxheight = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:53:23: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.scroll }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:53:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.scroll }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:54:23: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.scroll = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:54:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.scroll = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:59:23: warning: property 'mousesect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.mousesect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:59:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.mousesect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:60:23: warning: property 'mousesect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.mousesect = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:60:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.mousesect = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:65:23: warning: property 'mouseitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.mouseitem }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:65:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.mouseitem }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:66:23: warning: property 'mouseitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.mouseitem = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:66:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.mouseitem = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:71:23: warning: property 'mousehelp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.mousehelp }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:71:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.mousehelp }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:72:23: warning: property 'mousehelp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.mousehelp = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:72:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.mousehelp = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:77:23: warning: property 'editsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.editsect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:77:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.editsect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:78:23: warning: property 'editsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.editsect = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:78:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.editsect = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:83:23: warning: property 'edititem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.edititem }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:83:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.edititem }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:84:23: warning: property 'edititem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.edititem = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:84:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.edititem = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:89:23: warning: property 'editcursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.editcursor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:89:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.editcursor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:90:23: warning: property 'editcursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.editcursor = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:90:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.editcursor = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:95:23: warning: property 'editscroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.editscroll }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:95:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.editscroll }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:96:23: warning: property 'editscroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.editscroll = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:96:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.editscroll = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:102:31: warning: property 'edittext' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      var value = _ui.pointee.edittext
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:102:31: note: The missing import of module 'C_mujoco' will be added implicitly
      var value = _ui.pointee.edittext
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:9: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:9: note: The missing import of module 'Foundation' will be added implicitly
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:94: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:94: note: The missing import of module 'Foundation' will be added implicitly
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:111:51: warning: property 'edittext' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
        withUnsafeMutablePointer(to: &_ui.pointee.edittext) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:111:51: note: The missing import of module 'C_mujoco' will be added implicitly
        withUnsafeMutablePointer(to: &_ui.pointee.edittext) {
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:114:17: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            pos.assign(from: $0, count: count)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:114:17: note: use 'update(from:count:)' instead
            pos.assign(from: $0, count: count)
                ^~~~~~
                update
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:124:23: warning: property 'nsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _ui.pointee.nsect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:124:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _ui.pointee.nsect }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:125:23: warning: property 'nsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _ui.pointee.nsect = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:125:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _ui.pointee.nsect = newValue }
                      ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling GLContext.swift, Mj+Functions.swift, Mj.swift, MjArray.swift, MjContact+Extensions.swift, MjContact.swift, MjData+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjuiSection.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      (_array + index).assign(from: newValue._item, count: 1)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: note: use 'update(from:count:)' instead
      (_array + index).assign(from: newValue._item, count: 1)
                       ^~~~~~
                       update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
                           ^~~~~~
                           update
SwiftDriverJobDiscovery normal armv7k Compiling Mj+Functions.swift, Mj.swift, MjArray.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjuiItemSingle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemsingle.pointee.modifier }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemsingle.pointee.modifier }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemsingle.pointee.modifier = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemsingle.pointee.modifier = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemsingle.pointee.shortcut }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemsingle.pointee.shortcut }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemsingle.pointee.shortcut = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemsingle.pointee.shortcut = newValue }
                              ^
SwiftDriverJobDiscovery normal arm64_32 Compiling MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjuiState+Extensions.swift,\ MjuiState+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.nrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.nrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.nrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.nrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.rect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.rect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.rect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.rect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtEvent(rawValue: _state.type)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtEvent(rawValue: _state.type)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.type = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.type = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.left }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.left }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.left = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.left = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.right }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.right }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.right = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.right = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.middle }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.middle }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.middle = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.middle = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.doubleclick }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.doubleclick }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.doubleclick = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.doubleclick = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtButton(rawValue: _state.button)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtButton(rawValue: _state.button)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.button = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.button = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.buttontime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.buttontime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.buttontime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.buttontime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.x }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.x }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.x = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.x = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.y }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.y }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.y = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.y = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.sx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.sx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.sx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.sx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.sy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.sy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.sy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.sy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.control }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.control }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.control = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.control = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.shift }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.shift }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.shift = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.shift = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.alt }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.alt }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.alt = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.alt = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.key }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.key }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.key = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.key = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.keytime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.keytime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.keytime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.keytime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.mouserect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.mouserect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.mouserect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.mouserect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dragrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dragrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dragrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dragrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtButton(rawValue: _state.dragbutton)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtButton(rawValue: _state.dragbutton)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dragbutton = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dragbutton = newValue.rawValue }
                 ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling MjUI+Extensions.swift, MjUI+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjvLight.swift,\ MjvOption+Extensions.swift,\ MjvOption.swift,\ MjvPerturb+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvLight.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvOption.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvLight.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:5:38: warning: property 'label' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtLabel(rawValue: _option.label)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:5:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtLabel(rawValue: _option.label)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:6:19: warning: property 'label' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.label = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:6:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.label = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:11:38: warning: property 'frame' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtFrame(rawValue: _option.frame)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:11:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtFrame(rawValue: _option.frame)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:12:19: warning: property 'frame' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.frame = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:12:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.frame = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:17:19: warning: property 'geomgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.geomgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:17:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.geomgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:18:19: warning: property 'geomgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.geomgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:18:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.geomgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:23:19: warning: property 'sitegroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.sitegroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:23:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.sitegroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:24:19: warning: property 'sitegroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.sitegroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:24:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.sitegroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:29:19: warning: property 'jointgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.jointgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:29:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.jointgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:30:19: warning: property 'jointgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.jointgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:30:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.jointgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:35:19: warning: property 'tendongroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.tendongroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:35:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.tendongroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:36:19: warning: property 'tendongroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.tendongroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:36:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.tendongroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:41:19: warning: property 'actuatorgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.actuatorgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:41:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.actuatorgroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:42:19: warning: property 'actuatorgroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.actuatorgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:42:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.actuatorgroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:47:19: warning: property 'skingroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.skingroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:47:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.skingroup }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:48:19: warning: property 'skingroup' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.skingroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:48:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.skingroup = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:58:19: warning: property 'flags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.flags }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:58:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.flags }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:59:19: warning: property 'flags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.flags = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvOption+Extensions.swift:59:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.flags = newValue }
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvOption.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:5:20: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.select }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:5:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.select }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:6:20: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.select = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:6:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.select = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:11:20: warning: property 'skinselect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.skinselect }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:11:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.skinselect }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:12:20: warning: property 'skinselect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.skinselect = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:12:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.skinselect = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:17:41: warning: property 'active' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtPertBit(rawValue: _perturb.active) }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:17:41: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtPertBit(rawValue: _perturb.active) }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:18:20: warning: property 'active' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.active = newValue.rawValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:18:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.active = newValue.rawValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:23:41: warning: property 'active2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtPertBit(rawValue: _perturb.active2) }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:23:41: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtPertBit(rawValue: _perturb.active2) }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:24:20: warning: property 'active2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.active2 = newValue.rawValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:24:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.active2 = newValue.rawValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:29:20: warning: property 'refpos' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.refpos }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:29:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.refpos }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:30:20: warning: property 'refpos' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.refpos = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:30:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.refpos = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:35:20: warning: property 'refquat' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.refquat }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:35:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.refquat }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:36:20: warning: property 'refquat' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.refquat = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:36:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.refquat = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:41:20: warning: property 'localpos' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.localpos }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:41:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.localpos }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:42:20: warning: property 'localpos' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.localpos = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:42:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.localpos = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:47:20: warning: property 'scale' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _perturb.scale }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:47:20: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _perturb.scale }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:48:20: warning: property 'scale' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _perturb.scale = newValue }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Extensions.swift:48:20: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _perturb.scale = newValue }
                   ^
SwiftDriverJobDiscovery normal arm64_32 Compiling MjuiItemSingle+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjUI+Extensions.swift,\ MjUI+Functions.swift,\ MjUI.swift,\ MjVFS.swift,\ MjVisual+Extensions.swift,\ MjVisual.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVFS.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVisual+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVisual.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjVFS.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjVisual+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjVisual.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling MjuiItem.swift, MjuiThemeSpacing.swift, MjvCamera+Extensions.swift, MjvCamera+Functions.swift, MjvCamera.swift, MjvFigure+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjData+Functions.swift,\ MjData.swift,\ MjLROpt+Extensions.swift,\ MjLROpt.swift,\ MjModel+Extensions.swift,\ MjModel+Functions.swift,\ MjModel.swift /Users/admin/builder/spi-builder-workspace/Sources/MjData+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjData.swift /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjData+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjData.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjModel.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling MjuiState+Extensions.swift, MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ GLContext.swift,\ Mj+Functions.swift,\ Mj.swift,\ MjArray.swift /Users/admin/builder/spi-builder-workspace/Sources/GLContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/Mj.swift /Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GLContext.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mj_versionString(), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:10: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mj_versionString(), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:57: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mj_versionString(), encoding: .utf8)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:57: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mj_versionString(), encoding: .utf8)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_type2Str(type), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:10: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_type2Str(type), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:57: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_type2Str(type), encoding: .utf8)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:57: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_type2Str(type), encoding: .utf8)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:10: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:64: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:64: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_warningText(warning, info), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:10: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_warningText(warning, info), encoding: .utf8)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:69: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  return String(cString: mju_warningText(warning, info), encoding: .utf8)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:69: note: The missing import of module 'Foundation' will be added implicitly
  return String(cString: mju_warningText(warning, info), encoding: .utf8)
                                                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mj.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Mj.swift:19:13: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  let ret = String(cString: schemaStr, encoding: .utf8) ?? ""
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj.swift:19:13: note: The missing import of module 'Foundation' will be added implicitly
  let ret = String(cString: schemaStr, encoding: .utf8) ?? ""
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj.swift:19:51: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
  let ret = String(cString: schemaStr, encoding: .utf8) ?? ""
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Mj.swift:19:51: note: The missing import of module 'Foundation' will be added implicitly
  let ret = String(cString: schemaStr, encoding: .utf8) ?? ""
                                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:63:36: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      (_array + bounds.lowerBound).assign(
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:63:36: note: use 'update(from:count:)' instead
      (_array + bounds.lowerBound).assign(
                                   ^~~~~~
                                   update
/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:110:14: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      _array.assign(from: newValue._array, count: Int(len))
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:110:14: note: use 'update(from:count:)' instead
      _array.assign(from: newValue._array, count: Int(len))
             ^~~~~~
             update
/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:195:15: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
          pos.assign(from: $0, count: count)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjArray.swift:195:15: note: use 'update(from:count:)' instead
          pos.assign(from: $0, count: count)
              ^~~~~~
              update
SwiftDriverJobDiscovery normal arm64 Compiling MjvLight.swift, MjvOption+Extensions.swift, MjvOption.swift, MjvPerturb+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjvPerturb+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GLContext.swift, Mj+Functions.swift, Mj.swift, MjArray.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiSection.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      (_array + index).assign(from: newValue._item, count: 1)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: note: use 'update(from:count:)' instead
      (_array + index).assign(from: newValue._item, count: 1)
                       ^~~~~~
                       update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
                           ^~~~~~
                           update
SwiftDriverJobDiscovery normal arm64 Compiling MjvPerturb+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiItemSingle+Extensions.swift,\ MjuiItemSlider+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemsingle.pointee.modifier }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemsingle.pointee.modifier }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemsingle.pointee.modifier = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemsingle.pointee.modifier = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemsingle.pointee.shortcut }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemsingle.pointee.shortcut }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemsingle.pointee.shortcut = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemsingle.pointee.shortcut = newValue }
                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:5:31: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemslider.pointee.range }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:5:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemslider.pointee.range }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:6:31: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemslider.pointee.range = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:6:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemslider.pointee.range = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:11:31: warning: property 'divisions' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemslider.pointee.divisions }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:11:31: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemslider.pointee.divisions }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:12:31: warning: property 'divisions' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemslider.pointee.divisions = newValue }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:12:31: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemslider.pointee.divisions = newValue }
                              ^
SwiftDriverJobDiscovery normal arm64 Compiling MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiDefObjectMapper.swift,\ MjuiDefState.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefObjectMapper.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift:55:18: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
          _array.assign(from: $0, count: count)
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift:55:18: note: use 'update(from:count:)' instead
          _array.assign(from: $0, count: count)
                 ^~~~~~
                 update
SwiftDriverJobDiscovery normal arm64 Compiling MjuiItemSingle+Extensions.swift, MjuiItemSlider+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiThemeColor+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:5:23: warning: property 'master' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.master }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:5:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.master }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:6:23: warning: property 'master' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.master = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:6:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.master = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:11:23: warning: property 'thumb' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.thumb }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:11:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.thumb }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:12:23: warning: property 'thumb' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.thumb = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:12:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.thumb = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:17:23: warning: property 'secttitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.secttitle }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:17:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.secttitle }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:18:23: warning: property 'secttitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.secttitle = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:18:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.secttitle = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:23:23: warning: property 'sectfont' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.sectfont }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:23:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.sectfont }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:24:23: warning: property 'sectfont' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.sectfont = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:24:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.sectfont = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:29:23: warning: property 'sectsymbol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.sectsymbol }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:29:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.sectsymbol }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:30:23: warning: property 'sectsymbol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.sectsymbol = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:30:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.sectsymbol = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:35:23: warning: property 'sectpane' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.sectpane }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:35:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.sectpane }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:36:23: warning: property 'sectpane' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.sectpane = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:36:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.sectpane = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:41:23: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.shortcut }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:41:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.shortcut }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:42:23: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.shortcut = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:42:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.shortcut = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:47:23: warning: property 'fontactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.fontactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:47:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.fontactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:48:23: warning: property 'fontactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.fontactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:48:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.fontactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:53:23: warning: property 'fontinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.fontinactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:53:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.fontinactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:54:23: warning: property 'fontinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.fontinactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:54:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.fontinactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:59:23: warning: property 'decorinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.decorinactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:59:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.decorinactive }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:60:23: warning: property 'decorinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.decorinactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:60:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.decorinactive = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:65:23: warning: property 'decorinactive2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.decorinactive2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:65:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.decorinactive2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:66:23: warning: property 'decorinactive2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.decorinactive2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:66:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.decorinactive2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:71:23: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.button }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:71:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.button }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:72:23: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.button = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:72:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.button = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:77:23: warning: property 'check' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.check }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:77:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.check }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:78:23: warning: property 'check' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.check = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:78:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.check = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:83:23: warning: property 'radio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.radio }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:83:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.radio }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:84:23: warning: property 'radio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.radio = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:84:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.radio = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:89:23: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.select }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:89:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.select }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:90:23: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.select = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:90:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.select = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:95:23: warning: property 'select2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.select2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:95:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.select2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:96:23: warning: property 'select2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.select2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:96:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.select2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:101:23: warning: property 'slider' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.slider }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:101:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.slider }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:102:23: warning: property 'slider' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.slider = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:102:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.slider = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:107:23: warning: property 'slider2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.slider2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:107:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.slider2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:108:23: warning: property 'slider2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.slider2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:108:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.slider2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:113:23: warning: property 'edit' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.edit }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:113:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.edit }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:114:23: warning: property 'edit' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.edit = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:114:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.edit = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:119:23: warning: property 'edit2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.edit2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:119:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.edit2 }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:120:23: warning: property 'edit2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.edit2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:120:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.edit2 = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:125:23: warning: property 'cursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _themecolor.cursor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:125:23: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themecolor.cursor }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:126:23: warning: property 'cursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _themecolor.cursor = newValue }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:126:23: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themecolor.cursor = newValue }
                      ^
SwiftDriverJobDiscovery normal arm64 Compiling MjuiDefObjectMapper.swift, MjuiDefState.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiItemEdit+Extensions.swift,\ MjuiItemMulti+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:5:29: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemedit.pointee.nelem }
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:5:29: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemedit.pointee.nelem }
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:6:29: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemedit.pointee.nelem = newValue }
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:6:29: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemedit.pointee.nelem = newValue }
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:14:34: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
          to: &_itemedit.pointee.range,
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:14:34: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_itemedit.pointee.range,
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:20:32: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
        to: &_itemedit.pointee.range,
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:20:32: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_itemedit.pointee.range,
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:23:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(7))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:23:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(7))
                           ^~~~~~
                           update
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:5:30: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _itemmulti.pointee.nelem }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:5:30: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _itemmulti.pointee.nelem }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:6:30: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _itemmulti.pointee.nelem = newValue }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:6:30: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _itemmulti.pointee.nelem = newValue }
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:14:35: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
          to: &_itemmulti.pointee.name,
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:14:35: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_itemmulti.pointee.name,
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:20:33: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
        to: &_itemmulti.pointee.name,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:20:33: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_itemmulti.pointee.name,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:23:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(35) * 40)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:23:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(35) * 40)
                           ^~~~~~
                           update
SwiftDriverJobDiscovery normal arm64 Compiling MjuiThemeColor+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiSection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:6:36: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      var value = _section.pointee.name
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:6:36: note: The missing import of module 'C_mujoco' will be added implicitly
      var value = _section.pointee.name
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:9: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:9: note: The missing import of module 'Foundation' will be added implicitly
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:94: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:94: note: The missing import of module 'Foundation' will be added implicitly
        String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:15:56: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
        withUnsafeMutablePointer(to: &_section.pointee.name) {
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:15:56: note: The missing import of module 'C_mujoco' will be added implicitly
        withUnsafeMutablePointer(to: &_section.pointee.name) {
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:18:17: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
            pos.assign(from: $0, count: count)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:18:17: note: use 'update(from:count:)' instead
            pos.assign(from: $0, count: count)
                ^~~~~~
                update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:28:28: warning: property 'state' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.state }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:28:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.state }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:29:28: warning: property 'state' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.state = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:29:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.state = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:34:28: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.modifier }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:34:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.modifier }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:35:28: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.modifier = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:35:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.modifier = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:40:28: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.shortcut }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:40:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.shortcut }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:41:28: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.shortcut = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:41:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.shortcut = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:46:28: warning: property 'nitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.nitem }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:46:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.nitem }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:47:28: warning: property 'nitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.nitem = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:47:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.nitem = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:52:28: warning: property 'rtitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.rtitle }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:52:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.rtitle }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:53:28: warning: property 'rtitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.rtitle = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:53:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.rtitle = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:58:28: warning: property 'rcontent' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _section.pointee.rcontent }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:58:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _section.pointee.rcontent }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:59:28: warning: property 'rcontent' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _section.pointee.rcontent = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:59:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _section.pointee.rcontent = newValue }
                           ^
SwiftDriverJobDiscovery normal arm64 Compiling MjuiItemEdit+Extensions.swift, MjuiItemMulti+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjOption+Extensions.swift,\ MjrRect.swift /Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:5:19: warning: property 'timestep' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.timestep }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:5:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.timestep }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:6:19: warning: property 'timestep' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.timestep = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:6:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.timestep = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:11:19: warning: property 'apirate' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.apirate }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:11:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.apirate }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:12:19: warning: property 'apirate' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.apirate = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:12:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.apirate = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:17:19: warning: property 'impratio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.impratio }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:17:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.impratio }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:18:19: warning: property 'impratio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.impratio = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:18:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.impratio = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:23:19: warning: property 'tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:23:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:24:19: warning: property 'tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:24:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:29:19: warning: property 'noslip_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.noslip_tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:29:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.noslip_tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:30:19: warning: property 'noslip_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.noslip_tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:30:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.noslip_tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:35:19: warning: property 'mpr_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.mpr_tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:35:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.mpr_tolerance }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:36:19: warning: property 'mpr_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.mpr_tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:36:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.mpr_tolerance = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:41:19: warning: property 'gravity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.gravity }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:41:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.gravity }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:42:19: warning: property 'gravity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.gravity = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:42:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.gravity = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:47:19: warning: property 'wind' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.wind }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:47:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.wind }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:48:19: warning: property 'wind' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.wind = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:48:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.wind = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:53:19: warning: property 'magnetic' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.magnetic }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:53:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.magnetic }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:54:19: warning: property 'magnetic' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.magnetic = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:54:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.magnetic = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:59:19: warning: property 'density' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.density }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:59:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.density }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:60:19: warning: property 'density' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.density = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:60:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.density = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:65:19: warning: property 'viscosity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.viscosity }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:65:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.viscosity }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:66:19: warning: property 'viscosity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.viscosity = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:66:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.viscosity = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:71:19: warning: property 'o_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.o_margin }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:71:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.o_margin }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:72:19: warning: property 'o_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.o_margin = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:72:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.o_margin = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:77:19: warning: property 'o_solref' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.o_solref }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:77:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.o_solref }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:78:19: warning: property 'o_solref' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.o_solref = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:78:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.o_solref = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:83:19: warning: property 'o_solimp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.o_solimp }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:83:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.o_solimp }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:84:19: warning: property 'o_solimp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.o_solimp = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:84:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.o_solimp = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:89:43: warning: property 'integrator' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtIntegrator(rawValue: _option.integrator)! }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:89:43: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtIntegrator(rawValue: _option.integrator)! }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:90:19: warning: property 'integrator' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.integrator = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:90:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.integrator = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:95:42: warning: property 'collision' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtCollision(rawValue: _option.collision)! }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:95:42: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtCollision(rawValue: _option.collision)! }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:96:19: warning: property 'collision' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.collision = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:96:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.collision = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:101:37: warning: property 'cone' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtCone(rawValue: _option.cone)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:101:37: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtCone(rawValue: _option.cone)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:102:19: warning: property 'cone' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.cone = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:102:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.cone = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:107:41: warning: property 'jacobian' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtJacobian(rawValue: _option.jacobian)! }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:107:41: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtJacobian(rawValue: _option.jacobian)! }
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:108:19: warning: property 'jacobian' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.jacobian = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:108:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.jacobian = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:113:39: warning: property 'solver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtSolver(rawValue: _option.solver)! }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:113:39: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtSolver(rawValue: _option.solver)! }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:114:19: warning: property 'solver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.solver = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:114:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.solver = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:119:19: warning: property 'iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:119:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:120:19: warning: property 'iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:120:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:125:19: warning: property 'noslip_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.noslip_iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:125:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.noslip_iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:126:19: warning: property 'noslip_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.noslip_iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:126:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.noslip_iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:131:19: warning: property 'mpr_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _option.mpr_iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:131:19: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _option.mpr_iterations }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:132:19: warning: property 'mpr_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.mpr_iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:132:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.mpr_iterations = newValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:137:43: warning: property 'disableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtDisableBit(rawValue: _option.disableflags) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:137:43: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtDisableBit(rawValue: _option.disableflags) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:138:19: warning: property 'disableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.disableflags = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:138:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.disableflags = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:143:42: warning: property 'enableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtEnableBit(rawValue: _option.enableflags) }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:143:42: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtEnableBit(rawValue: _option.enableflags) }
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:144:19: warning: property 'enableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _option.enableflags = newValue.rawValue }
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:144:19: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _option.enableflags = newValue.rawValue }
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MjuiSection+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiState+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.nrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.nrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.nrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.nrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.rect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.rect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.rect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.rect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtEvent(rawValue: _state.type)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtEvent(rawValue: _state.type)! }
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.type = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.type = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.left }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.left }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.left = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.left = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.right }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.right }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.right = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.right = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.middle }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.middle }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.middle = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.middle = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.doubleclick }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.doubleclick }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.doubleclick = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.doubleclick = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtButton(rawValue: _state.button)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtButton(rawValue: _state.button)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.button = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.button = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.buttontime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.buttontime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.buttontime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.buttontime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.x }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.x }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.x = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.x = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.y }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.y }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.y = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.y = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.sx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.sx }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.sx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.sx = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.sy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.sy }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.sy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.sy = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.control }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.control }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.control = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.control = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.shift }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.shift }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.shift = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.shift = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.alt }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.alt }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.alt = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.alt = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.key }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.key }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.key = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.key = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.keytime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.keytime }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.keytime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.keytime = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.mouserect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.mouserect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.mouserect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.mouserect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { _state.dragrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _state.dragrect }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dragrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dragrect = newValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    get { MjtButton(rawValue: _state.dragbutton)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtButton(rawValue: _state.dragbutton)! }
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
    set { _state.dragbutton = newValue.rawValue }
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _state.dragbutton = newValue.rawValue }
                 ^
SwiftDriverJobDiscovery normal arm64 Compiling MjOption+Extensions.swift, MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjvPerturb.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MjuiState+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjvPerturb.swift,\ MjvScene+Extensions.swift,\ MjvScene+Functions.swift,\ MjvScene.swift,\ OSShim.swift,\ Simulate.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvScene+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvScene+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvScene.swift /Users/admin/builder/spi-builder-workspace/Sources/OSShim.swift /Users/admin/builder/spi-builder-workspace/Sources/Simulate.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjvScene+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjvScene+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjvScene.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/OSShim.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Simulate.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MjvPerturb.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjUI.swift,\ MjuiItemEdit+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k Compiling\ MjVFS.swift,\ MjVisual+Extensions.swift,\ MjVisual.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVFS.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVisual+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjVisual.swift (in target 'MuJoCo' from project 'MuJoCo')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjVFS.swift (in target 'MuJoCo' from project 'MuJoCo')
	Building workspace spi-builder-workspace with scheme MuJoCo
(3 failures)
BUILD FAILURE 6.2 watchOS