Build Information
Failed to build MuJoCo, reference v2.3.1 (ebfd2d), with Swift 6.3 for watchOS using Xcode 26.4 on 13 Apr 2026 11:31:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MuJoCo -destination generic/platform=watchOSBuild Log
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:821:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qDeriv
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:823:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nD * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:823:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nD * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:829:48: warning: property 'qLU' cannot be used 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<Double>(array: _data.pointee.qLU, object: _storage, len: nD * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:829:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qLU, object: _storage, len: nD * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:831:78: warning: property 'qLU' cannot be 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<Double> = _data.pointee.qLU
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:831:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qLU
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:833:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nD * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:833:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nD * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:839:48: warning: property 'actuator_force' cannot be used 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<Double>(array: _data.pointee.actuator_force, object: _storage, len: nu * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:839:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.actuator_force, object: _storage, len: nu * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:841:78: warning: property 'actuator_force' cannot be 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<Double> = _data.pointee.actuator_force
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:841:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.actuator_force
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:843:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nu * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:843:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nu * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:849:48: warning: property 'qfrc_actuator' cannot be used 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<Double>(array: _data.pointee.qfrc_actuator, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:849:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qfrc_actuator, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:851:78: warning: property 'qfrc_actuator' cannot be 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<Double> = _data.pointee.qfrc_actuator
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:851:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qfrc_actuator
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:853:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:853:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:859:48: warning: property 'qfrc_smooth' cannot be used 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<Double>(array: _data.pointee.qfrc_smooth, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:859:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qfrc_smooth, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:861:78: warning: property 'qfrc_smooth' cannot be 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<Double> = _data.pointee.qfrc_smooth
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:861:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qfrc_smooth
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:863:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:863:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:869:48: warning: property 'qacc_smooth' cannot be used 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<Double>(array: _data.pointee.qacc_smooth, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:869:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qacc_smooth, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:871:78: warning: property 'qacc_smooth' cannot be 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<Double> = _data.pointee.qacc_smooth
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:871:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qacc_smooth
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:873:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:873:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:879:48: warning: property 'qfrc_constraint' cannot be used 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<Double>(array: _data.pointee.qfrc_constraint, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:879:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qfrc_constraint, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:881:78: warning: property 'qfrc_constraint' cannot be 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<Double> = _data.pointee.qfrc_constraint
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:881:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qfrc_constraint
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:883:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:883:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:889:48: warning: property 'qfrc_inverse' cannot be used 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<Double>(array: _data.pointee.qfrc_inverse, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:889:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.qfrc_inverse, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:891:78: warning: property 'qfrc_inverse' cannot be 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<Double> = _data.pointee.qfrc_inverse
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:891:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.qfrc_inverse
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:893:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:893:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:899:48: warning: property 'cacc' cannot be used 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<Double>(array: _data.pointee.cacc, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:899:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.cacc, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:901:78: warning: property 'cacc' cannot be 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<Double> = _data.pointee.cacc
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:901:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.cacc
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:903:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:903:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:909:48: warning: property 'cfrc_int' cannot be used 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<Double>(array: _data.pointee.cfrc_int, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:909:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.cfrc_int, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:911:78: warning: property 'cfrc_int' cannot be 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<Double> = _data.pointee.cfrc_int
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:911:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.cfrc_int
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:913:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:913:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:919:48: warning: property 'cfrc_ext' cannot be used 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<Double>(array: _data.pointee.cfrc_ext, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:919:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.cfrc_ext, object: _storage, len: nbody * 6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:921:78: warning: property 'cfrc_ext' cannot be 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<Double> = _data.pointee.cfrc_ext
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:921:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.cfrc_ext
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:923:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:923:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nbody * 6))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:931:54: warning: property 'contact' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
array: UnsafeMutableRawPointer(_data.pointee.contact).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:931:54: note: The missing import of module 'C_mujoco' will be added implicitly
array: UnsafeMutableRawPointer(_data.pointee.contact).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:936:23: warning: property 'contact' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
_data.pointee.contact
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:936:23: note: The missing import of module 'C_mujoco' will be added implicitly
_data.pointee.contact
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:939:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(ncon * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:939:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(ncon * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:947:54: warning: property 'efc_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
array: UnsafeMutableRawPointer(_data.pointee.efc_type).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:947:54: note: The missing import of module 'C_mujoco' will be added implicitly
array: UnsafeMutableRawPointer(_data.pointee.efc_type).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:952:23: warning: property 'efc_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
_data.pointee.efc_type
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:952:23: note: The missing import of module 'C_mujoco' will be added implicitly
_data.pointee.efc_type
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:955:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:955:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:961:47: warning: property 'efc_id' cannot be used 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<Int32>(array: _data.pointee.efc_id, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:961:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_id, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:963:77: warning: property 'efc_id' cannot be 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<Int32> = _data.pointee.efc_id
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:963:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_id
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:965:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:965:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:971:47: warning: property 'efc_J_rownnz' cannot be used 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<Int32>(array: _data.pointee.efc_J_rownnz, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:971:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_J_rownnz, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:973:77: warning: property 'efc_J_rownnz' cannot be 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<Int32> = _data.pointee.efc_J_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:973:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_J_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:975:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:975:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:981:47: warning: property 'efc_J_rowadr' cannot be used 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<Int32>(array: _data.pointee.efc_J_rowadr, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:981:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_J_rowadr, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:983:77: warning: property 'efc_J_rowadr' cannot be 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<Int32> = _data.pointee.efc_J_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:983:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_J_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:985:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:985:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:991:47: warning: property 'efc_J_rowsuper' cannot be used 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<Int32>(array: _data.pointee.efc_J_rowsuper, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:991:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_J_rowsuper, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:993:77: warning: property 'efc_J_rowsuper' cannot be 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<Int32> = _data.pointee.efc_J_rowsuper
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:993:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_J_rowsuper
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:995:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:995:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1001:47: warning: property 'efc_J_colind' cannot be used 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<Int32>(array: _data.pointee.efc_J_colind, object: _storage, len: nefc * nv) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1001:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_J_colind, object: _storage, len: nefc * nv) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1003:77: warning: property 'efc_J_colind' cannot be 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<Int32> = _data.pointee.efc_J_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1003:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_J_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1005:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nv))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1005:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nv))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1011:47: warning: property 'efc_JT_rownnz' cannot be used 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<Int32>(array: _data.pointee.efc_JT_rownnz, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1011:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_JT_rownnz, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1013:77: warning: property 'efc_JT_rownnz' cannot be 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<Int32> = _data.pointee.efc_JT_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1013:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_JT_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1015:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1015:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1021:47: warning: property 'efc_JT_rowadr' cannot be used 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<Int32>(array: _data.pointee.efc_JT_rowadr, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1021:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_JT_rowadr, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1023:77: warning: property 'efc_JT_rowadr' cannot be 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<Int32> = _data.pointee.efc_JT_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1023:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_JT_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1025:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1025:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1031:47: warning: property 'efc_JT_rowsuper' cannot be used 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<Int32>(array: _data.pointee.efc_JT_rowsuper, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1031:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_JT_rowsuper, object: _storage, len: nv * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1033:77: warning: property 'efc_JT_rowsuper' cannot be 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<Int32> = _data.pointee.efc_JT_rowsuper
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1033:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_JT_rowsuper
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1035:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1035:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1041:47: warning: property 'efc_JT_colind' cannot be used 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<Int32>(array: _data.pointee.efc_JT_colind, object: _storage, len: nv * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1041:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_JT_colind, object: _storage, len: nv * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1043:77: warning: property 'efc_JT_colind' cannot be 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<Int32> = _data.pointee.efc_JT_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1043:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_JT_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1045:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * nefc))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1045:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * nefc))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1051:48: warning: property 'efc_J' cannot be used 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<Double>(array: _data.pointee.efc_J, object: _storage, len: nefc * nv) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1051:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_J, object: _storage, len: nefc * nv) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1053:78: warning: property 'efc_J' cannot be 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<Double> = _data.pointee.efc_J
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1053:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_J
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1055:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nv))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1055:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nv))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1061:48: warning: property 'efc_JT' cannot be used 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<Double>(array: _data.pointee.efc_JT, object: _storage, len: nv * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1061:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_JT, object: _storage, len: nv * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1063:78: warning: property 'efc_JT' cannot be 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<Double> = _data.pointee.efc_JT
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1063:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_JT
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1065:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * nefc))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1065:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nv * nefc))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1071:48: warning: property 'efc_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 { MjArray<Double>(array: _data.pointee.efc_pos, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1071:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_pos, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1073:78: warning: property 'efc_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
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_pos
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1073:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_pos
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1075:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1075:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1081:48: warning: property 'efc_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjArray<Double>(array: _data.pointee.efc_margin, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1081:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_margin, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1083:78: warning: property 'efc_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_margin
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1083:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_margin
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1085:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1085:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1091:48: warning: property 'efc_frictionloss' cannot be used 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<Double>(array: _data.pointee.efc_frictionloss, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1091:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_frictionloss, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1093:78: warning: property 'efc_frictionloss' cannot be 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<Double> = _data.pointee.efc_frictionloss
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1093:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_frictionloss
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1095:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1095:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1101:48: warning: property 'efc_diagApprox' cannot be used 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<Double>(array: _data.pointee.efc_diagApprox, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1101:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_diagApprox, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1103:78: warning: property 'efc_diagApprox' cannot be 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<Double> = _data.pointee.efc_diagApprox
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1103:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_diagApprox
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1105:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1105:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1111:48: warning: property 'efc_KBIP' cannot be used 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<Double>(array: _data.pointee.efc_KBIP, object: _storage, len: nefc * 4) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1111:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_KBIP, object: _storage, len: nefc * 4) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1113:78: warning: property 'efc_KBIP' cannot be 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<Double> = _data.pointee.efc_KBIP
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1113:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_KBIP
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1115:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 4))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1115:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 4))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1121:48: warning: property 'efc_D' cannot be used 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<Double>(array: _data.pointee.efc_D, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1121:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_D, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1123:78: warning: property 'efc_D' cannot be 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<Double> = _data.pointee.efc_D
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1123:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_D
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1125:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1125:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1131:48: warning: property 'efc_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 { MjArray<Double>(array: _data.pointee.efc_R, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1131:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_R, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1133:78: warning: property 'efc_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
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_R
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1133:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_R
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1135:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1135:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1141:48: warning: property 'efc_b' cannot be used 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<Double>(array: _data.pointee.efc_b, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1141:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_b, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1143:78: warning: property 'efc_b' cannot be 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<Double> = _data.pointee.efc_b
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1143:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_b
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1145:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1145:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1151:48: warning: property 'efc_force' cannot be used 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<Double>(array: _data.pointee.efc_force, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1151:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_force, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1153:78: warning: property 'efc_force' cannot be 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<Double> = _data.pointee.efc_force
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1153:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_force
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1155:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1155:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1163:54: warning: property 'efc_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
array: UnsafeMutableRawPointer(_data.pointee.efc_state).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1163:54: note: The missing import of module 'C_mujoco' will be added implicitly
array: UnsafeMutableRawPointer(_data.pointee.efc_state).assumingMemoryBound(
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1168:23: warning: property 'efc_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
_data.pointee.efc_state
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1168:23: note: The missing import of module 'C_mujoco' will be added implicitly
_data.pointee.efc_state
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1171:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1171:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1177:47: warning: property 'efc_AR_rownnz' cannot be used 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<Int32>(array: _data.pointee.efc_AR_rownnz, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1177:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_AR_rownnz, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1179:77: warning: property 'efc_AR_rownnz' cannot be 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<Int32> = _data.pointee.efc_AR_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1179:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_AR_rownnz
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1181:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1181:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1187:47: warning: property 'efc_AR_rowadr' cannot be used 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<Int32>(array: _data.pointee.efc_AR_rowadr, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1187:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_AR_rowadr, object: _storage, len: nefc * 1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1189:77: warning: property 'efc_AR_rowadr' cannot be 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<Int32> = _data.pointee.efc_AR_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1189:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_AR_rowadr
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1191:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1191:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * 1))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1197:47: warning: property 'efc_AR_colind' cannot be used 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<Int32>(array: _data.pointee.efc_AR_colind, object: _storage, len: nefc * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1197:47: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Int32>(array: _data.pointee.efc_AR_colind, object: _storage, len: nefc * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1199:77: warning: property 'efc_AR_colind' cannot be 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<Int32> = _data.pointee.efc_AR_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1199:77: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Int32> = _data.pointee.efc_AR_colind
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1201:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nefc))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1201:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nefc))
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1207:48: warning: property 'efc_AR' cannot be used 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<Double>(array: _data.pointee.efc_AR, object: _storage, len: nefc * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1207:48: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjArray<Double>(array: _data.pointee.efc_AR, object: _storage, len: nefc * nefc) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1209:78: warning: property 'efc_AR' cannot be 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<Double> = _data.pointee.efc_AR
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1209:78: note: The missing import of module 'C_mujoco' will be added implicitly
let unsafeMutablePointer: UnsafeMutablePointer<Double> = _data.pointee.efc_AR
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1211:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nefc))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjData+Extensions.swift:1211:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(nefc * nefc))
^~~~~~
update
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjData+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjrContext+Functions.swift,\ MjrContext.swift,\ MjrRect.swift,\ Mjt.swift,\ MjuiDef+Extensions.swift,\ MjuiDef.swift,\ MjuiDefObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrContext.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift /Users/admin/builder/spi-builder-workspace/Sources/Mjt.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefObjectMapper.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mjt.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:5:34: 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 { MjtItem(rawValue: _def.type)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:5:34: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtItem(rawValue: _def.type)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:6:16: 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 { _def.type = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:6:16: note: The missing import of module 'C_mujoco' will be added implicitly
set { _def.type = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:12:24: 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 = _def.name
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:12:24: note: The missing import of module 'C_mujoco' will be added implicitly
var value = _def.name
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:14: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/MjuiDef+Extensions.swift:14: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/MjuiDef+Extensions.swift:14: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/MjuiDef+Extensions.swift:14: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/MjuiDef+Extensions.swift:21:44: 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: &_def.name) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:21:44: note: The missing import of module 'C_mujoco' will be added implicitly
withUnsafeMutablePointer(to: &_def.name) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:24: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/MjuiDef+Extensions.swift:24:17: note: use 'update(from:count:)' instead
pos.assign(from: $0, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:34:16: 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 { _def.state }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:34:16: note: The missing import of module 'C_mujoco' will be added implicitly
get { _def.state }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:35:16: 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 { _def.state = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:35:16: note: The missing import of module 'C_mujoco' will be added implicitly
set { _def.state = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:41:24: warning: property 'other' cannot be 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 = _def.other
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:41:24: note: The missing import of module 'C_mujoco' will be added implicitly
var value = _def.other
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:43: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/MjuiDef+Extensions.swift:43: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/MjuiDef+Extensions.swift:43: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/MjuiDef+Extensions.swift:43: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/MjuiDef+Extensions.swift:50:44: warning: property 'other' cannot be 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: &_def.other) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:50:44: note: The missing import of module 'C_mujoco' will be added implicitly
withUnsafeMutablePointer(to: &_def.other) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift:53: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/MjuiDef+Extensions.swift:53:17: note: use 'update(from:count:)' instead
pos.assign(from: $0, count: count)
^~~~~~
update
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefObjectMapper.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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')
SwiftCompile normal armv7k Compiling\ MjObject+Extensions.swift,\ MjObject.swift,\ MjOption+Extensions.swift,\ MjOption.swift,\ MjSolverStat.swift,\ MjStatistic.swift,\ MjTimerStat.swift /Users/admin/builder/spi-builder-workspace/Sources/MjObject+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjObject.swift /Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjOption.swift /Users/admin/builder/spi-builder-workspace/Sources/MjSolverStat.swift /Users/admin/builder/spi-builder-workspace/Sources/MjStatistic.swift /Users/admin/builder/spi-builder-workspace/Sources/MjTimerStat.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjObject+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjObject.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjOption.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjSolverStat.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjStatistic.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjTimerStat.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling MjvFigure.swift, MjvGLCamera+Extensions.swift, MjvGLCamera+Functions.swift, MjvGLCamera.swift, MjvGeom+Extensions.swift, MjvGeom+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjuiThemeSpacing.swift,\ MjvCamera+Extensions.swift,\ MjvCamera+Functions.swift,\ MjvCamera.swift,\ MjvFigure+Extensions.swift,\ MjvFigure.swift,\ MjvGLCamera+Extensions.swift,\ MjvGLCamera+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvCamera+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvCamera+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing.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/MjvCamera+Extensions.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/MjvCamera+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/MjvCamera.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/MjvFigure+Extensions.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/MjvFigure.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/MjvGLCamera+Extensions.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/MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling MjrContext+Functions.swift, MjrContext.swift, MjrRect.swift, Mjt.swift, MjuiDef+Extensions.swift, MjuiDef.swift, MjuiDefObjectMapper.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ Mj+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mj_versionString(), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:10: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mj_versionString(), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:57: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mj_versionString(), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:36:57: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mj_versionString(), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_type2Str(type), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:10: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_type2Str(type), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:57: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_type2Str(type), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:188:57: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_type2Str(type), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:10: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:64: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:193:64: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_writeNumBytes(nbytes), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:10: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_warningText(warning, info), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:10: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_warningText(warning, info), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:69: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
return String(cString: mju_warningText(warning, info), encoding: .utf8)
^
/Users/admin/builder/spi-builder-workspace/Sources/Mj+Functions.swift:198:69: note: The missing import of module 'Foundation' will be added implicitly
return String(cString: mju_warningText(warning, info), encoding: .utf8)
^
SwiftCompile normal armv7k Compiling\ MjWarningStat.swift,\ Mjcb.swift,\ MjrContext+Extensions.swift,\ MjrContext+Functions.swift,\ MjrContext.swift,\ MjrRect.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 /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjWarningStat.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Mjcb.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:5:28: warning: property 'lineWidth' cannot be used 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.lineWidth }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:5:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _context.pointee.lineWidth }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:6:28: warning: property 'lineWidth' cannot be used 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.lineWidth = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:6:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _context.pointee.lineWidth = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:11:28: warning: property 'shadowClip' cannot be used 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.shadowClip }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:11:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _context.pointee.shadowClip }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:12:28: warning: property 'shadowClip' cannot be used 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.shadowClip = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:12:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _context.pointee.shadowClip = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:17:28: warning: property 'shadowScale' cannot be used 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.shadowScale }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:17:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _context.pointee.shadowScale }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:18:28: warning: property 'shadowScale' cannot be used 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.shadowScale = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:18:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _context.pointee.shadowScale = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:23:28: warning: property 'fogStart' cannot be used 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.fogStart }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:23:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _context.pointee.fogStart }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:24:28: warning: property 'fogStart' cannot be used 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.fogStart = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:24:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _context.pointee.fogStart = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:29:28: warning: property 'fogEnd' cannot be used 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.fogEnd }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:29:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _context.pointee.fogEnd }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:30:28: warning: property 'fogEnd' cannot be used 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.fogEnd = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:30:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _context.pointee.fogEnd = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjrContext+Extensions.swift:35: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
get { _context.pointee.fogRGBA }
^
/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 armv7k /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 armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling GLContext.swift, Mj+Functions.swift, Mj.swift, MjArray.swift, MjContact+Extensions.swift, MjContact.swift, MjData+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjvCamera+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Mj+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjuiThemeSpacing+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /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 armv7k Compiling MjvCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjvGLCamera+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:5:21: 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 { _glcamera.pos }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:5:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.pos }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:6:21: 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 { _glcamera.pos = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:6:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.pos = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:11:21: warning: property 'forward' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.forward }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:11:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.forward }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:12:21: warning: property 'forward' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.forward = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:12:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.forward = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:17:21: warning: property 'up' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.up }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:17:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.up }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:18:21: warning: property 'up' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.up = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:18:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.up = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:23:21: warning: property 'frustum_center' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.frustum_center }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:23:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.frustum_center }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:24:21: warning: property 'frustum_center' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.frustum_center = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:24:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.frustum_center = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:29:21: warning: property 'frustum_bottom' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.frustum_bottom }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:29:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.frustum_bottom }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:30:21: warning: property 'frustum_bottom' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.frustum_bottom = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:30:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.frustum_bottom = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:35:21: warning: property 'frustum_top' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.frustum_top }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:35:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.frustum_top }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:36:21: warning: property 'frustum_top' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.frustum_top = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:36:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.frustum_top = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:41:21: warning: property 'frustum_near' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.frustum_near }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:41:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.frustum_near }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:42:21: warning: property 'frustum_near' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.frustum_near = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:42:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.frustum_near = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:47:21: warning: property 'frustum_far' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _glcamera.frustum_far }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:47:21: note: The missing import of module 'C_mujoco' will be added implicitly
get { _glcamera.frustum_far }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:48:21: warning: property 'frustum_far' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _glcamera.frustum_far = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift:48:21: note: The missing import of module 'C_mujoco' will be added implicitly
set { _glcamera.frustum_far = newValue }
^
SwiftDriverJobDiscovery normal armv7k Compiling MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjvFigure.swift /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling MjvGLCamera+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjrRect.swift,\ Mjt.swift,\ MjuiDef+Extensions.swift,\ MjuiDef.swift,\ MjuiDefObjectMapper.swift,\ MjuiDefState.swift,\ MjuiItem+Extensions.swift,\ MjuiItem.swift /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift /Users/admin/builder/spi-builder-workspace/Sources/Mjt.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDef.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItem+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItem.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mjt.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/MjuiDef+Extensions.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/MjuiDef.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/MjuiDefObjectMapper.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiDefState.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjuiItem+Extensions.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/MjuiItem.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling MjWarningStat.swift, Mjcb.swift, MjrContext+Extensions.swift, MjrContext+Functions.swift, MjrContext.swift, MjrRect.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjuiState+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GLContext.swift, Mj+Functions.swift, Mj.swift, MjArray.swift, MjContact+Extensions.swift, MjContact.swift, MjData+Extensions.swift, MjData+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
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
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
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
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
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
SwiftDriverJobDiscovery normal armv7k Compiling MjuiState+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64_32 Compiling\ MjvGeom.swift,\ MjvLight.swift,\ MjvOption+Extensions.swift,\ MjvOption.swift,\ MjvPerturb+Extensions.swift,\ MjvPerturb+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 /Users/admin/builder/spi-builder-workspace/Sources/MjvPerturb+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
2026-04-13 07:30:54.113 xcodebuild[1433:7630] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** 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.3 watchOS