The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build MuJoCo, reference v2.3.1 (ebfd2d), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 06:26:45 UTC.

Build Command

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

Build Log

                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:35:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.fogRGBA }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:36:28: warning: property 'fogRGBA' cannot be 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 { _context.pointee.fogRGBA = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:36:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.fogRGBA = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:41:28: warning: property 'shadowSize' cannot be 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 { _context.pointee.shadowSize }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:41:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.shadowSize }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:42:28: warning: property 'shadowSize' cannot be 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 { _context.pointee.shadowSize = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:42:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.shadowSize = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:47:28: warning: property 'offWidth' cannot be 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 { _context.pointee.offWidth }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:47:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offWidth }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:48:28: warning: property 'offWidth' cannot be 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 { _context.pointee.offWidth = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:48:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offWidth = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:53:28: warning: property 'offHeight' cannot be 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 { _context.pointee.offHeight }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:53:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offHeight }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:54:28: warning: property 'offHeight' cannot be 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 { _context.pointee.offHeight = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:54:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offHeight = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:59:28: warning: property 'offSamples' cannot be 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 { _context.pointee.offSamples }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:59:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offSamples }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:60:28: warning: property 'offSamples' cannot be 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 { _context.pointee.offSamples = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:60:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offSamples = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:65:28: warning: property 'fontScale' cannot be 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 { _context.pointee.fontScale }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:65:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.fontScale }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:66:28: warning: property 'fontScale' cannot be 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 { _context.pointee.fontScale = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:66:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.fontScale = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:74:33: warning: property 'auxWidth' cannot be 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: &_context.pointee.auxWidth,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:74:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxWidth,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:80:31: warning: property 'auxWidth' cannot be 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: &_context.pointee.auxWidth,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:80:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxWidth,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:83:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:83:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:92:33: warning: property 'auxHeight' cannot be 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: &_context.pointee.auxHeight,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:92:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxHeight,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:98:31: warning: property 'auxHeight' cannot be 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: &_context.pointee.auxHeight,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:98:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxHeight,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:101:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:101:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:110:33: warning: property 'auxSamples' cannot be 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: &_context.pointee.auxSamples,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:110:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxSamples,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:116:31: warning: property 'auxSamples' cannot be 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: &_context.pointee.auxSamples,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:116:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxSamples,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:119:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:119:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:125:28: warning: property 'offFBO' cannot be 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 { _context.pointee.offFBO }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:125:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offFBO }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:126:28: warning: property 'offFBO' cannot be 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 { _context.pointee.offFBO = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:126:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offFBO = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:131:28: warning: property 'offFBO_r' cannot be 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 { _context.pointee.offFBO_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:131:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offFBO_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:132:28: warning: property 'offFBO_r' cannot be 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 { _context.pointee.offFBO_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:132:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offFBO_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:137:28: warning: property 'offColor' cannot be 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 { _context.pointee.offColor }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:137:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offColor }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:138:28: warning: property 'offColor' cannot be 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 { _context.pointee.offColor = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:138:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offColor = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:143:28: warning: property 'offColor_r' cannot be 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 { _context.pointee.offColor_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:143:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offColor_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:144:28: warning: property 'offColor_r' cannot be 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 { _context.pointee.offColor_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:144:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offColor_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:149:28: warning: property 'offDepthStencil' cannot be 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 { _context.pointee.offDepthStencil }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:149:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offDepthStencil }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:150:28: warning: property 'offDepthStencil' cannot be 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 { _context.pointee.offDepthStencil = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:150:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offDepthStencil = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:155:28: warning: property 'offDepthStencil_r' cannot be 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 { _context.pointee.offDepthStencil_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:155:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.offDepthStencil_r }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:156:28: warning: property 'offDepthStencil_r' cannot be 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 { _context.pointee.offDepthStencil_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:156:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.offDepthStencil_r = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:161:28: warning: property 'shadowFBO' cannot be 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 { _context.pointee.shadowFBO }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:161:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.shadowFBO }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:162:28: warning: property 'shadowFBO' cannot be 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 { _context.pointee.shadowFBO = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:162:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.shadowFBO = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:167:28: warning: property 'shadowTex' cannot be 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 { _context.pointee.shadowTex }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:167:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.shadowTex }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:168:28: warning: property 'shadowTex' cannot be 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 { _context.pointee.shadowTex = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:168:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.shadowTex = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:176:33: warning: property 'auxFBO' cannot be 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: &_context.pointee.auxFBO,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:176:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxFBO,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:182:31: warning: property 'auxFBO' cannot be 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: &_context.pointee.auxFBO,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:182:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxFBO,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:185:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:185:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:194:33: warning: property 'auxFBO_r' cannot be 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: &_context.pointee.auxFBO_r,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:194:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxFBO_r,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:200:31: warning: property 'auxFBO_r' cannot be 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: &_context.pointee.auxFBO_r,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:200:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxFBO_r,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:203:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:203:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:212:33: warning: property 'auxColor' cannot be 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: &_context.pointee.auxColor,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:212:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxColor,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:218:31: warning: property 'auxColor' cannot be 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: &_context.pointee.auxColor,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:218:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxColor,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:221:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:221:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:230:33: warning: property 'auxColor_r' cannot be 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: &_context.pointee.auxColor_r,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:230:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.auxColor_r,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:236:31: warning: property 'auxColor_r' cannot be 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: &_context.pointee.auxColor_r,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:236:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.auxColor_r,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:239:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:239:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(10))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:245:28: warning: property 'ntexture' cannot be 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 { _context.pointee.ntexture }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:245:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.ntexture }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:246:28: warning: property 'ntexture' cannot be 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 { _context.pointee.ntexture = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:246:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.ntexture = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:254:33: warning: property 'textureType' cannot be 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: &_context.pointee.textureType,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:254:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.textureType,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:260:31: warning: property 'textureType' cannot be 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: &_context.pointee.textureType,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:260:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.textureType,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:263:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(ntexture))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:263:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(ntexture))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:272:33: warning: property 'texture' cannot be 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: &_context.pointee.texture,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:272:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.texture,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:278:31: warning: property 'texture' cannot be 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: &_context.pointee.texture,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:278:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.texture,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:281: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/MjrContext+Extensions.swift:281:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(100))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:287:28: warning: property 'basePlane' cannot be 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 { _context.pointee.basePlane }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:287:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.basePlane }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:288:28: warning: property 'basePlane' cannot be 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 { _context.pointee.basePlane = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:288:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.basePlane = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:293:28: warning: property 'baseMesh' cannot be 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 { _context.pointee.baseMesh }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:293:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseMesh }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:294:28: warning: property 'baseMesh' cannot be 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 { _context.pointee.baseMesh = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:294:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseMesh = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:299:28: warning: property 'baseHField' cannot be 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 { _context.pointee.baseHField }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:299:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseHField }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:300:28: warning: property 'baseHField' cannot be 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 { _context.pointee.baseHField = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:300:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseHField = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:305:28: warning: property 'baseBuiltin' cannot be 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 { _context.pointee.baseBuiltin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:305:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseBuiltin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:306:28: warning: property 'baseBuiltin' cannot be 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 { _context.pointee.baseBuiltin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:306:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseBuiltin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:311:28: warning: property 'baseFontNormal' cannot be 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 { _context.pointee.baseFontNormal }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:311:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseFontNormal }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:312:28: warning: property 'baseFontNormal' cannot be 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 { _context.pointee.baseFontNormal = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:312:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseFontNormal = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:317:28: warning: property 'baseFontShadow' cannot be 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 { _context.pointee.baseFontShadow }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:317:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseFontShadow }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:318:28: warning: property 'baseFontShadow' cannot be 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 { _context.pointee.baseFontShadow = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:318:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseFontShadow = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:323:28: warning: property 'baseFontBig' cannot be 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 { _context.pointee.baseFontBig }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:323:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.baseFontBig }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:324:28: warning: property 'baseFontBig' cannot be 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 { _context.pointee.baseFontBig = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:324:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.baseFontBig = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:329:28: warning: property 'rangePlane' cannot be 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 { _context.pointee.rangePlane }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:329:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.rangePlane }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:330:28: warning: property 'rangePlane' cannot be 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 { _context.pointee.rangePlane = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:330:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.rangePlane = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:335:28: warning: property 'rangeMesh' cannot be 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 { _context.pointee.rangeMesh }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:335:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.rangeMesh }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:336:28: warning: property 'rangeMesh' cannot be 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 { _context.pointee.rangeMesh = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:336:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.rangeMesh = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:341:28: warning: property 'rangeHField' cannot be 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 { _context.pointee.rangeHField }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:341:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.rangeHField }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:342:28: warning: property 'rangeHField' cannot be 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 { _context.pointee.rangeHField = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:342:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.rangeHField = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:347:28: warning: property 'rangeBuiltin' cannot be 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 { _context.pointee.rangeBuiltin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:347:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.rangeBuiltin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:348:28: warning: property 'rangeBuiltin' cannot be 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 { _context.pointee.rangeBuiltin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:348:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.rangeBuiltin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:353:28: warning: property 'rangeFont' cannot be 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 { _context.pointee.rangeFont }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:353:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.rangeFont }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:354:28: warning: property 'rangeFont' cannot be 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 { _context.pointee.rangeFont = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:354:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.rangeFont = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:359:28: warning: property 'nskin' cannot be 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 { _context.pointee.nskin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:359:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.nskin }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:360:28: warning: property 'nskin' cannot be 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 { _context.pointee.nskin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:360:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.nskin = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:365:51: warning: property 'skinvertVBO' cannot be 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 { MjArray<UInt32>(array: _context.pointee.skinvertVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:365:51: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjArray<UInt32>(array: _context.pointee.skinvertVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:367:81: warning: property 'skinvertVBO' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinvertVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:367:81: note: The missing import of module 'C_mujoco' will be added implicitly
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinvertVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:369:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:369:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:375:51: warning: property 'skinnormalVBO' cannot be 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 { MjArray<UInt32>(array: _context.pointee.skinnormalVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:375:51: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjArray<UInt32>(array: _context.pointee.skinnormalVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:377:81: warning: property 'skinnormalVBO' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinnormalVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:377:81: note: The missing import of module 'C_mujoco' will be added implicitly
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinnormalVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:379:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:379:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:385:51: warning: property 'skintexcoordVBO' cannot be 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 { MjArray<UInt32>(array: _context.pointee.skintexcoordVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:385:51: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjArray<UInt32>(array: _context.pointee.skintexcoordVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:387:81: warning: property 'skintexcoordVBO' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skintexcoordVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:387:81: note: The missing import of module 'C_mujoco' will be added implicitly
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skintexcoordVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:389:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:389:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:395:51: warning: property 'skinfaceVBO' cannot be 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 { MjArray<UInt32>(array: _context.pointee.skinfaceVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:395:51: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjArray<UInt32>(array: _context.pointee.skinfaceVBO, object: _storage, len: nskin) }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:397:81: warning: property 'skinfaceVBO' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinfaceVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:397:81: note: The missing import of module 'C_mujoco' will be added implicitly
      let unsafeMutablePointer: UnsafeMutablePointer<UInt32> = _context.pointee.skinfaceVBO
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:399:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:399:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(nskin))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:408:33: warning: property 'charWidth' cannot be 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: &_context.pointee.charWidth,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:408:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.charWidth,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:414:31: warning: property 'charWidth' cannot be 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: &_context.pointee.charWidth,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:414:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.charWidth,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:417:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(127))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:417:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(127))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:426:33: warning: property 'charWidthBig' cannot be 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: &_context.pointee.charWidthBig,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:426:33: note: The missing import of module 'C_mujoco' will be added implicitly
          to: &_context.pointee.charWidthBig,
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:432:31: warning: property 'charWidthBig' cannot be 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: &_context.pointee.charWidthBig,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:432:31: note: The missing import of module 'C_mujoco' will be added implicitly
        to: &_context.pointee.charWidthBig,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:435:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
      unsafeMutablePointer.assign(from: newValue._array, count: Int(127))
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:435:28: note: use 'update(from:count:)' instead
      unsafeMutablePointer.assign(from: newValue._array, count: Int(127))
                           ^~~~~~
                           update
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:441:28: warning: property 'charHeight' cannot be 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 { _context.pointee.charHeight }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:441:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.charHeight }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:442:28: warning: property 'charHeight' cannot be 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 { _context.pointee.charHeight = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:442:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.charHeight = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:447:28: warning: property 'charHeightBig' cannot be 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 { _context.pointee.charHeightBig }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:447:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.charHeightBig }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:448:28: warning: property 'charHeightBig' cannot be 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 { _context.pointee.charHeightBig = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:448:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.charHeightBig = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:453:28: warning: property 'glInitialized' cannot be 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 { _context.pointee.glInitialized }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:453:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.glInitialized }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:454:28: warning: property 'glInitialized' cannot be 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 { _context.pointee.glInitialized = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:454:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.glInitialized = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:459:28: warning: property 'windowAvailable' cannot be 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 { _context.pointee.windowAvailable }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:459:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.windowAvailable }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:460:28: warning: property 'windowAvailable' cannot be 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 { _context.pointee.windowAvailable = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:460:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.windowAvailable = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:465:28: warning: property 'windowSamples' cannot be 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 { _context.pointee.windowSamples }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:465:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.windowSamples }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:466:28: warning: property 'windowSamples' cannot be 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 { _context.pointee.windowSamples = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:466:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.windowSamples = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:471:28: warning: property 'windowStereo' cannot be 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 { _context.pointee.windowStereo }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:471:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.windowStereo }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:472:28: warning: property 'windowStereo' cannot be 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 { _context.pointee.windowStereo = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:472:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.windowStereo = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:477:28: warning: property 'windowDoublebuffer' cannot be 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 { _context.pointee.windowDoublebuffer }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:477:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.windowDoublebuffer }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:478:28: warning: property 'windowDoublebuffer' cannot be 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 { _context.pointee.windowDoublebuffer = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:478:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.windowDoublebuffer = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:483:28: warning: property 'currentBuffer' cannot be 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 { _context.pointee.currentBuffer }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:483:28: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _context.pointee.currentBuffer }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:484:28: warning: property 'currentBuffer' cannot be 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 { _context.pointee.currentBuffer = newValue }
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:484:28: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _context.pointee.currentBuffer = newValue }
                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Functions.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/MjrContext.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MjuiItemEdit+Extensions.swift,\ MjuiItemEdit.swift,\ MjuiItemMulti+Extensions.swift,\ MjuiItemMulti.swift,\ MjuiItemSingle+Extensions.swift,\ MjuiItemSingle.swift,\ MjuiItemSlider+Extensions.swift,\ MjuiItemSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider.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/MjuiItemEdit.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/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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti.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/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/MjuiItemSingle.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/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 }
                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MjvGLCamera.swift,\ MjvGeom+Extensions.swift,\ MjvGeom+Functions.swift,\ MjvGeom.swift,\ MjvLight.swift,\ MjvOption+Extensions.swift,\ MjvOption.swift,\ MjvPerturb+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGeom.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/MjvGLCamera.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/MjvGeom+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:5:35: 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 { MjtGeom(rawValue: _geom.type)! }
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:5:35: note: The missing import of module 'C_mujoco' will be added implicitly
    get { MjtGeom(rawValue: _geom.type)! }
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:6:17: 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 { _geom.type = newValue.rawValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:6:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.type = newValue.rawValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:11:17: warning: property 'dataid' cannot be 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 { _geom.dataid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:11:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.dataid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:12:17: warning: property 'dataid' cannot be 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 { _geom.dataid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:12:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.dataid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:17:17: warning: property 'objtype' cannot be 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 { _geom.objtype }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:17:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.objtype }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:18:17: warning: property 'objtype' cannot be 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 { _geom.objtype = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:18:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.objtype = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:23:17: warning: property 'objid' cannot be 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 { _geom.objid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:23:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.objid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:24:17: warning: property 'objid' cannot be 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 { _geom.objid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:24:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.objid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:29:17: warning: property 'category' cannot be 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 { _geom.category }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:29:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.category }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:30:17: warning: property 'category' cannot be 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 { _geom.category = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:30:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.category = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:35:17: warning: property 'texid' cannot be 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 { _geom.texid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:35:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.texid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:36:17: warning: property 'texid' cannot be 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 { _geom.texid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:36:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.texid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:41:17: warning: property 'texuniform' cannot be 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 { _geom.texuniform }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:41:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.texuniform }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:42:17: warning: property 'texuniform' cannot be 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 { _geom.texuniform = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:42:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.texuniform = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:47:17: warning: property 'texcoord' cannot be 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 { _geom.texcoord }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:47:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.texcoord }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:48:17: warning: property 'texcoord' cannot be 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 { _geom.texcoord = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:48:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.texcoord = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:53:17: warning: property 'segid' cannot be 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 { _geom.segid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:53:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.segid }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:54:17: warning: property 'segid' cannot be 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 { _geom.segid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:54:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.segid = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:59:17: warning: property 'texrepeat' cannot be 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 { _geom.texrepeat }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:59:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.texrepeat }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:60:17: warning: property 'texrepeat' cannot be 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 { _geom.texrepeat = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:60:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.texrepeat = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:65:17: warning: property 'size' cannot be 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 { _geom.size }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:65:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.size }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:66:17: warning: property 'size' cannot be 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 { _geom.size = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:66:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.size = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:71:17: warning: property 'pos' cannot be 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 { _geom.pos }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:71:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.pos }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:72:17: warning: property 'pos' cannot be 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 { _geom.pos = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:72:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.pos = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:77:17: warning: property 'mat' cannot be 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 { _geom.mat }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:77:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.mat }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:78:17: warning: property 'mat' cannot be 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 { _geom.mat = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:78:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.mat = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:83:17: warning: property 'rgba' cannot be 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 { _geom.rgba }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:83:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.rgba }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:84:17: warning: property 'rgba' cannot be 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 { _geom.rgba = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:84:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.rgba = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:89:17: warning: property 'emission' cannot be 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 { _geom.emission }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:89:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.emission }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:90:17: warning: property 'emission' cannot be 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 { _geom.emission = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:90:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.emission = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:95:17: warning: property 'specular' cannot be 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 { _geom.specular }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:95:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.specular }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:96:17: warning: property 'specular' cannot be 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 { _geom.specular = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:96:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.specular = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:101:17: warning: property 'shininess' cannot be 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 { _geom.shininess }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:101:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.shininess }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:102:17: warning: property 'shininess' cannot be 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 { _geom.shininess = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:102:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.shininess = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:107:17: warning: property 'reflectance' cannot be 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 { _geom.reflectance }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:107:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.reflectance }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:108:17: warning: property 'reflectance' cannot be 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 { _geom.reflectance = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:108:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.reflectance = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:114:25: 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
      var value = _geom.label
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:114:25: note: The missing import of module 'C_mujoco' will be added implicitly
      var value = _geom.label
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:116: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/MjvGeom+Extensions.swift:116: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/MjvGeom+Extensions.swift:116: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/MjvGeom+Extensions.swift:116: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/MjvGeom+Extensions.swift:123:45: 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
        withUnsafeMutablePointer(to: &_geom.label) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:123:45: note: The missing import of module 'C_mujoco' will be added implicitly
        withUnsafeMutablePointer(to: &_geom.label) {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:126: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/MjvGeom+Extensions.swift:126:17: note: use 'update(from:count:)' instead
            pos.assign(from: $0, count: count)
                ^~~~~~
                update
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:136:17: warning: property 'camdist' cannot be 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 { _geom.camdist }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:136:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.camdist }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:137:17: warning: property 'camdist' cannot be 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 { _geom.camdist = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:137:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.camdist = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:142:17: warning: property 'modelrbound' cannot be 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 { _geom.modelrbound }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:142:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.modelrbound }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:143:17: warning: property 'modelrbound' cannot be 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 { _geom.modelrbound = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:143:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.modelrbound = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:148:17: warning: property 'transparent' cannot be 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 { _geom.transparent }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:148:17: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _geom.transparent }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:149:17: warning: property 'transparent' cannot be 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 { _geom.transparent = newValue }
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Extensions.swift:149:17: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _geom.transparent = newValue }
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjvGeom+Functions.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/MjvGeom.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/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 }
                   ^
SwiftCompile normal arm64 Compiling\ MjuiSection+Extensions.swift,\ MjuiSection.swift,\ MjuiState+Extensions.swift,\ MjuiState+Functions.swift,\ MjuiState.swift,\ MjuiThemeColor+Extensions.swift,\ MjuiThemeColor.swift,\ MjuiThemeSpacing+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+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 }
                           ^
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
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 }
                 ^
SwiftCompile normal arm64 /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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiState.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/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 }
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor.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/MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:5:25: warning: property 'total' cannot be 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 { _themespacing.total }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:5:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.total }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:6:25: warning: property 'total' cannot be 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 { _themespacing.total = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:6:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.total = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:11:25: 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 { _themespacing.scroll }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:11:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.scroll }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:12:25: 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 { _themespacing.scroll = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:12:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.scroll = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:17:25: 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 { _themespacing.label }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:17:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.label }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:18:25: 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 { _themespacing.label = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:18:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.label = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:23:25: warning: property 'section' cannot be 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 { _themespacing.section }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:23:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.section }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:24:25: warning: property 'section' cannot be 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 { _themespacing.section = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:24:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.section = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:29:25: warning: property 'itemside' cannot be 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 { _themespacing.itemside }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:29:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.itemside }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:30:25: warning: property 'itemside' cannot be 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 { _themespacing.itemside = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:30:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.itemside = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:35:25: warning: property 'itemmid' cannot be 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 { _themespacing.itemmid }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:35:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.itemmid }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:36:25: warning: property 'itemmid' cannot be 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 { _themespacing.itemmid = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:36:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.itemmid = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:41:25: warning: property 'itemver' cannot be 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 { _themespacing.itemver }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:41:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.itemver }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:42:25: warning: property 'itemver' cannot be 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 { _themespacing.itemver = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:42:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.itemver = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:47:25: warning: property 'texthor' cannot be 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 { _themespacing.texthor }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:47:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.texthor }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:48:25: warning: property 'texthor' cannot be 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 { _themespacing.texthor = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:48:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.texthor = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:53:25: warning: property 'textver' cannot be 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 { _themespacing.textver }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:53:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.textver }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:54:25: warning: property 'textver' cannot be 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 { _themespacing.textver = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:54:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.textver = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:59:25: warning: property 'linescroll' cannot be 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 { _themespacing.linescroll }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:59:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.linescroll }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:60:25: warning: property 'linescroll' cannot be 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 { _themespacing.linescroll = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:60:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.linescroll = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:65:25: warning: property 'samples' cannot be 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 { _themespacing.samples }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:65:25: note: The missing import of module 'C_mujoco' will be added implicitly
    get { _themespacing.samples }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:66:25: warning: property 'samples' cannot be 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 { _themespacing.samples = newValue }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:66:25: note: The missing import of module 'C_mujoco' will be added implicitly
    set { _themespacing.samples = newValue }
                        ^
SwiftDriverJobDiscovery normal arm64 Compiling MjuiItemEdit+Extensions.swift, MjuiItemEdit.swift, MjuiItemMulti+Extensions.swift, MjuiItemMulti.swift, MjuiItemSingle+Extensions.swift, MjuiItemSingle.swift, MjuiItemSlider+Extensions.swift, MjuiItemSlider.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjvGLCamera.swift, MjvGeom+Extensions.swift, MjvGeom+Functions.swift, MjvGeom.swift, MjvLight.swift, MjvOption+Extensions.swift, MjvOption.swift, MjvPerturb+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjvPerturb+Functions.swift, MjvPerturb.swift, MjvScene+Extensions.swift, MjvScene+Functions.swift, MjvScene.swift, OSShim.swift, Simulate.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjuiSection+Extensions.swift, MjuiSection.swift, MjuiState+Extensions.swift, MjuiState+Functions.swift, MjuiState.swift, MjuiThemeColor+Extensions.swift, MjuiThemeColor.swift, MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjOption+Extensions.swift, MjOption.swift, MjSolverStat.swift, MjStatistic.swift, MjTimerStat.swift, MjUI+Extensions.swift, MjUI+Functions.swift, MjUI.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjrRect.swift, Mjt.swift, MjuiDef+Extensions.swift, MjuiDef.swift, MjuiDefObjectMapper.swift, MjuiDefState.swift, MjuiItem+Extensions.swift, MjuiItem.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling GLContext.swift, Mj+Functions.swift, Mj.swift, MjArray.swift, MjContact+Extensions.swift, MjContact.swift, MjData+Extensions.swift, MjData+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftDriverJobDiscovery normal arm64 Compiling MjuiThemeSpacing.swift, MjvCamera+Extensions.swift, MjvCamera+Functions.swift, MjvCamera.swift, MjvFigure+Extensions.swift, MjvFigure.swift, MjvGLCamera+Extensions.swift, MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ MjVFS.swift,\ MjVisual+Extensions.swift,\ MjVisual.swift,\ MjWarningStat.swift,\ Mjcb.swift,\ MjrContext+Extensions.swift,\ MjrContext+Functions.swift,\ MjrContext.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 /Users/admin/builder/spi-builder-workspace/Sources/MjWarningStat.swift /Users/admin/builder/spi-builder-workspace/Sources/Mjcb.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrContext.swift (in target 'MuJoCo' from project 'MuJoCo')
	SwiftCompile normal arm64 /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.1 visionOS