Build Information
Failed to build MuJoCo, reference v2.3.1 (ebfd2d
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 06:26:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MuJoCo -destination generic/platform=watchOS
Build Log
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 arm64_32 Compiling MjvGLCamera.swift, MjvGeom+Extensions.swift, MjvGeom+Functions.swift, MjvGeom.swift, MjvLight.swift, MjvOption+Extensions.swift, MjvOption.swift, MjvPerturb+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 Compiling\ MjOption+Extensions.swift,\ MjOption.swift,\ MjSolverStat.swift,\ MjStatistic.swift,\ MjTimerStat.swift,\ MjUI+Extensions.swift,\ MjUI+Functions.swift,\ MjUI.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 /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:5:19: warning: property 'timestep' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.timestep }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:5:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.timestep }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:6:19: warning: property 'timestep' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.timestep = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:6:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.timestep = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:11:19: warning: property 'apirate' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.apirate }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:11:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.apirate }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:12:19: warning: property 'apirate' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.apirate = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:12:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.apirate = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:17:19: warning: property 'impratio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.impratio }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:17:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.impratio }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:18:19: warning: property 'impratio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.impratio = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:18:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.impratio = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:23:19: warning: property 'tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:23:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:24:19: warning: property 'tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:24:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:29:19: warning: property 'noslip_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.noslip_tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:29:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.noslip_tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:30:19: warning: property 'noslip_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.noslip_tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:30:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.noslip_tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:35:19: warning: property 'mpr_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.mpr_tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:35:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.mpr_tolerance }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:36:19: warning: property 'mpr_tolerance' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.mpr_tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:36:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.mpr_tolerance = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:41:19: warning: property 'gravity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.gravity }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:41:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.gravity }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:42:19: warning: property 'gravity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.gravity = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:42:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.gravity = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:47:19: warning: property 'wind' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.wind }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:47:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.wind }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:48:19: warning: property 'wind' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.wind = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:48:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.wind = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:53:19: warning: property 'magnetic' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.magnetic }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:53:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.magnetic }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:54:19: warning: property 'magnetic' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.magnetic = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:54:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.magnetic = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:59:19: warning: property 'density' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.density }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:59:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.density }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:60:19: warning: property 'density' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.density = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:60:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.density = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:65:19: warning: property 'viscosity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.viscosity }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:65:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.viscosity }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:66:19: warning: property 'viscosity' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.viscosity = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:66:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.viscosity = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:71:19: warning: property 'o_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.o_margin }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:71:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.o_margin }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:72:19: warning: property 'o_margin' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.o_margin = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:72:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.o_margin = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:77:19: warning: property 'o_solref' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.o_solref }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:77:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.o_solref }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:78:19: warning: property 'o_solref' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.o_solref = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:78:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.o_solref = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:83:19: warning: property 'o_solimp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.o_solimp }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:83:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.o_solimp }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:84:19: warning: property 'o_solimp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.o_solimp = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:84:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.o_solimp = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:89:43: warning: property 'integrator' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtIntegrator(rawValue: _option.integrator)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:89:43: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtIntegrator(rawValue: _option.integrator)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:90:19: warning: property 'integrator' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.integrator = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:90:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.integrator = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:95:42: warning: property 'collision' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtCollision(rawValue: _option.collision)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:95:42: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtCollision(rawValue: _option.collision)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:96:19: warning: property 'collision' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.collision = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:96:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.collision = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:101:37: warning: property 'cone' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtCone(rawValue: _option.cone)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:101:37: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtCone(rawValue: _option.cone)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:102:19: warning: property 'cone' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.cone = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:102:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.cone = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:107:41: warning: property 'jacobian' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtJacobian(rawValue: _option.jacobian)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:107:41: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtJacobian(rawValue: _option.jacobian)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:108:19: warning: property 'jacobian' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.jacobian = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:108:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.jacobian = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:113:39: warning: property 'solver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtSolver(rawValue: _option.solver)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:113:39: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtSolver(rawValue: _option.solver)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:114:19: warning: property 'solver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.solver = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:114:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.solver = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:119:19: warning: property 'iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:119:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:120:19: warning: property 'iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:120:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:125:19: warning: property 'noslip_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.noslip_iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:125:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.noslip_iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:126:19: warning: property 'noslip_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.noslip_iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:126:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.noslip_iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:131:19: warning: property 'mpr_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _option.mpr_iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:131:19: note: The missing import of module 'C_mujoco' will be added implicitly
get { _option.mpr_iterations }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:132:19: warning: property 'mpr_iterations' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.mpr_iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:132:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.mpr_iterations = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:137:43: warning: property 'disableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtDisableBit(rawValue: _option.disableflags) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:137:43: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtDisableBit(rawValue: _option.disableflags) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:138:19: warning: property 'disableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.disableflags = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:138:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.disableflags = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:143:42: warning: property 'enableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtEnableBit(rawValue: _option.enableflags) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:143:42: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtEnableBit(rawValue: _option.enableflags) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:144:19: warning: property 'enableflags' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _option.enableflags = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjOption+Extensions.swift:144:19: note: The missing import of module 'C_mujoco' will be added implicitly
set { _option.enableflags = newValue.rawValue }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjOption.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/MjSolverStat.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/MjStatistic.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/MjTimerStat.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/MjUI+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:5:40: warning: property 'spacing' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjuiThemeSpacing(_ui.pointee.spacing) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:5:40: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjuiThemeSpacing(_ui.pointee.spacing) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:6:23: warning: property 'spacing' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.spacing = newValue._themespacing }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:6:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.spacing = newValue._themespacing }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:11:38: warning: property 'color' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjuiThemeColor(_ui.pointee.color) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:11:38: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjuiThemeColor(_ui.pointee.color) }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:12:23: warning: property 'color' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.color = newValue._themecolor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:12:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.color = newValue._themecolor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:17:23: warning: property 'rectid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.rectid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:17:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.rectid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:18:23: warning: property 'rectid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.rectid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:18:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.rectid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:23:23: warning: property 'auxid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.auxid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:23:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.auxid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:24:23: warning: property 'auxid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.auxid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:24:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.auxid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:29:23: warning: property 'radiocol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.radiocol }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:29:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.radiocol }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:30:23: warning: property 'radiocol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.radiocol = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:30:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.radiocol = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:35:23: warning: property 'width' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.width }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:35:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.width }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:36:23: warning: property 'width' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.width = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:36:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.width = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:41:23: warning: property 'height' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.height }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:41:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.height }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:42:23: warning: property 'height' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.height = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:42:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.height = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:47:23: warning: property 'maxheight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.maxheight }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:47:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.maxheight }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:48:23: warning: property 'maxheight' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.maxheight = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:48:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.maxheight = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:53:23: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.scroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:53:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.scroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:54:23: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.scroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:54:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.scroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:59:23: warning: property 'mousesect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.mousesect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:59:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.mousesect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:60:23: warning: property 'mousesect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.mousesect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:60:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.mousesect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:65:23: warning: property 'mouseitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.mouseitem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:65:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.mouseitem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:66:23: warning: property 'mouseitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.mouseitem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:66:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.mouseitem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:71:23: warning: property 'mousehelp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.mousehelp }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:71:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.mousehelp }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:72:23: warning: property 'mousehelp' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.mousehelp = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:72:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.mousehelp = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:77:23: warning: property 'editsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.editsect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:77:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.editsect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:78:23: warning: property 'editsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.editsect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:78:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.editsect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:83:23: warning: property 'edititem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.edititem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:83:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.edititem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:84:23: warning: property 'edititem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.edititem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:84:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.edititem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:89:23: warning: property 'editcursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.editcursor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:89:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.editcursor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:90:23: warning: property 'editcursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.editcursor = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:90:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.editcursor = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:95:23: warning: property 'editscroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.editscroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:95:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.editscroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:96:23: warning: property 'editscroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.editscroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:96:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.editscroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:102:31: warning: property 'edittext' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
var value = _ui.pointee.edittext
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:102:31: note: The missing import of module 'C_mujoco' will be added implicitly
var value = _ui.pointee.edittext
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:9: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:9: note: The missing import of module 'Foundation' will be added implicitly
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:94: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:104:94: note: The missing import of module 'Foundation' will be added implicitly
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:111:51: warning: property 'edittext' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
withUnsafeMutablePointer(to: &_ui.pointee.edittext) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:111:51: note: The missing import of module 'C_mujoco' will be added implicitly
withUnsafeMutablePointer(to: &_ui.pointee.edittext) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:114:17: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
pos.assign(from: $0, count: count)
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:114:17: note: use 'update(from:count:)' instead
pos.assign(from: $0, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:124:23: warning: property 'nsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _ui.pointee.nsect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:124:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _ui.pointee.nsect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:125:23: warning: property 'nsect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _ui.pointee.nsect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI+Extensions.swift:125:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _ui.pointee.nsect = newValue }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjUI+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift:58:24: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
(_array + index).assign(from: newValue._section, count: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift:58:24: note: use 'update(from:count:)' instead
(_array + index).assign(from: newValue._section, count: 1)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift:81:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(_ui.pointee.nsect))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjUI.swift:81:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(_ui.pointee.nsect))
^~~~~~
update
SwiftDriverJobDiscovery normal armv7k 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\ 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 armv7k /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 armv7k /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 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
SwiftCompile normal armv7k /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 armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvFigure.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjvGLCamera+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling 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_32 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_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:6:36: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
var value = _section.pointee.name
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:6:36: note: The missing import of module 'C_mujoco' will be added implicitly
var value = _section.pointee.name
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:9: warning: initializer 'init(cString:encoding:)' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:9: note: The missing import of module 'Foundation' will be added implicitly
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:94: warning: static property 'utf8' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:8:94: note: The missing import of module 'Foundation' will be added implicitly
String(cString: UnsafeRawPointer($0).assumingMemoryBound(to: CChar.self), encoding: .utf8)!
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:15:56: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
withUnsafeMutablePointer(to: &_section.pointee.name) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:15:56: note: The missing import of module 'C_mujoco' will be added implicitly
withUnsafeMutablePointer(to: &_section.pointee.name) {
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:18:17: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
pos.assign(from: $0, count: count)
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:18:17: note: use 'update(from:count:)' instead
pos.assign(from: $0, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:28:28: warning: property 'state' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.state }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:28:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.state }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:29:28: warning: property 'state' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.state = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:29:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.state = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:34:28: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.modifier }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:34:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.modifier }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:35:28: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.modifier = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:35:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.modifier = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:40:28: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:40:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:41:28: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.shortcut = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:41:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.shortcut = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:46:28: warning: property 'nitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.nitem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:46:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.nitem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:47:28: warning: property 'nitem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.nitem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:47:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.nitem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:52:28: warning: property 'rtitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.rtitle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:52:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.rtitle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:53:28: warning: property 'rtitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.rtitle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:53:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.rtitle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:58:28: warning: property 'rcontent' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _section.pointee.rcontent }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:58:28: note: The missing import of module 'C_mujoco' will be added implicitly
get { _section.pointee.rcontent }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:59:28: warning: property 'rcontent' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _section.pointee.rcontent = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection+Extensions.swift:59:28: note: The missing import of module 'C_mujoco' will be added implicitly
set { _section.pointee.rcontent = newValue }
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
(_array + index).assign(from: newValue._item, count: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:44:24: note: use 'update(from:count:)' instead
(_array + index).assign(from: newValue._item, count: 1)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiSection.swift:67:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(_section.pointee.nitem))
^~~~~~
update
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.nrect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:5:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.nrect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: warning: property 'nrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.nrect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:6:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.nrect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.rect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:17:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.rect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: warning: property 'rect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.rect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:18:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.rect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtEvent(rawValue: _state.type)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:23:37: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtEvent(rawValue: _state.type)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: warning: property 'type' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.type = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:24:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.type = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.left }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:29:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.left }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: warning: property 'left' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.left = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:30:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.left = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.right }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:35:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.right }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: warning: property 'right' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.right = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:36:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.right = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.middle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:41:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.middle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: warning: property 'middle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.middle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:42:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.middle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.doubleclick }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:47:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.doubleclick }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: warning: property 'doubleclick' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.doubleclick = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:48:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.doubleclick = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtButton(rawValue: _state.button)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:53:38: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtButton(rawValue: _state.button)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.button = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:54:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.button = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.buttontime }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:59:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.buttontime }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: warning: property 'buttontime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.buttontime = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:60:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.buttontime = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.x }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:65:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.x }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: warning: property 'x' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.x = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:66:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.x = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.y }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:71:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.y }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: warning: property 'y' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.y = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:72:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.y = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.dx }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:77:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.dx }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: warning: property 'dx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.dx = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:78:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.dx = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.dy }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:83:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.dy }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: warning: property 'dy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.dy = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:84:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.dy = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.sx }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:89:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.sx }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: warning: property 'sx' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.sx = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:90:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.sx = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.sy }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:95:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.sy }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: warning: property 'sy' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.sy = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:96:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.sy = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.control }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:101:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.control }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: warning: property 'control' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.control = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:102:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.control = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.shift }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:107:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.shift }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: warning: property 'shift' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.shift = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:108:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.shift = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.alt }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:113:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.alt }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: warning: property 'alt' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.alt = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:114:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.alt = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.key }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:119:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.key }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: warning: property 'key' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.key = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:120:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.key = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.keytime }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:125:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.keytime }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: warning: property 'keytime' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.keytime = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:126:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.keytime = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.mouserect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:131:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.mouserect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: warning: property 'mouserect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.mouserect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:132:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.mouserect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _state.dragrect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:137:18: note: The missing import of module 'C_mujoco' will be added implicitly
get { _state.dragrect }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: warning: property 'dragrect' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.dragrect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:138:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.dragrect = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { MjtButton(rawValue: _state.dragbutton)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:143:38: note: The missing import of module 'C_mujoco' will be added implicitly
get { MjtButton(rawValue: _state.dragbutton)! }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: warning: property 'dragbutton' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _state.dragbutton = newValue.rawValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiState+Extensions.swift:144:18: note: The missing import of module 'C_mujoco' will be added implicitly
set { _state.dragbutton = newValue.rawValue }
^
SwiftCompile normal arm64_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:5:23: warning: property 'master' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.master }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:5:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.master }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:6:23: warning: property 'master' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.master = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:6:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.master = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:11:23: warning: property 'thumb' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.thumb }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:11:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.thumb }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:12:23: warning: property 'thumb' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.thumb = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:12:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.thumb = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:17:23: warning: property 'secttitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.secttitle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:17:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.secttitle }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:18:23: warning: property 'secttitle' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.secttitle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:18:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.secttitle = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:23:23: warning: property 'sectfont' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.sectfont }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:23:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.sectfont }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:24:23: warning: property 'sectfont' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.sectfont = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:24:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.sectfont = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:29:23: warning: property 'sectsymbol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.sectsymbol }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:29:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.sectsymbol }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:30:23: warning: property 'sectsymbol' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.sectsymbol = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:30:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.sectsymbol = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:35:23: warning: property 'sectpane' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.sectpane }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:35:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.sectpane }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:36:23: warning: property 'sectpane' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.sectpane = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:36:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.sectpane = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:41:23: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:41:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:42:23: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.shortcut = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:42:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.shortcut = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:47:23: warning: property 'fontactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.fontactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:47:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.fontactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:48:23: warning: property 'fontactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.fontactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:48:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.fontactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:53:23: warning: property 'fontinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.fontinactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:53:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.fontinactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:54:23: warning: property 'fontinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.fontinactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:54:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.fontinactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:59:23: warning: property 'decorinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.decorinactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:59:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.decorinactive }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:60:23: warning: property 'decorinactive' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.decorinactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:60:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.decorinactive = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:65:23: warning: property 'decorinactive2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.decorinactive2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:65:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.decorinactive2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:66:23: warning: property 'decorinactive2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.decorinactive2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:66:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.decorinactive2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:71:23: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.button }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:71:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.button }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:72:23: warning: property 'button' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.button = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:72:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.button = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:77:23: warning: property 'check' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.check }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:77:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.check }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:78:23: warning: property 'check' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.check = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:78:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.check = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:83:23: warning: property 'radio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.radio }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:83:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.radio }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:84:23: warning: property 'radio' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.radio = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:84:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.radio = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:89:23: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.select }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:89:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.select }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:90:23: warning: property 'select' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.select = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:90:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.select = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:95:23: warning: property 'select2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.select2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:95:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.select2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:96:23: warning: property 'select2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.select2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:96:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.select2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:101:23: warning: property 'slider' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.slider }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:101:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.slider }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:102:23: warning: property 'slider' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.slider = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:102:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.slider = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:107:23: warning: property 'slider2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.slider2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:107:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.slider2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:108:23: warning: property 'slider2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.slider2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:108:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.slider2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:113:23: warning: property 'edit' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.edit }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:113:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.edit }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:114:23: warning: property 'edit' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.edit = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:114:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.edit = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:119:23: warning: property 'edit2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.edit2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:119:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.edit2 }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:120:23: warning: property 'edit2' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.edit2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:120:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.edit2 = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:125:23: warning: property 'cursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themecolor.cursor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:125:23: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themecolor.cursor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:126:23: warning: property 'cursor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themecolor.cursor = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeColor+Extensions.swift:126:23: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themecolor.cursor = newValue }
^
SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:5:25: warning: property 'total' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.total }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:5:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.total }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:6:25: warning: property 'total' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.total = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:6:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.total = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:11:25: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.scroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:11:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.scroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:12:25: warning: property 'scroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.scroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:12:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.scroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:17:25: warning: property 'label' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.label }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:17:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.label }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:18:25: warning: property 'label' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.label = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:18:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.label = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:23:25: warning: property 'section' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.section }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:23:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.section }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:24:25: warning: property 'section' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.section = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:24:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.section = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:29:25: warning: property 'itemside' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.itemside }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:29:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.itemside }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:30:25: warning: property 'itemside' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.itemside = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:30:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.itemside = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:35:25: warning: property 'itemmid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.itemmid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:35:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.itemmid }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:36:25: warning: property 'itemmid' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.itemmid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:36:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.itemmid = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:41:25: warning: property 'itemver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.itemver }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:41:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.itemver }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:42:25: warning: property 'itemver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.itemver = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:42:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.itemver = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:47:25: warning: property 'texthor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.texthor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:47:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.texthor }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:48:25: warning: property 'texthor' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.texthor = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:48:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.texthor = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:53:25: warning: property 'textver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.textver }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:53:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.textver }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:54:25: warning: property 'textver' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.textver = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:54:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.textver = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:59:25: warning: property 'linescroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.linescroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:59:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.linescroll }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:60:25: warning: property 'linescroll' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.linescroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:60:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.linescroll = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:65:25: warning: property 'samples' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _themespacing.samples }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:65:25: note: The missing import of module 'C_mujoco' will be added implicitly
get { _themespacing.samples }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:66:25: warning: property 'samples' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _themespacing.samples = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiThemeSpacing+Extensions.swift:66:25: note: The missing import of module 'C_mujoco' will be added implicitly
set { _themespacing.samples = newValue }
^
SwiftDriverJobDiscovery normal arm64 Compiling 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\ MjuiItemEdit+Extensions.swift,\ MjuiItemEdit.swift,\ MjuiItemMulti+Extensions.swift,\ MjuiItemMulti.swift,\ MjuiItemSingle+Extensions.swift,\ MjuiItemSingle.swift,\ MjuiItemSlider+Extensions.swift,\ MjuiItemSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:5:29: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemedit.pointee.nelem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:5:29: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemedit.pointee.nelem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:6:29: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemedit.pointee.nelem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:6:29: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemedit.pointee.nelem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:14:34: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
to: &_itemedit.pointee.range,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:14:34: note: The missing import of module 'C_mujoco' will be added implicitly
to: &_itemedit.pointee.range,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:20:32: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
to: &_itemedit.pointee.range,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:20:32: note: The missing import of module 'C_mujoco' will be added implicitly
to: &_itemedit.pointee.range,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:23:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(7))
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit+Extensions.swift:23:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(7))
^~~~~~
update
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemEdit.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:5:30: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemmulti.pointee.nelem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:5:30: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemmulti.pointee.nelem }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:6:30: warning: property 'nelem' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemmulti.pointee.nelem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:6:30: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemmulti.pointee.nelem = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:14:35: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
to: &_itemmulti.pointee.name,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:14:35: note: The missing import of module 'C_mujoco' will be added implicitly
to: &_itemmulti.pointee.name,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:20:33: warning: property 'name' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
to: &_itemmulti.pointee.name,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:20:33: note: The missing import of module 'C_mujoco' will be added implicitly
to: &_itemmulti.pointee.name,
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:23:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
unsafeMutablePointer.assign(from: newValue._array, count: Int(35) * 40)
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti+Extensions.swift:23:28: note: use 'update(from:count:)' instead
unsafeMutablePointer.assign(from: newValue._array, count: Int(35) * 40)
^~~~~~
update
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemMulti.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemsingle.pointee.modifier }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:5:31: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemsingle.pointee.modifier }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: warning: property 'modifier' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemsingle.pointee.modifier = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:6:31: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemsingle.pointee.modifier = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemsingle.pointee.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:11:31: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemsingle.pointee.shortcut }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: warning: property 'shortcut' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemsingle.pointee.shortcut = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle+Extensions.swift:12:31: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemsingle.pointee.shortcut = newValue }
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSingle.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:5:31: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemslider.pointee.range }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:5:31: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemslider.pointee.range }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:6:31: warning: property 'range' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemslider.pointee.range = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:6:31: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemslider.pointee.range = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:11:31: warning: property 'divisions' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
get { _itemslider.pointee.divisions }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:11:31: note: The missing import of module 'C_mujoco' will be added implicitly
get { _itemslider.pointee.divisions }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:12:31: warning: property 'divisions' cannot be used in an '@inlinable' function because 'C_mujoco' was not imported by this file; this is an error in the Swift 6 language mode
set { _itemslider.pointee.divisions = newValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider+Extensions.swift:12:31: note: The missing import of module 'C_mujoco' will be added implicitly
set { _itemslider.pointee.divisions = newValue }
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjuiItemSlider.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling MjuiSection+Extensions.swift, MjuiSection.swift, MjuiState+Extensions.swift, MjuiState+Functions.swift, MjuiState.swift, MjuiThemeColor+Extensions.swift, MjuiThemeColor.swift, MjuiThemeSpacing+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k Compiling\ MjData.swift,\ MjLROpt+Extensions.swift,\ MjLROpt.swift,\ MjModel+Extensions.swift,\ MjModel+Functions.swift,\ MjModel.swift,\ MjObject+Extensions.swift,\ MjObject.swift /Users/admin/builder/spi-builder-workspace/Sources/MjData.swift /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Functions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjModel.swift /Users/admin/builder/spi-builder-workspace/Sources/MjObject+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/MjObject.swift (in target 'MuJoCo' from project 'MuJoCo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjData.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjLROpt.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Extensions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjModel+Functions.swift (in target 'MuJoCo' from project 'MuJoCo')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MjModel.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+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
SwiftDriverJobDiscovery normal armv7k Compiling MjuiItemEdit+Extensions.swift, MjuiItemEdit.swift, MjuiItemMulti+Extensions.swift, MjuiItemMulti.swift, MjuiItemSingle+Extensions.swift, MjuiItemSingle.swift, MjuiItemSlider+Extensions.swift, MjuiItemSlider.swift (in target 'MuJoCo' from project 'MuJoCo')
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
SwiftCompile normal armv7k 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')
Command SwiftCompile failed with a nonzero exit code
** 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')
SwiftCompile normal armv7k 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')
Building workspace spi-builder-workspace with scheme MuJoCo
(4 failures)
BUILD FAILURE 6.1 watchOS